| .. |
|
Makefile
|
fa328436ab
* regenerated for iphonesim/x86-64
|
%!s(int64=10) %!d(string=hai) anos |
|
Makefile.fpc
|
4c7f9238c7
* SQL parser
|
%!s(int64=15) %!d(string=hai) anos |
|
README.txt
|
15152a2045
* fcl-db: TSQLScript tests for issue #25334, probably issue #17829
|
%!s(int64=12) %!d(string=hai) anos |
|
bufdatasettoolsunit.pas
|
b871247238
* fcl-db: tests: bufdataset: test ftVariant & ftVarbytes as issue #19930 is marked eesolve.d
|
%!s(int64=11) %!d(string=hai) anos |
|
database.ini.txt
|
77d74614cb
fcl-db: cosmetic
|
%!s(int64=11) %!d(string=hai) anos |
|
dbftoolsunit.pas
|
a180cd63fb
* fcl-db: tdbf: better support ftWord field type
|
%!s(int64=12) %!d(string=hai) anos |
|
dbguitestrunner.pas
|
f19d65118d
* fcl-db gui test runner: move edit .ini button out of the way a bit
|
%!s(int64=12) %!d(string=hai) anos |
|
dbtestframework.pas
|
aa147703d5
fcl-db: memds: when FieldDefs are changed set TableIsCreated to false to signal, that CreteTable should be called.
|
%!s(int64=12) %!d(string=hai) anos |
|
dbtestframework_gui.lpi
|
5c0f205a57
fcl-db: cosmetic: another debug build mode for dbtestframework_gui
|
%!s(int64=11) %!d(string=hai) anos |
|
dbtestframework_gui.lpr
|
aa147703d5
fcl-db: memds: when FieldDefs are changed set TableIsCreated to false to signal, that CreteTable should be called.
|
%!s(int64=12) %!d(string=hai) anos |
|
inieditor.lfm
|
e7b833bd1b
sqldb: tests: clean up forms so database.ini editor is in main form
|
%!s(int64=12) %!d(string=hai) anos |
|
inieditor.pas
|
e7b833bd1b
sqldb: tests: clean up forms so database.ini editor is in main form
|
%!s(int64=12) %!d(string=hai) anos |
|
memdstoolsunit.pas
|
ebf70342c5
fcl-db: memds:
|
%!s(int64=12) %!d(string=hai) anos |
|
reruntest.sh
|
998da11ecd
* Script to test for memory leaks
|
%!s(int64=12) %!d(string=hai) anos |
|
sdfdstoolsunit.pas
|
ab7e5cdda1
* fcl-db: dbtestframework: fix compilation
|
%!s(int64=11) %!d(string=hai) anos |
|
sqldbtoolsunit.pas
|
85142e88f0
fcl-db: tests: add case for SQLite into TryDropIfExists. Fixes bug introduced in rev.29109
|
%!s(int64=11) %!d(string=hai) anos |
|
tcgensql.pas
|
0782f4f853
* fcl-db: sql parser:
|
%!s(int64=11) %!d(string=hai) anos |
|
tcparser.pas
|
951d128042
- fcl-db: sql parser
|
%!s(int64=11) %!d(string=hai) anos |
|
tcsdfdata.pp
|
f7037fe06a
- fcl-db: removed faulty sdfdataset test against sdf spec as sdfdataset must comply with the RFC4180 CSV format, see issue #22980
|
%!s(int64=13) %!d(string=hai) anos |
|
tcsqlscanner.pas
|
ff28acbaad
* fcl-db: sql parser:
|
%!s(int64=11) %!d(string=hai) anos |
|
test-list.txt
|
998da11ecd
* Script to test for memory leaks
|
%!s(int64=12) %!d(string=hai) anos |
|
test.json
|
9135ece182
* Example for JSON dataset
|
%!s(int64=14) %!d(string=hai) anos |
|
testbasics.pas
|
c3a0d0ece3
* Applied patch from Luiz Americo with some optimizations. (Bug ID 25745)
|
%!s(int64=11) %!d(string=hai) anos |
|
testbufdatasetstreams.pas
|
3065e3289b
fcl-db: dbtestframework:
|
%!s(int64=11) %!d(string=hai) anos |
|
testdatasources.pas
|
3065e3289b
fcl-db: dbtestframework:
|
%!s(int64=11) %!d(string=hai) anos |
|
testdbbasics.pas
|
b9b253dd02
fcl-db: tests: apply test for RecordCount for closed DataSet introduced in rev.30295 (only for TBufDataSet in TestSpecificTBufDataset) also to other datasets (in TestDBBasics, which covers all TDataSet descendants)
|
%!s(int64=10) %!d(string=hai) anos |
|
testdbexport.pas
|
3065e3289b
fcl-db: dbtestframework:
|
%!s(int64=11) %!d(string=hai) anos |
|
testdddiff.pp
|
c2dc42bb89
* test for Data dictionary diff mechanism
|
%!s(int64=17) %!d(string=hai) anos |
|
testfieldtypes.pas
|
6c10d2ddad
fcl-db: sqlite: map INTEGER PRIMARY KEY columns (ROWID) to TAutoIncField (as part of adding support for Refreshing AutoInc fields)
|
%!s(int64=11) %!d(string=hai) anos |
|
testjsondataset.pp
|
310e8e0b9c
* Removed resource added by lazarus
|
%!s(int64=14) %!d(string=hai) anos |
|
testleaks.sh
|
087b6b4a39
* Fixed Master/Detail relation in SQLDB and fixed memory leak
|
%!s(int64=12) %!d(string=hai) anos |
|
testspecifictbufdataset.pas
|
ac077797cd
* Fix for bug ID #27715
|
%!s(int64=10) %!d(string=hai) anos |
|
testspecifictdbf.pas
|
3065e3289b
fcl-db: dbtestframework:
|
%!s(int64=11) %!d(string=hai) anos |
|
testspecifictmemdataset.pas
|
fe8a6f7399
* fcl-db tests: TMemDataset.CopyFromDataset: test record position has not moved for bug #25426
|
%!s(int64=12) %!d(string=hai) anos |
|
testsqldb.pas
|
743324f72b
* Patch from Laco with minor modification from bug ID #27251
|
%!s(int64=10) %!d(string=hai) anos |
|
testsqlfiles.lpi
|
b11276b34f
* Patch from Graeme to reduce dependencies (consolerunner is now in FCL)
|
%!s(int64=13) %!d(string=hai) anos |
|
testsqlfiles.lpr
|
4c7f9238c7
* SQL parser
|
%!s(int64=15) %!d(string=hai) anos |
|
testsqlscanner.lpi
|
13146211ce
* fcl-db: sql parser tests: run all tests by default in Lazarus project
|
%!s(int64=11) %!d(string=hai) anos |
|
testsqlscanner.lpr
|
1e21d66b89
* fcl-db: sql parser tests:
|
%!s(int64=11) %!d(string=hai) anos |
|
testsqlscanner_gui.lpi
|
d3bb0d4a17
+ fcl-db: add GUI for tests in testsqlscanner
|
%!s(int64=11) %!d(string=hai) anos |
|
testsqlscanner_gui.lpr
|
d3bb0d4a17
+ fcl-db: add GUI for tests in testsqlscanner
|
%!s(int64=11) %!d(string=hai) anos |
|
testsqlscript.pas
|
cc0c2d6467
* SqlScript committed
|
%!s(int64=17) %!d(string=hai) anos |
|
toolsunit.pas
|
ae3f0f3752
fcl-db: base: introduce TParam.AsBytes + test
|
%!s(int64=11) %!d(string=hai) anos |