summaryrefslogtreecommitdiff
path: root/packages/fcl-db/src/base/fields.inc
Commit message (Expand)AuthorAgeFilesLines
* fcl-db: base: improve Blob handling. When writting empty blob set null on. ra...lacak2013-09-041-1/+1
* fcl-db: base: implements AsBytes for TBlobFieldlacak2013-08-191-15/+48
* fcl-db: base: change formal data type of AsInteger to Longint instead of Inte...lacak2013-05-301-33/+33
* fcl-db: base: consistent usage of AsInteger and AsLongint. Bug #24456lacak2013-05-231-4/+4
* fcl-db: formatting (unification char-case)lacak2013-04-301-63/+63
* fcl-db: base: TBinaryField.AsVariant should return variant Null when Field.Is...lacak2013-04-301-20/+30
* fcl-db: added TBCDField.AsBCD supportludob2013-04-071-0/+19
* fcl-db: fields: use new implemented FormatBCD function to format TFMTBCDField...lacak2013-04-021-2/+1
* fcl-db: base: add AsLargeInt for TFloatFieldlacak2012-11-281-0/+10
* fcl-db: base: add AsLargeInt for TFMTBCDFieldlacak2012-11-271-1/+13
* fcl-db: when moving odd number bytes from blob stream into widestring allocat...lacak2012-11-161-1/+1
* sqldb: Modified ftAutoinc behavior slightly to match Delphi behavior and allo...ludob2012-11-051-4/+2
* * Deal with DataSize of TStringField being larger than dsMaxStringSizereiniero2012-10-261-27/+28
* * take care of destructor being called if constructor failedmichael2012-10-091-2/+3
* * Patch from Luiz Americo for some cleanup (bug ID 22550)michael2012-10-091-8/+10
* * patch for mantis #22371 TTimeField.SetAsString stores data as NativeFormat...marco2012-09-271-1/+1
* * Patch from Perdhevi/Lacak2 to improve keyfields existence.marco2012-05-121-2/+3
* * Allow setting autoinc fields in dsFilter,dsSetKey,dsInsert. Mantis #17624,...marco2012-04-201-1/+6
* * Check for empty lookup-field dataset before iterating, Mantis #21383,marco2012-02-271-2/+3
* * Revert accidentally committed files in r20238joost2012-02-031-5/+0
* Better way to disable package then used in r20236, this way the package is c...joost2012-02-031-0/+5
* * set BCD and time fields to NULL when an empty string is passed. Mantis #21...marco2012-02-011-4/+15
* * Length of data in binary string. First part of Mantis #20453marco2012-01-111-10/+15
* * Adds methods to TBinaryField (getasvariant/setasvarvalue) Mantis #20532marco2011-11-191-28/+107
* * removing a temporary workaround in the db testsuite and a minor cleanupmarco2011-09-301-4/+1
* * aslargeint for TLongintfield, mantis #18287, patch by Lacak2marco2011-09-061-0/+13
* * move validate to newvalue assignment, fixes regression in non fcl-db datasetsmarco2011-08-281-6/+0
* * Fix for Mantis #20041, check assignment of buffer in TField.Getdatamarco2011-08-261-2/+2
* * changed open to .first, mantis #19360marco2011-08-091-1/+1
* * provide terminating #0's to wide and stringfields, Patch from Ludo Brands marco2011-08-071-0/+4
* * TNumericField.SetAsboolean Mantis 18765marco2011-08-031-0/+8
* * ONChange removed from field, TDatset Descendents must do itmichael2011-04-041-2/+0
* * Added OnValidate event support (17510)michael2011-04-021-0/+8
* * Fixed bug 19008michael2011-03-281-1/+1
* * Use new BcdToStf(f) functions, bug 18988joost2011-03-271-10/+5
* * patch from Paul for further vista/win64 API enhancements (mantis 17958)marco2011-03-051-1/+1
* * BCD-Variant support is now implemented, use it.joost2011-02-221-6/+2
* * Accidentally comitted files, trying to apply patch from Ladislav Karrach to joost2011-02-201-2/+178
* * twidestringfield.setfieldtype, mantis 18663, patch by Ladislavmarco2011-02-031-0/+6
* * TBlobField.SaveToStream() should check whether CreateBlobStream actually cr...michael2010-10-251-1/+2
* * Partially support for autoincrement columns for ODBC, patch from Ladislav ...joost2010-05-061-0/+1
* * Patch from Ladislav Karrach (Lacak2) to implement TBooleanField.AsInteger,...joost2010-05-021-0/+13
* * Set TBCDField.ValidChars, bug 16147joost2010-05-021-0/+1
* * According to bug 14960, Delphi TDateTimeField.GetText uses the LongTimeFor...joost2010-03-121-1/+1
* packages: add enumerator for TFields classpaul2009-11-051-0/+25
* * Removed the limit of 8192 characters on stringfields + testjoost2009-07-191-9/+29
* * Added ftFixedChar as possible datatype for TStringFieldsjoost2009-07-181-1/+10
* * Allow TFloatField.Precision=-1, which is the default, bug 13297joost2009-04-111-1/+1
* Patch from Luiz Americo, bug 13221:joost2009-02-221-1/+1
* * TField.CanModify should return false if the dataset is inactivejoost2009-02-141-1/+1