summaryrefslogtreecommitdiff
path: root/packages/fcl-db/src/base/dataset.inc
Commit message (Expand)AuthorAgeFilesLines
* fcl-db: Introduce TObjectField and TArrayField. Only essential interface part...lacak2021-04-121-0/+6
* * Apparently, taking code from freeclx is not OKmichael2021-03-301-6/+0
* fcl-db: Introduce TArrayField. Only essential parts (added new object propert...lacak2021-03-301-0/+6
* * Fix bug ID 21594, wrong firstrecord when a data link is destroyed and buffe...michael2018-07-181-11/+21
* * Fix bug 18672, using improved patch of Lacomichael2018-07-181-18/+33
* * Fix bug ID 33080michael2018-01-281-3/+2
* * Fix bug ID 33081, dataset should be in edit mode for calling clearfieldsmichael2018-01-281-0/+1
* fcl-db: base: fix widestring copy #32215lacak2017-07-281-19/+2
* fcl-db: base: cosmeticlacak2017-03-191-11/+11
* fcl-db: base: Check if Required is copied from Fields to FieldDefs (cosmetic)lacak2016-10-201-9/+9
* fcl-db: base:lacak2016-07-121-29/+37
* fcl-db: dbase: call inherited InternalPost to check required fields. Revealed...lacak2016-02-121-2/+2
* * Fix bug where BindFields does not raise error when a field is not found (Bu...michael2015-12-301-1/+3
* * Fixed bug ID 8201michael2015-04-051-30/+28
* * Implemented dataset enumerator, suggestion by Sylvio Clecio and Laco (bug I...michael2015-03-291-0/+27
* * Fix bug 26072michael2014-09-141-2/+2
* * fcl-db: cosmeticreiniero2014-06-061-1/+1
* fcl-db: cosmetic:reiniero2014-03-311-2/+2
* fcl-db: cosmeticreiniero2014-03-241-1/+1
* * fcl-db: cosmetic: debug outputreiniero2014-03-241-2/+2
* * fcl-db: cosmetic: debug outputreiniero2014-03-241-4/+4
* fcl-db: base: cosmeticlacak2014-03-121-15/+15
* * Correct use of FieldDefs factory. Bind FieldDefs to fields.michael2014-02-151-6/+11
* * Introduced factory possibility for TParams, TFieldDefsmichael2014-02-141-168/+181
* fcl-db: dataset: after rev.26661 some tests are broken. They use locate in fo...lacak2014-02-101-30/+18
* * Fixed bug ID 25091michael2014-02-031-11/+29
* fcl-db: base: for UniDirectional DataSet initialize BufferCount=1; + adapt a...lacak2013-07-261-1/+5
* fcl-db: base: formatting (unification char-case)lacak2013-07-261-50/+49
* fcl-db: base: mark ABookmark parameter of TDataset.GotoBookmark method as const.lacak2013-02-281-1/+1
* fcl-db: formatting (charcase, method ordering)lacak2013-02-111-1/+1
* fcl-db:lacak2013-01-041-4/+5
* TDataset: fixed daAbort TDataAction behavior (was not aborting). Fixed TDatas...ludob2012-12-041-2/+2
* * applied BOF patch + test from Lacak2. Mantis #22377marco2012-10-061-1/+1
* * Patch from Ludo Brands to fix Modified behaviour (bug ID 22381)michael2012-07-111-0/+2
* * Set Field.FieldNo to 0 for fields that are not bound to a fielddef, so thatjoost2012-06-181-9/+3
* * Createdataset should not create fielddefs for calculated or lookup fieldsjoost2012-06-181-7/+8
* * Forgot to apply patch from #21905 in trunkmichael2012-06-171-23/+10
* open lookup dataset before checking lookup fields (delphi compat)marc2012-05-041-0/+1
* * changed tbookmark to tbytes, bookmarkstr to ansistring. Delphi 2009+ compat.marco2012-04-251-4/+10
* * Reinstated SetFoundmichael2012-04-151-0/+4
* * Fix checkconstraints initialization and property setter (by Luiz Americo)michael2012-04-151-0/+5
* * Applied cleanup patch from Luiz Americomichael2012-04-141-6/+1
* * add blockreadnext (same implementation as next for now), and changemarco2012-03-171-0/+8
* * Patch from Luiz. Move state change to calculatefields instead of the marco2012-03-021-27/+16
* * Memleak fixes, Patch by Jesus Reyes. Mantis #21403marco2012-03-011-0/+3
* * dataset.Bookmark changed to TBookMark.marco2012-02-251-1/+1
* * Revert accidentally committed files in r20238joost2012-02-031-1/+1
* Better way to disable package then used in r20236, this way the package is c...joost2012-02-031-1/+1
* * TRecordBuffer, first batch (src/base). Delphi/Unicode defines buffer types...marco2012-01-071-27/+26
* * fix oncalcfields call without dscalcfieldstate. Patch by Jose Mejuto,marco2011-12-261-0/+8