michael
|
89957c49d4
* Expose status vector in interbase code, adapted patch by Joeny Ang. bug ID #0037143
|
5 년 전 |
michael
|
147a766890
* Indicate and use sqSequences connection info, fix bug #0035241 (statement for sqlite next sequence value)
|
5 년 전 |
joost
|
d8c81744d3
* Fix for timestamps very close to a whole day in Firebird
|
5 년 전 |
michael
|
ccfe575645
* Fix bug #36080, add wirecompression to IBConnection
|
6 년 전 |
michael
|
16b827aa88
* Allow using of connection charset if none is specified at DB level (bug ID 35755)
|
6 년 전 |
michael
|
00450470e2
* Make port not stored, since it is in params already
|
8 년 전 |
michael
|
faa70adcd3
* Publish and observe port
|
8 년 전 |
lacak
|
18f081150d
fcl-db: interbase: detect BLOB CHARACTER SET NONE and set TMemoField.CodePage to CP_NONE in this case. Related to #31162
|
8 년 전 |
lacak
|
67f38f374b
fcl-db: interbase: add TransactionHandle to TIBCursor (needed for further work) + unify naming (DatabaseHandle, TransactionHandle, StatementHandle)
|
8 년 전 |
lacak
|
2ff52d7565
fcl-db: interbase: content of BLOBs do not convert to connection charset. Bug #31162
|
8 년 전 |
lacak
|
507088d097
fcl-db: sqldb: Firebird
|
9 년 전 |
michael
|
d40bf3684b
* Change to use new charset and charwidth
|
9 년 전 |
lacak
|
7de017daad
fcl-db: sqldb: when sqoAutoCommit is set in TSQLQuery.Options then load BLOBs as records are fetched (Do not allow deferred loading because if in mean time transaction is committed and other transaction updates blob original blob is no more available)
|
9 년 전 |
michael
|
b96d3cc517
* Some fixes and optimizations to last fix
|
9 년 전 |
michael
|
087e123189
* Correctly determine transaction params (from adli82, bug ID #29088)
|
9 년 전 |
michael
|
ba506acf9f
* Actually log new log types (ActualSQL and ParamValue)
|
10 년 전 |
lacak
|
692398e195
fcl-db: interbase: better detection if stored procedure is selectable i.e. returns resultset (or output parameters)
|
10 년 전 |
michael
|
9a807bdfe3
* Implemented RETURNING clause as a way of updating fields
|
10 년 전 |
lacak
|
d193c51dbd
fcl-db: cosmetic
|
10 년 전 |
michael
|
743324f72b
* Patch from Laco with minor modification from bug ID #27251
|
10 년 전 |
lacak
|
2d4288c5d9
fcl-db: interbase: formating
|
10 년 전 |
lacak
|
690fc3e738
fcl-db: interbase: avoid conversions ->TBCD->double for parameters of other type than ftFmtBCD (f.e. ftBCD: Currency->TBCD->double)
|
10 년 전 |
lacak
|
6b0cd8bb0e
fcl-db: interbase: SQLState must be obtained before isc_interprete is called.
|
10 년 전 |
lacak
|
eaadd51b42
fcl-db: reverts rev.29118, because there are 3rd party libraries (like ZEOS), which define own EDatabaseError descendants, where they define members FErrorCode and/or ErrorCode.
|
10 년 전 |
michael
|
2134e3aaac
* Promoted errorcode to the EDatabaseError level, unified all error codes
|
10 년 전 |
michael
|
cfa859d285
* Fix for bug #27077 by Chris Rempas, plus test
|
10 년 전 |
reiniero
|
727d73677a
* fcl-db: ibconnection: cosmetic
|
10 년 전 |
lacak
|
56e83ce5dd
fcl-db: interbase: fix cases when client library is not loaded dynamically but link statically
|
11 년 전 |
michael
|
71d20abcaa
* Patch from reinier to import fb_shutdown and fb_sqlstate
|
11 년 전 |
lacak
|
7de12fb703
fcl-db: sqldb: align column naming (PROCEDURE_NAME) for stProcedures schema query with ODBC standard (SQLProcedures) and also with Delphi naming used in ADO OpenSchema for siProcedures (and partial also with DBX).
|
11 년 전 |