Commit History

Author SHA1 Message Date
  marco 956629e41c * Patch from Mantis #14944 implementing odbc transactions. Also fixes related #19902 13 years ago
  marco fa3ee5f605 * Patches from Lacak2 changing currency to odbc numeric type, and ftbcd parameters 13 years ago
  marco 54066744ac * Added ftcurrency to TODBCConnection.SetParameters. Patch by Lacak2, Mantis 21349 13 years ago
  marco c29ce4c891 * Check autoincrement based on field properties instead of ft-type. This to improve support for autoincrement 13 years ago
  marco b5cc3fbd6c * ftBytes,ftVarBytes support in odbcconnection.setparameters 13 years ago
  marco 98ac246990 * fix for leaking handles in parameter buffers, Mantis #17260, patch by Ludo Brands. 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 c7a82a0c1a * treat transform as select and exec as execute. Mantis #17050, patch by Lacak2 14 years ago
  marco 3f167a1582 * odbc ftguid fixes, correct size (38) in setparameters. Mantis #19774, patch by lacak2 14 years ago
  marco 0f0627e888 * columnsize overrides as per ODBC spec, Mantis #19775 patch by Lacak2 14 years ago
  marco 134f941937 * widestring fields for odbc. Patch from Mantis #19773 14 years ago
  joost 428915a90b * Patch from Ladislav Karrach to fix problems when closing TSQLQueries when the connection is not active, bug #17623 14 years ago
  joost 0addec8f18 * Initialize fractional part of SQL_DATE_STRUCT 14 years ago
  joost 44f09afaf6 * Patch from Lasislav Karrach to implement ftTime parameter support to odbc+ 14 years ago
  joost 83b0940628 * TFieldDef.Size for strings should contain the max. number of bytes in the string, without the trailing zero. Bug #17268 14 years ago
  mazen b127fc154a * Fixed spell error revealed by lintian. 15 years ago
  joost 37eed41c52 * Map blob to SQL_LONGVARBINARY, MS SQL has a maximum of 8000 bytes for SQL_BINARY types, bug #14907 15 years ago
  joost c58e26e25a * Implemented GetTableNames, systemtables=true, bug #13893, by Ladislav Karrach 15 years ago
  joost fede03c225 * Fixed for query-results with double fieldnames 15 years ago
  joost 4e9fc5fadb * Support for ftFixedChar parameter 15 years ago
  joost 354122a8c5 * Partially support for autoincrement columns for ODBC, patch from Ladislav Karrach, bug #16076 15 years ago
  joost 8ff48e9af1 * Support for ftBoolean and ftWord parameters, based on patch from Ladislav Karrach, bug #14907 15 years ago
  joost 722dbaa616 * Patch from Ladislav Karrach (Lacak2) to implement RowsAffected for ODBC, bug #14791 15 years ago
  joost 819958228f * In case the initialization of odbc fails, do not raise exceptions while cleaning up 15 years ago
  joost 5ddddf60ae * Patch from Ladislav Karrach, in some cases SQLExecute returns SQL_NO_DATA when no error occured, bug #13654 + test 16 years ago
  joost 1ce9d05b78 * Fixed ODBC-Widestring fields 16 years ago
  joost 67dcd3be0b * Allow string-parameters of more then 8000 characters, bug #13530 16 years ago
  Vincent Snijders 2b780dbad4 * fixed typo in comment 16 years ago
  joost 90154d3a91 * Patch from Ladislav Karrach to implement support for more parameter-types and null-parameters, bug #13026 16 years ago
  joost 689ca30b21 * Allocate and de-allocate the statement-handle in the PrepareStatement and UnPrepareStatements instead of the TODBCConnection.Destroy and .Create procedures. Because as long as the statements arent de-allocated, the tables used in the statements are still locked. The result was that a select and a drop table on the same table were not possible within one TSQLQuery object. 16 years ago