marco
|
56442144bf
* Password check for sqlite3 functionality, Mantis #18774
|
13 years ago |
marco
|
49e3a24413
* Modification after feedback on #20454, last patch was a bit conservative.
|
13 years ago |
marco
|
7de37b0ad9
* fix for #21381. Add a default parameter to switch.
|
13 years ago |
marco
|
89866cd17e
* LoadExtension, patch by BigChimp, Mantis #20640
|
13 years ago |
marco
|
bf67fed0cf
* Length of data in binary string. First part of Mantis #20453
|
13 years ago |
marco
|
0b655b19d9
* Patch from Ludo, Foreign key support for SQLite option. Mantis #20865
|
13 years ago |
marco
|
047cff3944
* Initial (var)binary field support for mysql and sqlite, patch by Lacak2,
|
14 years ago |
marco
|
91f8ee8b89
* improve mapping of db type char to relative new ftfixedchar fieldtype. + tests. Mantis #20483, patch by Lacak2
|
14 years ago |
marco
|
d630a85cbd
* sqlite bcd fixes. Mantis #16924, patch by Lacak2
|
14 years ago |
marco
|
d6ec10d166
* patch to order output of getschemainfo(sttables) for sqlite, patch by Lacak2, mantis #19957
|
14 years ago |
marco
|
dd00510c64
* fix epoch difference TDateTime and sqlite julian. Mantis bug #16886
|
14 years ago |
marco
|
8bb66f5e07
* add bigint. sqlite compat.
|
14 years ago |
marco
|
0d71ef61fc
* Committed patch from LacaK2 that adds some SQL unicode fieldtypes for sqlite3
|
14 years ago |
marco
|
0e7e7e98ec
* cleanup sqlite connection for BCD formatsetting improvements
|
14 years ago |
joost
|
2ad62c4754
* Added ftFmtBCD param support, from Ladislav Karrach, bug #18809
|
14 years ago |
joost
|
7f1a6b8e3e
* Patch from Ladislav Karrach to add msec support to sqlite-time fields,
|
14 years ago |
joost
|
30a019d421
* Allow sqlite time(intervals) > 24 hours
|
14 years ago |
joost
|
f496f3c795
* Fixed support of TFmtBcd fields for sqlite3, bug #16853
|
14 years ago |
joost
|
41342ab54f
* Accidentally comitted files, trying to apply patch from Ladislav Karrach to
|
14 years ago |
joost
|
d6adcdfe81
* Patch from Ladislav Karrach to use a field's type-affinity to determine the fieldtype. (Fixes aggregate test)
|
14 years ago |
joost
|
2ba53fb6d6
* Added support for ftMemo-params in TSQLite3Conn
|
14 years ago |
joost
|
5fc605df60
* Added recognition of CLOB fields to TSqlite3Conn + test, bug #17004
|
14 years ago |
michael
|
774978a687
* Minor code cleanup suggested by LacaK <[email protected]>
|
14 years ago |
michael
|
ae380229b6
* Applied patch from bug #16493
|
14 years ago |
michael
|
413dcde4aa
* Made used SQLLite library name configurable
|
14 years ago |
joost
|
25fd20f055
* Do not use an old connection handle when the connection is reconnected, bug #16438 + test
|
15 years ago |
joost
|
73df2c730d
* Result all indexes on UpdateIndexDefs, not only the PK. Patch from Ladislav Karrach, bug #16493
|
15 years ago |
joost
|
a8ee8cdbb3
* Detect multiple fields in primary key for sqlite + test, bug #16493
|
15 years ago |
joost
|
cb92994356
* New property TSQLConnection.FieldNameQuoteChars, these chars (start- and
|
15 years ago |
joost
|
c8467353ea
* Fix for two columns with the same name
|
16 years ago |