Commit History

Author SHA1 Message Date
  lacak 61c451b391 fcl-db: mysql: add MySQL57Connection. Requires rev.31218. 10 years ago
  michael ba506acf9f * Actually log new log types (ActualSQL and ParamValue) 10 years ago
  lacak 1e536926e1 fcl-db: mysql: fix return type of function InternalStrToCurrency. Revealed by test: TestSupportBCDFields 10 years ago
  lacak 94a2fbb20d fcl-db: mysql: fix handling milliseconds in date time values with precision < 3. f.e. datetime(1) value '07:13:45.1' has 100 msec not 1 msec (value after decimal point does not always means milliseconds) 10 years ago
  michael 68a2e3cd74 * Added support for millisecond precision 10 years ago
  lacak 9d6f5ece63 fcl-db: sqlite: add sqImplicitTransaction to ConnOptions. 10 years ago
  lacak e3b12486c5 fcl-db: sqldb: fix AV (uninitialized variable) in MySQL tests 10 years ago
  michael 6d5622aca3 * Implemented RefreshSQL and fetching value for AutoInc fields 10 years ago
  michael 6b32a6e0e5 * Transaction options and connection options 10 years ago
  reiniero aae9a5b8b9 + fcl-db: mysql 5.6 connector: add support for MariaDB 10.0. Should fix isseu #26620. Needs testing. 11 years ago
  lacak b4f2f47f49 fcl-db: mysql: when MySQL reports field type as VARCHAR map to ftString and do not try remap to ftMemo. 11 years ago
  lacak f77885eea0 fcl-db: mysql: use SET NAMES instead of SET CHARACTER SET, because SET CHARACTER SET does not sets character_set_connection_to given value (instead uses character_set_database) 11 years ago
  michael 7b460e0e5e * Use factory for fielddefs 11 years ago
  lacak 9c2ffc30ee fcl-db: 11 years ago
  lacak 29ddc3f688 fcl-db: mysql: add support for MySQL 5.6 11 years ago
  lacak f2464fbf3d fcl-db: mysql: formatting (remove unused variables) 12 years ago
  lacak 029eb92bd0 fcl-db: mysql: map UNSIGNED SMALLINT to ftWord fields. TestSupportWordFields 12 years ago
  lacak 42501df57a fcl-db: mysql: add support for other BLOB types (tiny, medium, large). Bug #24112 12 years ago
  ludob bb735aa7e5 sqldb: implemented TCustomConnection.Close(ForceClose : Boolean = False); 12 years ago
  lacak 6a9c3a6061 fcl-db: introduce FSelectable as new TSQLCursor class field. Update sql connectors to set it after Preparation or Execution of sql statement to signal if there will be or is result set. This change is neutral. In next commit I will use FSelectable to determine if allow Open or raise SErrNoSelectStatement. 12 years ago
  michael ea848beb13 * Changed GetLastInsertID to GetInsertID so it is the same as in GetLastID 12 years ago
  michael 58d0d3c593 * Added GetLastInsertID 12 years ago
  lacak d338b2c63b * adds new virtual method GetConnectionInfo into TSQLConnection 12 years ago
  lacak d0fbfe4525 Implements support for MySQL Transactions. Mantis #19137. Patch by Ludo Brands. 13 years ago
  michael 53c03717d5 * SQL DB loader implemented 13 years ago
  marco b616fca354 * Mantis #22249 Mysql BIT type support. 13 years ago
  michael 4b8ffef650 * Patch from Ludo Brands to fix memory leak (bug 22228) 13 years ago
  marco 304db43604 * Patch from Lacak2 (Mantis #14519) that fixes "Check Table" having a 13 years ago
  marco 2d8dbeca54 * Merged Andrew Brunners and Lacak2's patches from Mantis #19736 that 13 years ago
  marco f5a4f6b4af * Patch + test to map integer field with auto_increment property to ftautoinc 13 years ago