lacak
|
56f37cd0e0
fcl-db: ODBC: add NativeError and SQLState fields to EODBCException. Bug #23798
|
пре 11 година |
lacak
|
206e5eb475
fcl-db: odbc: map ftWord fields to TWordField (avoid potential problem with Big Endian systems)
|
пре 12 година |
lacak
|
7a46ebd7f1
fcl-db: odbc: map UNSIGNED SMALLINT to ftWord fields. TestSupportWordFields
|
пре 12 година |
lacak
|
ee2fee4259
fcl-db: sqldb:
|
пре 12 година |
michael
|
27fc72b4b3
* Fixed bug #24419
|
пре 12 година |
lacak
|
91509eb30f
fcl-db: odbc: fix NULL numeric parameter handling for MS SQL Server
|
пре 12 година |
lacak
|
2d352b0204
fcl-db: odbc: increase max. allowed string field length. Fix for existing tests TTestFieldTypes.TestStringLargerThen8192 and TestInsertLargeStrFields. (similar like rev.23141, 23198)
|
пре 12 година |
lacak
|
19132fc98d
fcl-db: sqldb: implemented TSQLConnection.GetSchemaNames
|
пре 12 година |
lacak
|
2cfcf32725
fcl-db: odbc: enable 64bit support (use SQLLEN, SQLULEN instead of SQLINTEGER, SQLUINTEGER) after ODBC header file was updated for 64 bit support in rev.23702
|
пре 12 година |
lacak
|
6a9c3a6061
fcl-db: introduce FSelectable as new TSQLCursor class field. Update sql connectors to set it after Preparation or Execution of sql statement to signal if there will be or is result set. This change is neutral. In next commit I will use FSelectable to determine if allow Open or raise SErrNoSelectStatement.
|
пре 12 година |
lacak
|
fb3a6f9054
fcl-db: odbc: map 'call' to stExecProcedure.
|
пре 12 година |
lacak
|
7524b9219c
fcl-db: odbc: map MONEY columns to TCurrencyField instead of TFloatField (test TestSupportCurrencyFields)
|
пре 12 година |
michael
|
b63bd2c749
* Autocommit OFF by default, bug ID #23429
|
пре 12 година |
lacak
|
9e17ba4102
fcl-db: odbc: fix error when loading blobs.
|
пре 12 година |
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 година |
lacak
|
d338b2c63b
* adds new virtual method GetConnectionInfo into TSQLConnection
|
пре 12 година |
marco
|
956629e41c
* Patch from Mantis #14944 implementing odbc transactions. Also fixes related #19902
|
пре 13 година |
marco
|
fa3ee5f605
* Patches from Lacak2 changing currency to odbc numeric type, and ftbcd parameters
|
пре 13 година |
marco
|
54066744ac
* Added ftcurrency to TODBCConnection.SetParameters. Patch by Lacak2, Mantis 21349
|
пре 13 година |
marco
|
c29ce4c891
* Check autoincrement based on field properties instead of ft-type. This to improve support for autoincrement
|
пре 13 година |
marco
|
b5cc3fbd6c
* ftBytes,ftVarBytes support in odbcconnection.setparameters
|
пре 13 година |
marco
|
98ac246990
* fix for leaking handles in parameter buffers, Mantis #17260, patch by Ludo Brands.
|
пре 14 година |
marco
|
eea81b4ef4
* Better support for required in the case of "not null", default value or auto increment colomns
|
пре 14 година |
marco
|
c7a82a0c1a
* treat transform as select and exec as execute. Mantis #17050, patch by Lacak2
|
пре 14 година |
marco
|
3f167a1582
* odbc ftguid fixes, correct size (38) in setparameters. Mantis #19774, patch by lacak2
|
пре 14 година |
marco
|
0f0627e888
* columnsize overrides as per ODBC spec, Mantis #19775 patch by Lacak2
|
пре 14 година |
marco
|
134f941937
* widestring fields for odbc. Patch from Mantis #19773
|
пре 14 година |
joost
|
428915a90b
* Patch from Ladislav Karrach to fix problems when closing TSQLQueries when the connection is not active, bug #17623
|
пре 14 година |
joost
|
0addec8f18
* Initialize fractional part of SQL_DATE_STRUCT
|
пре 14 година |
joost
|
44f09afaf6
* Patch from Lasislav Karrach to implement ftTime parameter support to odbc+
|
пре 14 година |