提交历史

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