Histórico de Commits

Autor SHA1 Mensagem Data
  michael 0ce71294ea * Fix Bug ID #0033025 : Prepare should be called only once for repeated use há 5 anos atrás
  michael f4921daee6 * Fix prepare without parameters há 5 anos atrás
  michael 3d64594ad7 * Add support for citext field há 6 anos atrás
  michael b859d486b4 * TBlobData is now TBytes as in Delphi (avoid code page conversions) há 7 anos atrás
  michael 6b775a2090 * Fix bug ID #33714: do not allow string conversions on blob fields há 7 anos atrás
  michael f9e790aa3f * Fix bug ID #33691, BCD not correctly passed on há 7 anos atrás
  michael 16ba47be46 * Patch from Ondrej Pokorny to convert unit names to CamelCase (bug ID 33481) há 7 anos atrás
  michael d40bf3684b * Change to use new charset and charwidth há 9 anos atrás
  michael 5ab123883a * Make sure formatting settings are not used when passing datetime values há 9 anos atrás
  michael ba506acf9f * Actually log new log types (ActualSQL and ParamValue) há 10 anos atrás
  michael 526f91b28f * Patch from bug #28125 by Silvio Clecio há 10 anos atrás
  michael 9a807bdfe3 * Implemented RETURNING clause as a way of updating fields há 10 anos atrás
  lacak d193c51dbd fcl-db: cosmetic há 10 anos atrás
  michael 743324f72b * Patch from Laco with minor modification from bug ID #27251 há 10 anos atrás
  michael f2b2310856 * Added support for JSON fields, patch from Silvio Clecio (Bug ID 27606) há 10 anos atrás
  lacak d8ce1caea3 fcl-db: postgresql: Fix AV in UnprepareStatement (TPQCursor.tr is nil). há 10 anos atrás
  lacak aa7dfdff96 fcl-db: postgresql: cosmetic há 10 anos atrás
  michael 6b32a6e0e5 * Transaction options and connection options há 10 anos atrás
  lacak 0beac5834f fcl-db: postgres: PostgreSQL allows for TIME data type value ='24:00:00' and for INTERVAL data type >= '24:00:00'. Because we map both TIME, INTERVAL data types to ftTime fields, value can be >= TDateTime(1). Same for Params (if Param is of type ftTime value can be >= TDateTime(1) ) há 11 anos atrás
  michael b1fc595d17 * Use TFieldDef descendent to implement updateable enums há 11 anos atrás
  michael f3ca850469 * Started support of extended PQ types, starting with enum há 11 anos atrás
  michael 9535837039 * Fix recuperation of first transaction created in InternalDoConnect há 11 anos atrás
  lacak 3c0386ca19 fcl-db: sqlDB: add more informations to schema query for table columns (SchemaType=stColumns) há 12 anos atrás
  michael 48250dcafd * implementation of sqSupportEmptyDatabaseName from Laco, used in PostGres and MSSQL há 12 anos atrás
  michael a814e0eb27 * Correction in connection pooling, we were leaking connections há 12 anos atrás
  michael 75362b0bb8 * Fixed ROLLBACK : all statements must be unprepared há 12 anos atrás
  michael abae19b553 * Reworked pool to a thread list há 12 anos atrás
  michael ae19359a7c * Thread-safe connection pool há 12 anos atrás
  ludob d03262d39a pqconnection: changed FCursorCount to dword to avoid 'prepared statement already exists' errors when preparing more than 64k queries in one transaction while keeping one ore more queries open há 12 anos atrás
  michael af1d33767d * Inherited must be called for Internal(Dis)Connect for housekeeping há 12 anos atrás