lacak
|
d2c53d48e9
fcl-db: base:
|
9 years ago |
lacak
|
e75cc6626b
fcl-db: bufdataset: cosmetic (remove unused/unneeded parts of code)
|
9 years ago |
lacak
|
8833c043b3
fcl-db: bufdataset: reimplement re-linking of records in update buffer.
|
9 years ago |
lacak
|
a820b5997b
fcl-db: bufdataset: efficient implementation of SameBookmarks method
|
9 years ago |
lacak
|
68f626f725
fcl-db: bufdataset: implement RevertRecord method for canceling one record cached update.
|
9 years ago |
michael
|
e88285a257
* Fix bug ID #29296 (again)
|
9 years ago |
michael
|
81c4fe28bf
* Added CopyFromDataset, Clear
|
9 years ago |
lacak
|
01d3297d37
fcl-db: bufdataset: revert prior commit 32807 as it causes fail of TTestSpecificTBufDataset.TestOpeningNonExistingDataset
|
9 years ago |
michael
|
49fcad5119
* Patch from Luiz Americo to remove redundant field check (is in BindFields) Bug ID #29296
|
9 years ago |
lacak
|
e4369ba51b
fcl-db: implement CompareBookmarks in Delphi compatible way.
|
9 years ago |
lacak
|
ef00cefa0a
fcl-db: cleanup (remove unused parts of code)
|
10 years ago |
michael
|
844cf495f8
* Set PacketRecords to -1 if IndexFieldNames is set (bug ID 25387)
|
10 years ago |
michael
|
7ad2f934f5
* Map dfANY to CSV data, allows to use regular Load/Save methods in TCSVDataset. Check if me can introduce dfCSV
|
10 years ago |
michael
|
675fc31ffd
* New ManualMergeLog to public
|
10 years ago |
michael
|
8f569f4d88
* Added ManualMergeCHangeLog (bug ID 22655)
|
10 years ago |
lacak
|
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)
|
10 years ago |
michael
|
ac077797cd
* Fix for bug ID #27715
|
10 years ago |
lacak
|
9fba59b3bc
fcl-db:
|
10 years ago |
lacak
|
8ae9752530
fcl-db: cosmetic
|
10 years ago |
lacak
|
e3b12486c5
fcl-db: sqldb: fix AV (uninitialized variable) in MySQL tests
|
10 years ago |
michael
|
6d5622aca3
* Implemented RefreshSQL and fetching value for AutoInc fields
|
10 years ago |
lacak
|
eaadd51b42
fcl-db: reverts rev.29118, because there are 3rd party libraries (like ZEOS), which define own EDatabaseError descendants, where they define members FErrorCode and/or ErrorCode.
|
10 years ago |
michael
|
2134e3aaac
* Promoted errorcode to the EDatabaseError level, unified all error codes
|
10 years ago |
michael
|
a53fca1b67
* QueryOptions for disconnected mode and autoapplyupdates
|
10 years ago |
reiniero
|
e9f99fb3d2
* fcl-db: bufdataset: free up cached blob buffers in unidirectional mode; alternate solution to issue #24509. Patch by Laco.
|
11 years ago |
reiniero
|
a99919a4bc
* fcl-db: bufdataset: effectively revert r27830 due to side effects. See bug #24509
|
11 years ago |
reiniero
|
e8a3715afd
* fcl-db: limit blob memory usage when using unidirectional datasets. Patch by Laco. Issue #24509
|
11 years ago |
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.
|
11 years ago |
lacak
|
ee9197c3b2
fcl-db: bufdataset: add ftGuid to list of supported field types when building CompareStruct (used in indexing and locating)
|
11 years ago |
lacak
|
88bea93d60
fcl-db: bufdataset: remove unneeded fields of TDBCompareRec
|
11 years ago |