.. |
Makefile
|
5182dc37af
haiku-x86_64: regenerated all Makefiles, take 2
|
6 жил өмнө |
Makefile.fpc
|
4c7f9238c7
* SQL parser
|
15 жил өмнө |
README.txt
|
15152a2045
* fcl-db: TSQLScript tests for issue #25334, probably issue #17829
|
11 жил өмнө |
bufdatasettoolsunit.pas
|
edca192fad
* Fix many warnings & hints
|
7 жил өмнө |
database.ini.txt
|
41024d1047
fcl-db: tests: comment why test fails on Firebird
|
7 жил өмнө |
dbftoolsunit.pas
|
a180cd63fb
* fcl-db: tdbf: better support ftWord field type
|
12 жил өмнө |
dbguitestrunner.pas
|
7d0fc1cbc9
* Test bug #32348, change button to menu item
|
7 жил өмнө |
dbtestframework.pas
|
edca192fad
* Fix many warnings & hints
|
7 жил өмнө |
dbtestframework_gui.lpi
|
7d0fc1cbc9
* Test bug #32348, change button to menu item
|
7 жил өмнө |
dbtestframework_gui.lpr
|
9f4333d20a
fcl-db: tests: Add sqlite3ds connector to db test suite. Patch from Luiz Americo. Bug #28200
|
10 жил өмнө |
inieditor.lfm
|
edca192fad
* Fix many warnings & hints
|
7 жил өмнө |
inieditor.pas
|
edca192fad
* Fix many warnings & hints
|
7 жил өмнө |
memdstoolsunit.pas
|
8214e72841
fcl-db: memds: implemented basic blob support. Blobs are allocated in memory only. Saving to stream/file is not supported yet. Bug #26476
|
10 жил өмнө |
reruntest.sh
|
998da11ecd
* Script to test for memory leaks
|
12 жил өмнө |
sdfdstoolsunit.pas
|
9f4333d20a
fcl-db: tests: Add sqlite3ds connector to db test suite. Patch from Luiz Americo. Bug #28200
|
10 жил өмнө |
sqldbtoolsunit.pas
|
815172ac47
fcl-db: tests: test DATE and TIME data types for Sybase and MS SQL Server (requires version >= 2008)
|
7 жил өмнө |
sqlite3dstoolsunit.pas
|
9f4333d20a
fcl-db: tests: Add sqlite3ds connector to db test suite. Patch from Luiz Americo. Bug #28200
|
10 жил өмнө |
tccsvdataset.pp
|
77dc0597e9
fcl-db: csvdataset: take into account Delimiter when saving, open file with fmCreate when saving + tests; bug #33432
|
7 жил өмнө |
tcgensql.pas
|
0782f4f853
* fcl-db: sql parser:
|
11 жил өмнө |
tcparser.pas
|
951d128042
- fcl-db: sql parser
|
11 жил өмнө |
tcsdfdata.pp
|
6f3da41769
fcl-db: sdfdataset: Added support for reading of CSV files, which have embedded CRLF between double-quotes (Added TSDFStringList) + test.
|
10 жил өмнө |
tcsqlscanner.pas
|
ff28acbaad
* fcl-db: sql parser:
|
11 жил өмнө |
test-list.txt
|
998da11ecd
* Script to test for memory leaks
|
12 жил өмнө |
test.json
|
9135ece182
* Example for JSON dataset
|
13 жил өмнө |
testbasics.pas
|
edca192fad
* Fix many warnings & hints
|
7 жил өмнө |
testbufdatasetstreams.pas
|
edca192fad
* Fix many warnings & hints
|
7 жил өмнө |
testdatasources.pas
|
edca192fad
* Fix many warnings & hints
|
7 жил өмнө |
testdbbasics.pas
|
1edf2d3cd0
fcl-db: tests: Adjust tests to take into account connection charset and field codepage when testing Size and DataSize
|
7 жил өмнө |
testdbexport.pas
|
edca192fad
* Fix many warnings & hints
|
7 жил өмнө |
testdddiff.pp
|
c2dc42bb89
* test for Data dictionary diff mechanism
|
17 жил өмнө |
testfieldtypes.pas
|
c73e831633
fcl-db: tests: use built-in function BytesOf() instead uf own implementation.
|
7 жил өмнө |
testjsondataset.pp
|
1378f55f6d
* Extended example based on pas2js test sample
|
6 жил өмнө |
testleaks.sh
|
087b6b4a39
* Fixed Master/Detail relation in SQLDB and fixed memory leak
|
12 жил өмнө |
testspecifictbufdataset.pas
|
edca192fad
* Fix many warnings & hints
|
7 жил өмнө |
testspecifictdbf.pas
|
edca192fad
* Fix many warnings & hints
|
7 жил өмнө |
testspecifictmemdataset.pas
|
5c98c93500
fcl-db: tests: memds: check if null values are copied correctly. Bug #32537
|
7 жил өмнө |
testsqldb.pas
|
475fed4e9a
fcl-db: sqldb: when parsing identifiers (TableName) take into account delimited identifiers (double quoted) separated by point + test. Bug #34511
|
6 жил өмнө |
testsqlfiles.lpi
|
b11276b34f
* Patch from Graeme to reduce dependencies (consolerunner is now in FCL)
|
12 жил өмнө |
testsqlfiles.lpr
|
4c7f9238c7
* SQL parser
|
15 жил өмнө |
testsqlscanner.lpi
|
13146211ce
* fcl-db: sql parser tests: run all tests by default in Lazarus project
|
11 жил өмнө |
testsqlscanner.lpr
|
1e21d66b89
* fcl-db: sql parser tests:
|
11 жил өмнө |
testsqlscanner_gui.lpi
|
d3bb0d4a17
+ fcl-db: add GUI for tests in testsqlscanner
|
11 жил өмнө |
testsqlscanner_gui.lpr
|
d3bb0d4a17
+ fcl-db: add GUI for tests in testsqlscanner
|
11 жил өмнө |
testsqlscript.pas
|
488e7af362
* Patch from Ondrej Pokorny to fix TSQLScript in case of no final terminator
|
7 жил өмнө |
toolsunit.pas
|
c73e831633
fcl-db: tests: use built-in function BytesOf() instead uf own implementation.
|
7 жил өмнө |