Michaël Van Canneyt
|
eb009243aa
* PChar -> PansiChar
|
2 years ago |
Michaël Van Canneyt
|
f0f42ca2a2
* Add const for string where possible. Fixes issue #40051
|
2 years ago |
Michaël Van Canneyt
|
a2a9db1e06
* Sync stored specifier names
|
3 years ago |
Michaël Van Canneyt
|
045b938dfa
* Add storage specifier for params
|
3 years ago |
Michaël Van Canneyt
|
c46b45bf72
* Patch from Laco to add TSingleField
|
3 years ago |
Michaël Van Canneyt
|
7b3ef85d2f
* Patch from Werner Pamler to fix issue #39544
|
3 years ago |
michael
|
2da4113310
* Cursor can be nil, patch from Mattias Gaertner
|
4 years ago |
michael
|
25e2f29e01
* Add Port to SQLConnector
|
4 years ago |
ondrej
|
63a231a93d
* fcl-db: PQConnection needs a lowercase port param
|
4 years ago |
michael
|
6d5816085d
* Fix for 37993, attempt to prevent memory leak in case of database shutdown
|
4 years ago |
michael
|
07e2d4e4c5
* Avoid errors when dataset is not active while constructing update SQL.
|
5 years ago |
ondrej
|
166847c7c7
odbc: fix international column names
|
5 years ago |
michael
|
147a766890
* Indicate and use sqSequences connection info, fix bug #0035241 (statement for sqlite next sequence value)
|
5 years ago |
michael
|
bbc6ac1349
* RollBack needs same changes as commit for broken connection
|
5 years ago |
michael
|
e67989a8e8
* Fix bug ID #0036148
|
5 years ago |
michael
|
64795253ae
* Fix serverfilter and Refresh
|
5 years ago |
michael
|
9396decb19
* Make sure FieldDefs.Update operates on prepared query
|
5 years ago |
michael
|
0ce71294ea
* Fix Bug ID #0033025 : Prepare should be called only once for repeated use
|
5 years ago |
michael
|
15f999bcce
* Implement macro support, by Zdravko Gabrovski (Bug ID 36057)
|
5 years ago |
michael
|
ffb2444d60
* Make link dataset/connection/transaction thread safe (Bug ID 34274)
|
6 years ago |
michael
|
47dbaafa89
* Fix bug ID #0035246
|
6 years ago |
michael
|
aee20cd54d
* Proper fix for 35887
|
6 years ago |
michael
|
25681cc2a3
* Fix bug ID #35887
|
6 years ago |
michael
|
ea62b51a1f
* TSQLConnector GetNextValueSQL must call proxy implementation
|
6 years ago |
lacak
|
f53878c0db
fcl-db: sqldb: add connection charset aliases "win1250" (Firebird) and "cp1250" (MySQL) (although unicode is preferred nowadays and these SBCS are just a remnant of the past)
|
6 years ago |
lacak
|
475fed4e9a
fcl-db: sqldb: when parsing identifiers (TableName) take into account delimited identifiers (double quoted) separated by point + test. Bug #34511
|
6 years ago |
michael
|
01517dfab2
* (Slightly modified) Patch from Ondrey to allow customizing TParams created in TSQLQuery and friends
|
7 years ago |
michael
|
373061043b
* Patch from Ondrej Pokorny to allow customizing the kind of query being created (bug ID 0033863)
|
7 years ago |
lacak
|
ea124c68f5
fcl-db: sqldb: add MySQL 'utf8mb4' to list of UTF-8 charsets. Note: MySQL 'utf8' is MBCS with CharSize=3
|
7 years ago |
michael
|
16ba47be46
* Patch from Ondrej Pokorny to convert unit names to CamelCase (bug ID 33481)
|
7 years ago |