lacak
|
738959ce59
fcl-db: sqlite: add support for journal_mode pragma (beside foreign_keys pragma). This pragma must be set after connect before any transaction starts.
|
il y a 4 ans |
svenbarth
|
5e6b4cd2cd
+ add ability to specify a SQLite VFS when opening a SQLite database
|
il y a 4 ans |
michael
|
1c171e1ad3
* Fix bug ID #36486, add parameter to force use of largeint for sqlite
|
il y a 5 ans |
michael
|
147a766890
* Indicate and use sqSequences connection info, fix bug #0035241 (statement for sqlite next sequence value)
|
il y a 5 ans |
michael
|
e2ff02a0f5
* Small optimization: add const to string argument (By Silvio Clecio)
|
il y a 6 ans |
michael
|
4bf4ce5537
* Use sqlite_open_v2 to connect, Bug ID #34278
|
il y a 6 ans |
michael
|
16ba47be46
* Patch from Ondrej Pokorny to convert unit names to CamelCase (bug ID 33481)
|
il y a 7 ans |
lacak
|
2f1addbb11
fcl-db: sqlite: fix UpdateIndexDefs if TableName is in format DatbaseName.TableName. Partial fixes bug #30834
|
il y a 8 ans |
lacak
|
b78ff18bfa
fcl-db: sqlite: check if sqlite library is compiled with SQLITE_ENABLE_COLUMN_METADATA IOW there is API function sqlite3_column_origin_name() and co. Bug #30935
|
il y a 8 ans |
lacak
|
7b3f96346f
fcl-db: sqlite: check for NOT NULL columns and set Required for them. Bug #30837 (original patch by Silvio Clécio)
|
il y a 8 ans |
lacak
|
507088d097
fcl-db: sqldb: Firebird
|
il y a 8 ans |
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)
|
il y a 9 ans |
lacak
|
16b02dcd2b
fcl-db: sqlite: when raising database error retrieve also extended error code and pass it to ESQLDatabaseError exception object.
|
il y a 9 ans |
lacak
|
433d0ce4f6
fcl-db: sqlite: always call InitializeSQLite to properly increment library loading/unloading ref-counting. Regression introduced in rev.27342. Bug #28391
|
il y a 10 ans |
michael
|
4cc83ba03f
* Fix typo
|
il y a 10 ans |
michael
|
ba506acf9f
* Actually log new log types (ActualSQL and ParamValue)
|
il y a 10 ans |
lacak
|
5e8d1078a7
fcl-db: sqlite: bind boolean parameters according to SQLite expectation:
|
il y a 10 ans |
lacak
|
5b3b1c7dea
fcl-db: sqlite: implement CreateDB/DropDB methods + InitializeSqlite/ReleaseSqlite
|
il y a 10 ans |
lacak
|
126f94ba41
fcl-db: sqlite: implement CreateDB/DropDB methods
|
il y a 10 ans |
lacak
|
add4e800be
fcl-db: sqlite: cosmetic + simplify code
|
il y a 10 ans |
lacak
|
9d6f5ece63
fcl-db: sqlite: add sqImplicitTransaction to ConnOptions.
|
il y a 10 ans |
lacak
|
3fe277f2e4
fcl-db: sqlite: remove unused published property TSQLite3Connection.Options: TSqliteOptions, which hides newly added TSQLConnection.Options
|
il y a 10 ans |
lacak
|
6c10d2ddad
fcl-db: sqlite: map INTEGER PRIMARY KEY columns (ROWID) to TAutoIncField (as part of adding support for Refreshing AutoInc fields)
|
il y a 10 ans |
lacak
|
e9d9caef00
fcl-db: sqlite: forgotten from rev.29196
|
il y a 10 ans |
michael
|
6d5622aca3
* Implemented RefreshSQL and fetching value for AutoInc fields
|
il y a 10 ans |
reiniero
|
24b406aed7
+ fcl-db: SQlite3: accept more date/time formats:
|
il y a 11 ans |
reiniero
|
bd37d804fc
* fcl-db: cosmetic
|
il y a 11 ans |
reiniero
|
935a3f1bc9
* fcl-db: cosmetic
|
il y a 11 ans |
michael
|
dbf13fc77a
* Patch from Reinier to implement library loader for Sqlite
|
il y a 11 ans |
michael
|
4378063247
* Use factory for fielddefs
|
il y a 11 ans |