Ondrej Pokorny
|
4dcf6714f6
db odbcconn: error messages received through SQLGetDiagRec are ANSI - convert them to CP_ACP
|
3 years ago |
Michaël Van Canneyt
|
b907920ef3
* Patch from Laco to add TSingleField
|
3 years ago |
ondrej
|
0c5cd7bfaa
odbc: fix comments
|
4 years ago |
ondrej
|
40e88bb732
odbc: use ftMemo/ftWideMemo for SQL_VARCHAR/SQL_WVARCHAR declared as nvarchar(max)
|
4 years ago |
ondrej
|
bfe83a3a87
fcl-db: odbc: make TODBCCursor.STMTHandle and ODBCSuccess public
|
4 years ago |
ondrej
|
a4866c5c65
fcl-db: odbc: partially revert #49049
|
4 years ago |
ondrej
|
35da09230a
fcl-db: odbc: go to first selectable result. issue #38664
|
4 years ago |
marco
|
4dc972ceee
# revisions: 44530,44531,44634,45363,45494,46756,46065
|
4 years ago |
marco
|
c9b4a1eec0
fcl-db revs 42907,42933,42944,43001,43002,43003,43024,43033,43037,43039,43154,43156,46355,46356,46357
|
5 years ago |
ondrej
|
227f408df9
Merge revisions: r44040, r43881, r43700, r43699, r43698, r43602
|
5 years ago |
marco
|
e0314439fa
# revisions: 41432,41655,41801,41939
|
6 years ago |
lacak
|
59246b402c
fcl-db: odbc: add to ConnOptions +sqSupportEmptyDatabaseName because TODBCConnection does not require it and used empty with TSQLConnector raises unwanted exception in DoInternalConnect.
|
9 years ago |
lacak
|
3d6a6512ad
fcl-db: odbc: add support for stIndexes for database metadata retrieval SetSchemaInfo()
|
10 years ago |
lacak
|
a2b7b9cd6e
fcl-db: odbc: experimental support for XML and sql_variant SQL Server data types
|
10 years ago |
lacak
|
0182f49b7b
fcl-db: odbc: add support for ftFmtBCD parameters. Bind them as string to support BCD values with precision > 10^38 (max.supported by SQL_NUMERIC_STRUCT)
|
10 years ago |
lacak
|
2a2078e7f7
fcl-db: odbc: implements RefreshLastInsertID for autoincrementing columns.
|
10 years ago |
lacak
|
1e778468cc
fcl-db: odbc: when binding TIMESTAMP parameter set explicitly precision.
|
10 years ago |
marco
|
55cce4cb69
* strip outdated $If's. We don't bootstrap that much with 2.0.x anymore anyway.
|
10 years ago |
michael
|
d7d4035252
* Use factory for fielddefs
|
11 years ago |
lacak
|
9c2ffc30ee
fcl-db:
|
11 years ago |
lacak
|
56f37cd0e0
fcl-db: ODBC: add NativeError and SQLState fields to EODBCException. Bug #23798
|
11 years ago |
lacak
|
206e5eb475
fcl-db: odbc: map ftWord fields to TWordField (avoid potential problem with Big Endian systems)
|
12 years ago |
lacak
|
7a46ebd7f1
fcl-db: odbc: map UNSIGNED SMALLINT to ftWord fields. TestSupportWordFields
|
12 years ago |
lacak
|
ee2fee4259
fcl-db: sqldb:
|
12 years ago |
michael
|
27fc72b4b3
* Fixed bug #24419
|
12 years ago |
lacak
|
91509eb30f
fcl-db: odbc: fix NULL numeric parameter handling for MS SQL Server
|
12 years ago |
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 years ago |
lacak
|
19132fc98d
fcl-db: sqldb: implemented TSQLConnection.GetSchemaNames
|
12 years ago |
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 years ago |
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 years ago |