joost
|
6a6ab2a392
* Call TDatalink.LayoutChanged when controls are disabled and dataset closed/opened. Bug #16428 + test
|
15 years ago |
joost
|
87555e084a
* Splitted up TCustomBufDataset tests from more general tests
|
15 years ago |
joost
|
fb3ede2ef7
* Fixed accessing TCustomBufDataset.IndexName and CompareBookmarks from a new instance (bug 16695+adapted test)
|
15 years ago |
joost
|
73bfdcf8b8
* Fixed accessing TCustomBufDataset.IndexFieldNames from a new instance (bug 16695 + test)
|
15 years ago |
joost
|
bf24adf137
* Remove the FileName property from the datasets after the test
|
15 years ago |
joost
|
cc700b54b8
* Implemented TBufDataset.UniDirectional property
|
15 years ago |
joost
|
48567240d0
* Fixed mem-leaks in tests
|
15 years ago |
joost
|
c10e229a4b
* Moved TDBBasicsTestSetup to toolsunit
|
15 years ago |
joost
|
1aa47e7b2f
* Test ftBCD fields .asstring
|
15 years ago |
joost
|
f493a70687
* Raise exception when .locate is called on inactive TBufDataset, bug #13938 + test
|
15 years ago |
joost
|
33f9424d68
* Patch from Ladislav Karrach (Lacak2) to make LocateOptions work for TBufDataset.Locate + test, bug #15725
|
15 years ago |
joost
|
39224aad96
* Splitted TBufDataset in TCustomBufDataset and TBufDataset
|
15 years ago |
joost
|
5bfbd8e15d
* Implemented TBufDataset.Refresh + simple test/fixed test
|
15 years ago |
joost
|
6c06a902e2
* CanModify should be false for fkLookup and fkCalculated fields. Part of bug #13114
|
16 years ago |
joost
|
f991a764a5
* Test for field-name case-insensitively
|
16 years ago |
joost
|
f70cc85509
* Reverted accidentally committed files in r12300
|
16 years ago |
joost
|
0a7b499443
* Added sqlite3-test configuration example
|
16 years ago |
joost
|
c3112bd7cb
* Reverted accidently committed files in r12278
|
16 years ago |
joost
|
27e3bc5240
* Ignore TestParametersAndDates for sqlite since it uses a semicolon as a cast, which is not supported by sqlite
|
16 years ago |
joost
|
55352b6def
* Added TestDeleteDoubleDelete
|
16 years ago |
joost
|
9f25b3e2ed
Added test for fixedstring fields
|
16 years ago |
joost
|
4087fd6888
* Implemented TBufDataset.CreateDataset
|
17 years ago |
joost
|
e3e2b60b02
* Implemented FileName property. If set, the dataset is read from file on opening and saved to file on closing
|
17 years ago |
joost
|
b2bc1a17ff
* Implemented TDataset.AppendRecord and InsertRecord + test (bug 11450)
|
17 years ago |
joost
|
712d6b4451
* Implemented TBufDataset.SaveToFile and LoadFromFile + basic test
|
17 years ago |
joost
|
545c6b0d64
* Added support for ftDateTime fields
|
17 years ago |
joost
|
6e1c3a06a1
* Fixed test. Behaviour is the same as Delphi.
|
17 years ago |
joost
|
882a71bc93
* Fixed test. Behaviour is the same as Delphi.
|
17 years ago |
joost
|
ecca8bdbaf
* Base indexes on AnsiCompareStr/AnsiCompareText and modified tests
|
17 years ago |
joost
|
51c45335ae
* Removed space before fieldname
|
17 years ago |