index
:
delta/fpc.git
aros
aspect
avr
avr32
avx
baserock/2.6.4
blaise
blocks
cleanroom
cpstr
cpstrnew
cpstrrtl
ctypes
debug_eh
dodi
fcl-web_joost
fixes_2_0
fixes_2_2
fixes_2_2_0_dos
fixes_2_4
fixes_2_6
fixes_2_6_0
fixes_3_0
fixes_3_0_ios
fixes_3_2
florian
foxsen
fpc_2_3
generics
genfunc
hlcgllvm
i8086
inline
interfacertti
janbruns
joost
js
jvmbackend
laksen
linker
linker@2665
llvm
maciej
master
merged
mips_embedded
nestedprocvars
newthreading
objc
olivier
pasboolxx
paul
peterjan
rc_2_2_2
release_2_1_2x
release_2_2_4_rc1
resources
sergei
ssa
svenbarth
target-subdir
targetandroid
tg74
tue
unicode
unicodekvm
unicodertl
unicodestring
unitrw
usersections
wasm
webassembly
wkrenn
wpo
xpcom
z80
svn.freepascal.org: svn/fpc
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packages
/
fcl-db
/
src
/
sqlite
/
customsqliteds.pas
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Do not change SQL property value internally. Use instead a separated field ...
blikblum
2010-08-01
1
-8
/
+10
*
sqliteds: * Use Value instead of AsString in SetMasterIndexValue
blikblum
2010-04-11
1
-1
/
+1
*
sqliteds: * Create SQLList on demand
blikblum
2010-04-11
1
-3
/
+10
*
sqliteds: + Add ExecSQL overload that takes as parameter a TStrings
blikblum
2010-04-11
1
-2
/
+8
*
sqliteds: + Add property to control if fielddefs will be stored. Default to F...
blikblum
2010-04-11
1
-1
/
+9
*
* Ensure value 1 is stored for True boolean values (fpc > 2.2 stores -1 in a ...
blikblum
2009-12-14
1
-1
/
+5
*
* Implement LastInsertRowId
blikblum
2009-11-20
1
-0
/
+2
*
* Fix crash when using a lookup field of memo type (correctly calculate field...
blikblum
2009-11-09
1
-42
/
+65
*
* Fix visibility of methods
blikblum
2009-11-03
1
-3
/
+3
*
* Use CalcBuffer to get the result in Lookup so the correct variant type is set
blikblum
2009-10-10
1
-2
/
+11
*
* Optimize case insensitive comparison in Locate/Lookup by encoding the key b...
blikblum
2009-07-23
1
-26
/
+30
*
* Complement to fix of case insensitive comparison in Locate/Lookup: handles ...
blikblum
2009-07-22
1
-1
/
+8
*
* Fix case insensitive comparison in Locate/Lookup
blikblum
2009-07-22
1
-2
/
+10
*
* Added helper routines to be used with QueryUpdates: GetSQLValue and ClearUp...
blikblum
2009-06-13
1
-0
/
+20
*
* Trigger deFieldChange event when in Blob/memo fields
blikblum
2009-06-13
1
-9
/
+20
*
* Allow string fields to be used as primary key
blikblum
2009-03-31
1
-3
/
+3
*
* Allow ApplyUpdates to insert added records if PrimaryKey is not set and if ...
blikblum
2009-03-29
1
-95
/
+101
*
* Fixes to ApplyUpdates:
blikblum
2009-03-29
1
-69
/
+82
*
* Raise an exception in ExecSQLList
blikblum
2009-03-28
1
-0
/
+2
*
* Set ReturnCode value after a call to ExecSqlList
blikblum
2009-03-28
1
-1
/
+1
*
* set default values for published properties
blikblum
2009-02-23
1
-4
/
+4
*
* Make SqliteVersion a class method
blikblum
2009-02-22
1
-2
/
+1
*
* Remove debug code
blikblum
2009-02-22
1
-2
/
+0
*
* Fix calculation of fieldoffset in Get/SetFieldData
blikblum
2009-02-22
1
-2
/
+2
*
* Retrieve the string field size from the sqlite field description
blikblum
2009-02-22
1
-2
/
+10
*
* Use FieldDefs instead of Fields in Set/GetFieldData
blikblum
2009-02-21
1
-2
/
+2
*
* Implement ClearCalcFields
blikblum
2009-02-21
1
-1
/
+11
*
* Change ApplyUpdates to use FieldDefs instead of Fields to prevent errors wh...
blikblum
2009-02-21
1
-12
/
+12
*
* Publish OnCalcFields
blikblum
2009-02-20
1
-0
/
+1
*
* Implement get/setdata for calculated fields
blikblum
2009-02-20
1
-17
/
+49
*
* Create FIndexFieldList on demand
blikblum
2009-02-20
1
-17
/
+20
*
+ Added FCalcFieldList to hold the calculated fields
blikblum
2009-02-20
1
-0
/
+22
*
* Generate detail sql used in masterdetail using the fielddefs instead of har...
blikblum
2009-02-19
1
-33
/
+33
*
* Refactor InternalInitFieldDefs to allow retrieve the FieldDefs without open...
blikblum
2009-02-19
1
-14
/
+21
*
* Return an empty variant in Lookup if no record is found
blikblum
2009-01-11
1
-1
/
+1
*
Patch from Luiz Americo
joost
2008-12-01
1
-1
/
+1
*
Patch from Luiz Americo, bug 12703
joost
2008-11-27
1
-349
/
+347
*
Patch from Luiz Americo, mantis 12700
joost
2008-11-24
1
-5
/
+18
*
Patch from Luiz Americo, mantis 12698
joost
2008-11-23
1
-0
/
+4
*
Patch from Luiz Americo, mantis 12677
joost
2008-11-23
1
-25
/
+61
*
Patch from Luiz Americo:
joost
2008-04-16
1
-10
/
+7
*
* Patch from Luiz Americo for bug 10777
joost
2008-02-18
1
-7
/
+14
*
Patch from Luiz Americo:
joost
2008-02-16
1
-38
/
+38
*
Patch from Luiz Americo:
joost
2008-01-22
1
-80
/
+145
*
* Patch from Luiz Americo to let Tsqlite*Dataset.Applyupdate return false if...
joost
2007-07-02
1
-5
/
+14
*
* Patch from Luiz Americo:
joost
2007-03-16
1
-20
/
+36
*
Patch from Luiz Americo:
joost
2007-03-11
1
-69
/
+64
*
* move fcl sources to separate packages
peter
2007-02-25
1
-0
/
+1578