summaryrefslogtreecommitdiff
path: root/packages/fcl-db
Commit message (Expand)AuthorAgeFilesLines
* * Filter the Makefile's unit searchpaths from the fpmake command line.joost2015-08-121-1/+3
* fcl-db: mysql: fix reporting of connection errors. Pass allocated connection ...lacak2015-08-101-3/+2
* * MariaDB version 10.1 is also compatible with 5.6michael2015-08-031-1/+1
* fcl-db: sdfdataset: Added support for reading of CSV files, which have embedd...lacak2015-07-302-34/+109
* fcl-db: odbc: add support for stIndexes for database metadata retrieval SetSc...lacak2015-07-241-2/+3
* fcl-db: mysql: add MySQL57Connection. Requires rev.31218.lacak2015-07-233-25/+72
* fcl-db: sqlite: always call InitializeSQLite to properly increment library lo...lacak2015-07-161-6/+5
* fcl-db: odbc: experimental support for XML and sql_variant SQL Server data typeslacak2015-07-081-10/+43
* AROS/x86_64: regenerated Makefileskaroly2015-06-291-2/+16
* * Empty string in case statement does not workmichael2015-06-261-1/+1
* * Added logging demomichael2015-06-262-0/+264
* * Fix typomichael2015-06-262-2/+2
* * Actually log new log types (ActualSQL and ParamValue)michael2015-06-266-3/+29
* * Added ActualSQL and ParamValue log types, correct SQLConnector so it passes...michael2015-06-261-2/+28
* * Correct error message for unknown connector, add param value messagemichael2015-06-261-1/+2
* fcl-db: fix parameter parsing in case, when in SQL follows two comments, wher...lacak2015-06-262-3/+6
* * Example to demonstrate how to create sqlmichael2015-06-252-0/+266
* fcl-db: cleanup (remove unused parts of code)lacak2015-06-233-35/+19
* fcl-db: sqlite: bind boolean parameters according to SQLite expectation:lacak2015-06-171-11/+3
* fcl-db: memds: implemented basic blob support. Blobs are allocated in memory ...lacak2015-06-123-42/+189
* fcl-db: base: declare procedure DatabaseErrorFmt with parameter Args as Const...lacak2015-06-111-4/+4
* * Patch from bug 28125 by Silvio Cleciomichael2015-06-101-1/+3
* fcl-db: tests: Add sqlite3ds connector to db test suite. Patch from Luiz Amer...lacak2015-05-295-8/+237
* * Make GetRecNo return 0 on empty and closed datasetsblikblum2015-05-281-5/+2
* * Revert undesired changes introduced in last commitblikblum2015-05-281-26/+26
* * Check for nil in BookmarkValidblikblum2015-05-281-26/+28
* * Move cursor forward instead of backward when deletingblikblum2015-05-281-3/+3
* fcl-db: sqldb: ExecuteDirect should call StartImplicitTransaction, when Trans...lacak2015-05-271-1/+1
* * regenerated Makefiles with Linux/AArch64 supportjonas2015-05-2021-42/+511
* * Properly set detail sql when master key is null. Issue 11423blikblum2015-05-201-18/+19
* * Don't fetch all records in detail dataset when master dataset is emptyblikblum2015-05-201-1/+1
* fcl-db: sqlite: implement CreateDB/DropDB methods + InitializeSqlite/ReleaseS...lacak2015-05-191-5/+10
* fcl-db: sqlite: implement CreateDB/DropDB methodslacak2015-05-191-8/+29
* fcl-db: sdfdataset: attempt to fix "misaligned data access" error on WinCE / ...lacak2015-05-191-7/+21
* fcl-db: sdfdataset: improved handling of space padded values according to RFC...lacak2015-05-193-326/+290
* fcl-db: base: TBlobField.GetAsString returns uninitialized Result for blob Si...lacak2015-05-181-13/+15
* fcl-db: base: fix TBlobField.SetBlobType. Bug #28103lacak2015-05-182-11/+10
* * typo fix, patch by Silvio Cl'ecio mantis #28107marco2015-05-161-1/+1
* fcl-db: tests: add tests for TFixedFormatDatasetlacak2015-05-141-5/+108
* * Fix access violation in Delete when state = dsEditblikblum2015-05-091-0/+2
* fcl-db: oracle: fix transaction parameters handling (only one of OCI_TRANS_R...lacak2015-05-071-5/+5
* fcl-db: oracle: fix transaction parameters handling (only one of OCI_TRANS_R...lacak2015-05-071-11/+8
* fcl-db: sqldb: fix trailing quote charlacak2015-05-061-1/+1
* fcl-db: interbase: better check if stored procedure returns resultsetlacak2015-05-051-1/+2
* fcl-db: sqldb:lacak2015-05-041-18/+22
* fcl-db: tests: improve test for RefreshOnUpdate using returning clause.lacak2015-05-041-10/+17
* fcl-db: sqldb:lacak2015-05-041-6/+10
* fcl-db: tests: Follow rev.30691 (Renamed sqoPreferRefresh to sqoRefreshUsingS...lacak2015-05-041-46/+43
* * Did not reset FCurrentItem in GetRecord when called with gmPrior. Fixes cal...blikblum2015-05-031-4/+1
* Use sqlite3_prepare_v2 instead of sqlite3_prepare. Fixes a bug when creating ...blikblum2015-04-281-5/+5