Michaël Van Canneyt
|
eb009243aa
* PChar -> PansiChar
|
vor 2 Jahren |
Michaël Van Canneyt
|
c46b45bf72
* Patch from Laco to add TSingleField
|
vor 3 Jahren |
Michaël Van Canneyt
|
6cc82086a9
* Patch from Laco to add tests
|
vor 3 Jahren |
lacak
|
28d1ad595a
fcl-db: tests: fix typo
|
vor 5 Jahren |
lacak
|
78e7ea6fbf
fcl-db: mysql: use new ftLongWord for INT UNSIGNED fields. Bug #37979
|
vor 5 Jahren |
lacak
|
7ee3b01eff
fcl-db: test: +testShortIntValues
|
vor 5 Jahren |
lacak
|
6c2554af69
fcl-db: tests: add support for ftLongWord, ftShortInt, ftByte field types to TBufDataset + basic test
|
vor 5 Jahren |
lacak
|
c73e831633
fcl-db: tests: use built-in function BytesOf() instead uf own implementation.
|
vor 7 Jahren |
lacak
|
1edf2d3cd0
fcl-db: tests: Adjust tests to take into account connection charset and field codepage when testing Size and DataSize
|
vor 7 Jahren |
lacak
|
0a72573e02
fcl-db: tests: Add support for "CharSet" configuration option (specified in database.ini)
|
vor 9 Jahren |
lacak
|
8e2ac164f8
fcl-db: tests: preparation for BOOLEAN data type tests for Firebird 3
|
vor 9 Jahren |
lacak
|
ae3f0f3752
fcl-db: base: introduce TParam.AsBytes + test
|
vor 11 Jahren |
lacak
|
704f018183
fcl-db: tests: cosmetic
|
vor 11 Jahren |
lacak
|
6e18414cb3
fcl-db: tests: reduce decimal digits of just added new testCurrency value to 2 because PostgreSQL uses for money data type only 2 decimal places.
|
vor 11 Jahren |
lacak
|
2d785d1035
fcl-db: tests: add comment for SQLite why some test for exact numeric (currency) values, which can not be expressed lossless as double, fail.
|
vor 11 Jahren |
lacak
|
ec1d9d497b
fcl-db: tests: reduce testCurrencyValues to fit into DECIMAL(18,4) and also reduce decimal digits to 2 because PostgreSQL uses for money data type only 2 decimal places.
|
vor 11 Jahren |
lacak
|
e09f9bf781
fcl-db: bufdataset: fix ftBCD field compare function. ftBCD fields are using currency data type, which is 64 bit long, so compare function must be for 64 bit long integer not for 32 bit long.
|
vor 11 Jahren |
reiniero
|
3065e3289b
fcl-db: dbtestframework:
|
vor 11 Jahren |
lacak
|
8aa280fd81
fcl-db: tests: add '23:59:59' to test time values
|
vor 11 Jahren |
reiniero
|
ec5d09b16d
* fcl-db tests: memds.CopyFromDataset test when record is not the first record
|
vor 11 Jahren |
lacak
|
aa147703d5
fcl-db: memds: when FieldDefs are changed set TableIsCreated to false to signal, that CreteTable should be called.
|
vor 12 Jahren |
lacak
|
f95f42d72b
fcl-db: tests: introduce TDBBasicsTestCase as ancestor for other test cases (call DBConnector.StartTest and StopTest from him)
|
vor 12 Jahren |
lacak
|
5e1b3b303a
fcl-db: tests: formatting (order methods)
|
vor 12 Jahren |
michael
|
98c9425c8b
* Fix memory leaks in tests
|
vor 12 Jahren |
lacak
|
ec78ec807c
fcl-db: tests: Adjust sqlDB/SQLite3 tests for newly added test TestSupportWordFields (WORD fields are alredy supported by SQLite3Connection)
|
vor 12 Jahren |
reiniero
|
a180cd63fb
* fcl-db: tdbf: better support ftWord field type
|
vor 12 Jahren |
reiniero
|
4fd80b88ab
* fcl-db/dbase: fix trace datasets for tests
|
vor 12 Jahren |
reiniero
|
9758f4fa6a
sqldb/dbtestframework fixes:
|
vor 12 Jahren |
lacak
|
9f60eca94f
fcl-db: tests: move IFDEF to proper position
|
vor 12 Jahren |
lacak
|
31fa3c9db2
fcl-db: tests: basic test for ftWideString and ftWideMemo for SQLite. Tests if these field types are recognized when saving/restoring to XML format. See rev.22997
|
vor 13 Jahren |