提交歷史

作者 SHA1 備註 提交日期
  michael ba506acf9f * Actually log new log types (ActualSQL and ParamValue) 10 年之前
  michael 526f91b28f * Patch from bug #28125 by Silvio Clecio 10 年之前
  michael 9a807bdfe3 * Implemented RETURNING clause as a way of updating fields 10 年之前
  lacak d193c51dbd fcl-db: cosmetic 10 年之前
  michael 743324f72b * Patch from Laco with minor modification from bug ID #27251 10 年之前
  michael f2b2310856 * Added support for JSON fields, patch from Silvio Clecio (Bug ID 27606) 10 年之前
  lacak d8ce1caea3 fcl-db: postgresql: Fix AV in UnprepareStatement (TPQCursor.tr is nil). 10 年之前
  lacak aa7dfdff96 fcl-db: postgresql: cosmetic 10 年之前
  michael 6b32a6e0e5 * Transaction options and connection options 10 年之前
  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) ) 11 年之前
  michael b1fc595d17 * Use TFieldDef descendent to implement updateable enums 11 年之前
  michael f3ca850469 * Started support of extended PQ types, starting with enum 11 年之前
  michael 9535837039 * Fix recuperation of first transaction created in InternalDoConnect 11 年之前
  lacak 3c0386ca19 fcl-db: sqlDB: add more informations to schema query for table columns (SchemaType=stColumns) 12 年之前
  michael 48250dcafd * implementation of sqSupportEmptyDatabaseName from Laco, used in PostGres and MSSQL 12 年之前
  michael a814e0eb27 * Correction in connection pooling, we were leaking connections 12 年之前
  michael 75362b0bb8 * Fixed ROLLBACK : all statements must be unprepared 12 年之前
  michael abae19b553 * Reworked pool to a thread list 12 年之前
  michael ae19359a7c * Thread-safe connection pool 12 年之前
  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 12 年之前
  michael af1d33767d * Inherited must be called for Internal(Dis)Connect for housekeeping 12 年之前
  lacak ee2fee4259 fcl-db: sqldb: 12 年之前
  michael e4b3e9e9f2 * Preserve data type for null params if it is set 12 年之前
  michael cebb362c75 * Enable NULL values in prepared statements 12 年之前
  lacak 17f65340c4 fcl-db: postgresql: centralize checking of connection status (repeated code) into separate method + formatting 12 年之前
  michael 3a7611537c * Default of verboseerrors set to true 12 年之前
  michael e766ac4737 * Option to create less verbose error messages 12 年之前
  lacak 19132fc98d fcl-db: sqldb: implemented TSQLConnection.GetSchemaNames 12 年之前
  michael 5df0afb5c6 * Corrected statements for tables and system tables 12 年之前
  ludob 7075f7aaa3 pqconnection.pp: use of connection pool instead of creating a new connection for every new transaction. 12 年之前