Historique des commits

Auteur SHA1 Message Date
  mazen b127fc154a * Fixed spell error revealed by lintian. il y a 15 ans
  joost 37eed41c52 * Map blob to SQL_LONGVARBINARY, MS SQL has a maximum of 8000 bytes for SQL_BINARY types, bug #14907 il y a 15 ans
  joost c58e26e25a * Implemented GetTableNames, systemtables=true, bug #13893, by Ladislav Karrach il y a 15 ans
  joost fede03c225 * Fixed for query-results with double fieldnames il y a 15 ans
  joost 4e9fc5fadb * Support for ftFixedChar parameter il y a 15 ans
  joost 354122a8c5 * Partially support for autoincrement columns for ODBC, patch from Ladislav Karrach, bug #16076 il y a 15 ans
  joost 8ff48e9af1 * Support for ftBoolean and ftWord parameters, based on patch from Ladislav Karrach, bug #14907 il y a 15 ans
  joost 722dbaa616 * Patch from Ladislav Karrach (Lacak2) to implement RowsAffected for ODBC, bug #14791 il y a 15 ans
  joost 819958228f * In case the initialization of odbc fails, do not raise exceptions while cleaning up il y a 15 ans
  joost 5ddddf60ae * Patch from Ladislav Karrach, in some cases SQLExecute returns SQL_NO_DATA when no error occured, bug #13654 + test il y a 16 ans
  joost 1ce9d05b78 * Fixed ODBC-Widestring fields il y a 16 ans
  joost 67dcd3be0b * Allow string-parameters of more then 8000 characters, bug #13530 il y a 16 ans
  Vincent Snijders 2b780dbad4 * fixed typo in comment il y a 16 ans
  joost 90154d3a91 * Patch from Ladislav Karrach to implement support for more parameter-types and null-parameters, bug #13026 il y a 16 ans
  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. il y a 16 ans
  joost 46ebc7b768 * Replaced longint by clong, and the hardcoded length of 4 by SizeOf(clong) il y a 16 ans
  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 il y a 16 ans
  joost c1c62a3ed2 * Implemented retrieval of basic metadata for TODBCConnection (bug 12975) il y a 16 ans
  joost ae73acefcf * Made EODBCExcetion derrive from EDatabaseError instead of Exception directly il y a 17 ans
  joost c7219efd02 * Implemented TBufDataset.UpdateIndexDefs il y a 17 ans
  joost 53b6757c6e * Removed unused SetIndexDefs il y a 18 ans
  pierre 31a34e03c2 * do not use += syntax il y a 18 ans
  michael a3b72c1be8 Patch from Bram Kuijvenhoven il y a 18 ans
  michael 6a6ca4afbd * Implemented TSQLConnector il y a 18 ans
  peter 5b8dd4c004 * move fcl sources to separate packages il y a 18 ans