Commit History

Author SHA1 Message Date
  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
  joost 46ebc7b768 * Replaced longint by clong, and the hardcoded length of 4 by SizeOf(clong) 16 years ago
  joost 358eec969f * The primary key obtained using SQLPrimaryKeys is not always present with the same name in the list of indexes returned by SQLStatistics. (for example see Firebird-bug-tracker ODBC-56) In that case the PK obtained by SQLPrimaryKeys is added to IndexDefs, even if that leads to a duplicate entry for a index under two different names 16 years ago
  joost c1c62a3ed2 * Implemented retrieval of basic metadata for TODBCConnection (bug 12975) 16 years ago
  joost ae73acefcf * Made EODBCExcetion derrive from EDatabaseError instead of Exception directly 16 years ago
  joost c7219efd02 * Implemented TBufDataset.UpdateIndexDefs 17 years ago
  joost 53b6757c6e * Removed unused SetIndexDefs 18 years ago
  pierre 31a34e03c2 * do not use += syntax 18 years ago
  michael a3b72c1be8 Patch from Bram Kuijvenhoven 18 years ago
  michael 6a6ca4afbd * Implemented TSQLConnector 18 years ago
  peter 5b8dd4c004 * move fcl sources to separate packages 18 years ago