lacak
|
fb3a6f9054
fcl-db: odbc: map 'call' to stExecProcedure.
|
12 years ago |
lacak
|
7524b9219c
fcl-db: odbc: map MONEY columns to TCurrencyField instead of TFloatField (test TestSupportCurrencyFields)
|
12 years ago |
michael
|
b63bd2c749
* Autocommit OFF by default, bug ID #23429
|
12 years ago |
lacak
|
9e17ba4102
fcl-db: odbc: fix error when loading blobs.
|
12 years ago |
ludob
|
35f1339404
sqldb: Modified ftAutoinc behavior slightly to match Delphi behavior and allow updating of ftAutoInc fields for those db backends that support it. Added support for odbc ReadOnly fields. Patch from Lacak2 Mantis #22531
|
12 years ago |
lacak
|
d338b2c63b
* adds new virtual method GetConnectionInfo into TSQLConnection
|
12 years ago |
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 |