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 |
joost
|
668e50b88c
* Fixed ftBCD support, partly bug #12143. Note that a TParam with a datatype of ftBCD in practice never occurs
|
16 years ago |
joost
|
2788fec70e
* Removed unused method StringQuery
|
17 years ago |
joost
|
545e44ff11
* Removed unused BlobsCached function
|
17 years ago |
joost
|
73f2423c06
* Recognize Timestamp records as TDateTime fields
|
18 years ago |
joost
|
7d0bf5064a
* Fixed data/time/datetime fields
|
18 years ago |
joost
|
0fcf57fc1c
* Implemented RowsAffected and modified the test
|
18 years ago |
joost
|
570b4e079d
* Added recognition of FLOAT, CHAR and DECIMAL fields/records
|
18 years ago |
joost
|
306670c74a
* Fixed parameters if a query is executed for the second time
|
18 years ago |
joost
|
9ff58eb46f
* Fixed TField.Size handling
|
18 years ago |
joost
|
af345cdb8c
* Patch from Jesus Reyes to avoid that all fields are treated as blobs
|
18 years ago |
michael
|
4d4dddb7bd
* Initial commit
|
18 years ago |