Commit History

Author SHA1 Message Date
  Mattias Gaertner 14dcf30988 fcl-db: fixed mysql transaction 4 years ago
  Mattias Gaertner 3227c5953d fcl-db: clean up 4 years ago
  michael 0b8f98ab24 * Patch from Mattias Gaertner to add MySQL 8.0 support 4 years ago
  michael 67a3af29a0 * Patch from Laco to fix bug ID #37849 4 years ago
  lacak 78e7ea6fbf fcl-db: mysql: use new ftLongWord for INT UNSIGNED fields. Bug #37979 4 years ago
  michael b2957b92f4 * Fix bug #0036461, parameters not correctly refreshed in Mysql 5 years ago
  michael 19791c0a06 * Fix bug ID #36085 5 years ago
  michael 8774d22b01 * Make Int* functions private methods, avoid passing FSQLFormatSettings 7 years ago
  michael 566a6d289f * Fix negative values, reverted to strtoint 7 years ago
  michael 52fd3256ed * Fix bug ID #33916 (range Check error), patch from Ondrej Pokorny 7 years ago
  michael 640c398ace * Fixed bug #33919, performance improvements by Ondrej Pokorny 7 years ago
  michael b2d386b404 * Fix bug ID #33922 7 years ago
  lacak 1db2e604cd fcl-db: mysql: cosmetic 7 years ago
  lacak c65c4abd4d fcl-db: mysql: fix memleak. Bug #33837 7 years ago
  lacak 7b7d9b1cde fcl-db: mysql: for BINARY and VARBINARY data types ignore connection CharSet (CharSize does not play role here) 7 years ago
  lacak ac32de1a69 sql-db: mysql: make MariaDB 10.0, 10.1, 10.2 also alias of MySQL 5.7. 7 years ago
  michael 7b46b3d35e * Catch case where status>0 for mysql_next_result (bug ID 30551) 7 years ago
  lacak 94b8beb3c2 fcl-db: mysql: when checking for max. field buffer size take into account also CharSize. Bug#31445 8 years ago
  michael d40bf3684b * Change to use new charset and charwidth 9 years ago
  lacak c21ab78262 fcl-db: mysql: move to standard INFORMATION_SCHEMA metadata queries instead of proprietary MySQL show commands. Bug #29819 9 years ago
  michael c34aa86d99 * Fix bug #0029381 9 years ago
  michael 6a84b02189 * Added SkipClientLibraryCheck option (bug ID 27395) 9 years ago
  lacak 105af639ce fcl-db: mysql: fix reporting of connection errors. Pass allocated connection handle (not Nil) to MySQLError procedure to correctly read error code, error message and sqlstate. 10 years ago
  michael 77b1e16330 * MariaDB version 10.1 is also compatible with 5.6 10 years ago
  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