ondrej
|
227f408df9
Merge revisions: r44040, r43881, r43700, r43699, r43698, r43602
|
5 年之前 |
michael
|
30843263ff
* Merging revisions 43655 from trunk:
|
5 年之前 |
michael
|
8ca580c2ad
* Merging revisions 42972 from trunk:
|
5 年之前 |
michael
|
590c23c6bb
* Merging revisions 42831,42832 from trunk:
|
6 年之前 |
michael
|
5e6081f217
* Merging revisions 42789,42790,42791,42792,42793 from trunk:
|
6 年之前 |
michael
|
02d9b6f18d
* Merging revisions r42273,r42276,r42277,r42278,r42279,r42285,r42295,r42296,r42297,r42298,r42298,r42299,r42300 from trunk:
|
6 年之前 |
marco
|
4873692ce5
--- Merging r40063 into '.':
|
6 年之前 |
michael
|
01517dfab2
* (Slightly modified) Patch from Ondrey to allow customizing TParams created in TSQLQuery and friends
|
7 年之前 |
michael
|
373061043b
* Patch from Ondrej Pokorny to allow customizing the kind of query being created (bug ID 0033863)
|
7 年之前 |
lacak
|
ea124c68f5
fcl-db: sqldb: add MySQL 'utf8mb4' to list of UTF-8 charsets. Note: MySQL 'utf8' is MBCS with CharSize=3
|
7 年之前 |
michael
|
16ba47be46
* Patch from Ondrej Pokorny to convert unit names to CamelCase (bug ID 33481)
|
7 年之前 |
lacak
|
d47be9c3f7
fcl-db: sqldb: reverting previous commit 37947.
|
7 年之前 |
lacak
|
a4354e3801
fcl-db: sqldb: use ISO-8601 format for DateTime literals, which is not locale dependant and supported by PostgreSQL,MSSQL,MySQL,Sqlite. Bug #32979
|
7 年之前 |
lacak
|
950082f371
fcl-db: oracle: adjust buffer for BLOBs, when reading CLOBs,NCLOBs. Bug #32377
|
8 年之前 |
lacak
|
85c9167f40
fcl-db: sqldb: storage specifiers for Options properties
|
8 年之前 |
lacak
|
689fa805eb
fcl-db: sqldb: when applying updates to modified record, look for parameter ":field_name" in InsertSQL,UpdateSQL,DeleteSQL first in TFields and if not found then in TParams. Bug #31411
|
8 年之前 |
pierre
|
7031c1c1e5
Do not use a set with CP_NONE, whose value is
|
8 年之前 |
michael
|
3bd8da04c7
* Better check for empty Refresh SQL statement
|
8 年之前 |
lacak
|
f05acbed7a
fcl-db: base: avoid code page conversion to CP_NONE as this kind of conversion is for now undefined (see bug #30622)
|
8 年之前 |
lacak
|
cc100208c9
fcl-db: sqldb: Test for assigned AParams in LogParams to avoid AV. Bug #30662
|
8 年之前 |
lacak
|
507088d097
fcl-db: sqldb: Firebird
|
9 年之前 |
michael
|
8185da31e6
* Publish autocommit in TSQLScript, make Aborted and Line public. Bug ID #30559
|
9 年之前 |
lacak
|
ad96eb037d
fcl-db: sqldb: introduce connection CodePage (derived from connection CharSet) and supporting routines, which performs f.e. codepage aware parameter binding using connection codepage (charset)
|
9 年之前 |
lacak
|
26ef7b27e0
fcl-db: sqldb: Publish Before/AfterRefresh properties (Delphi compatible) Bug #30075
|
9 年之前 |
michael
|
e78e4d0e72
* Publish UseDollarString and DollarStrings properties
|
9 年之前 |
lacak
|
2e005ecc7d
fcl-db: sqldb: make deferred blob loading dependent on sqoKeepOpenOnCommit not on sqoAutoCommit. As original problem is that dataset remains open on commit. Related to rev.33496
|
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 年之前 |
lacak
|
c21ab78262
fcl-db: mysql: move to standard INFORMATION_SCHEMA metadata queries instead of proprietary MySQL show commands. Bug #29819
|
9 年之前 |
michael
|
ecd8e21443
* Fix bug #29788
|
9 年之前 |
michael
|
67ac09b69f
* Moved some types to sqltypes unit so they can be reused outside of sqldb. Added GetObjectList to datadict using new types
|
9 年之前 |