summaryrefslogtreecommitdiff
path: root/packages/fcl-db/src/sqlite/customsqliteds.pas
Commit message (Expand)AuthorAgeFilesLines
* * Do not change SQL property value internally. Use instead a separated field ...blikblum2010-08-011-8/+10
* sqliteds: * Use Value instead of AsString in SetMasterIndexValueblikblum2010-04-111-1/+1
* sqliteds: * Create SQLList on demandblikblum2010-04-111-3/+10
* sqliteds: + Add ExecSQL overload that takes as parameter a TStringsblikblum2010-04-111-2/+8
* sqliteds: + Add property to control if fielddefs will be stored. Default to F...blikblum2010-04-111-1/+9
* * Ensure value 1 is stored for True boolean values (fpc > 2.2 stores -1 in a ...blikblum2009-12-141-1/+5
* * Implement LastInsertRowIdblikblum2009-11-201-0/+2
* * Fix crash when using a lookup field of memo type (correctly calculate field...blikblum2009-11-091-42/+65
* * Fix visibility of methodsblikblum2009-11-031-3/+3
* * Use CalcBuffer to get the result in Lookup so the correct variant type is setblikblum2009-10-101-2/+11
* * Optimize case insensitive comparison in Locate/Lookup by encoding the key b...blikblum2009-07-231-26/+30
* * Complement to fix of case insensitive comparison in Locate/Lookup: handles ...blikblum2009-07-221-1/+8
* * Fix case insensitive comparison in Locate/Lookupblikblum2009-07-221-2/+10
* * Added helper routines to be used with QueryUpdates: GetSQLValue and ClearUp...blikblum2009-06-131-0/+20
* * Trigger deFieldChange event when in Blob/memo fieldsblikblum2009-06-131-9/+20
* * Allow string fields to be used as primary keyblikblum2009-03-311-3/+3
* * Allow ApplyUpdates to insert added records if PrimaryKey is not set and if ...blikblum2009-03-291-95/+101
* * Fixes to ApplyUpdates: blikblum2009-03-291-69/+82
* * Raise an exception in ExecSQLListblikblum2009-03-281-0/+2
* * Set ReturnCode value after a call to ExecSqlListblikblum2009-03-281-1/+1
* * set default values for published propertiesblikblum2009-02-231-4/+4
* * Make SqliteVersion a class methodblikblum2009-02-221-2/+1
* * Remove debug codeblikblum2009-02-221-2/+0
* * Fix calculation of fieldoffset in Get/SetFieldDatablikblum2009-02-221-2/+2
* * Retrieve the string field size from the sqlite field descriptionblikblum2009-02-221-2/+10
* * Use FieldDefs instead of Fields in Set/GetFieldDatablikblum2009-02-211-2/+2
* * Implement ClearCalcFieldsblikblum2009-02-211-1/+11
* * Change ApplyUpdates to use FieldDefs instead of Fields to prevent errors wh...blikblum2009-02-211-12/+12
* * Publish OnCalcFieldsblikblum2009-02-201-0/+1
* * Implement get/setdata for calculated fieldsblikblum2009-02-201-17/+49
* * Create FIndexFieldList on demandblikblum2009-02-201-17/+20
* + Added FCalcFieldList to hold the calculated fieldsblikblum2009-02-201-0/+22
* * Generate detail sql used in masterdetail using the fielddefs instead of har...blikblum2009-02-191-33/+33
* * Refactor InternalInitFieldDefs to allow retrieve the FieldDefs without open...blikblum2009-02-191-14/+21
* * Return an empty variant in Lookup if no record is foundblikblum2009-01-111-1/+1
* Patch from Luiz Americojoost2008-12-011-1/+1
* Patch from Luiz Americo, bug 12703joost2008-11-271-349/+347
* Patch from Luiz Americo, mantis 12700joost2008-11-241-5/+18
* Patch from Luiz Americo, mantis 12698joost2008-11-231-0/+4
* Patch from Luiz Americo, mantis 12677joost2008-11-231-25/+61
* Patch from Luiz Americo:joost2008-04-161-10/+7
* * Patch from Luiz Americo for bug 10777joost2008-02-181-7/+14
* Patch from Luiz Americo:joost2008-02-161-38/+38
* Patch from Luiz Americo:joost2008-01-221-80/+145
* * Patch from Luiz Americo to let Tsqlite*Dataset.Applyupdate return false if...joost2007-07-021-5/+14
* * Patch from Luiz Americo:joost2007-03-161-20/+36
* Patch from Luiz Americo:joost2007-03-111-69/+64
* * move fcl sources to separate packagespeter2007-02-251-0/+1578