Commit History

Author SHA1 Message Date
  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
  marco c6da7f726d * change mysql datetime parsing because mysql allows time >24hrs (interval like). 13 years ago
  marco fc50e764c9 * Maps mysql year data type. Mantis #21347, patch by Lacak2. 13 years ago
  marco bf67fed0cf * Length of data in binary string. First part of Mantis #20453 13 years ago
  michael 4faff70448 * Patch from Ludo Brands to fix compilation (bug 20537) 13 years ago
  marco 047cff3944 * Initial (var)binary field support for mysql and sqlite, patch by Lacak2, 14 years ago
  marco 91f8ee8b89 * improve mapping of db type char to relative new ftfixedchar fieldtype. + tests. Mantis #20483, patch by Lacak2 14 years ago
  marco eea81b4ef4 * Better support for required in the case of "not null", default value or auto increment colomns 14 years ago
  marco aa9df955ee * Improve support for returnvalues of calling statements. 14 years ago
  marco ab40391806 * fixed minor issue with r18991. 14 years ago
  marco 5c20a50536 * update decimal support with newer ftfmtbcd support. Mantis #19664 patch by Lacak2. 14 years ago
  marco 4d1c29415a * add ftfixedchar to escape clause of getsqltext, Mantis #19556 Patch by Lacak2. 14 years ago
  marco 5f4fa283f0 * Patch from Lacak2, Map mysql textual blob to ftmemo on mysql5+. Mantis #19911 14 years ago
  joost c1fc8180c8 * Fixed typo/compilation in r17416 14 years ago
  joost 122494f5ea * Fixes datetime values <0 14 years ago
  joost e21bf87bc2 * Better fix for mantis 17661, see r17077 14 years ago