Commit History

Author SHA1 Message Date
  Michaël Van Canneyt 31fec22b0b * Add const for string where possible. Fixes issue #40051 2 years ago
  Ondrej Pokorny f57adee862 odbc: bind string parameters as SQL_WLONGVARCHAR only for more than 2000 characters 3 years ago
  Ondrej Pokorny fefb13da3b odbc: fix long string parameter bindings 3 years ago
  Ondrej Pokorny adb264a711 db odbcconn: error messages received through SQLGetDiagRec are ANSI - convert them to CP_ACP 3 years ago
  Michaël Van Canneyt c46b45bf72 * Patch from Laco to add TSingleField 3 years ago
  ondrej d2e2ac5181 odbc: fix comments 4 years ago
  ondrej 3fa35f258b odbc: use ftMemo/ftWideMemo for SQL_VARCHAR/SQL_WVARCHAR declared as nvarchar(max) 4 years ago
  ondrej 1ad9091763 fcl-db: odbc: make TODBCCursor.STMTHandle and ODBCSuccess public 4 years ago
  ondrej 6b0d010a67 fcl-db: odbc: partially revert #49049 4 years ago
  ondrej fa0b053b21 fcl-db: odbc: go to first selectable result. issue #38664 4 years ago
  ondrej 7cecc87441 odbc: use ftBlob only for VARBINARY(MAX) fields 5 years ago
  ondrej 0c8cf3e323 odbc: use ftBlob also for SQL_VARBINARY fields because they can have size bigger than max allowed size for ftVarBytes (High(Word)) 5 years ago
  ondrej 166847c7c7 odbc: fix international column names 5 years ago
  ondrej c09c8ed845 sqldb: odbc: use ANSI codepage for connection as default 5 years ago
  ondrej f27787b269 sqldb: odbc: send SQL to ODBC as WideString to support FPC 3.0.x character conversion 5 years ago
  ondrej a66442ea47 odbc: fix passing ANSI parameters with FPC character conversion 5 years ago
  ondrej c7a8267d91 fcl-db: ODBC: allow NULL parameters (TParam.Value := Null sets type to ftUnknown) 5 years ago
  michael 0ce71294ea * Fix Bug ID #0033025 : Prepare should be called only once for repeated use 6 years ago
  lacak 0a821710ac fcl-db: odbc: align implementation with code-page aware string fields. Use connection CharSet property to determine charset of connection and when creating string fields use it for code-page of string field. 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