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
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Filter the Makefile's unit searchpaths from the fpmake command line.
joost
2015-08-12
1
-1
/
+3
*
fcl-db: mysql: fix reporting of connection errors. Pass allocated connection ...
lacak
2015-08-10
1
-3
/
+2
*
* MariaDB version 10.1 is also compatible with 5.6
michael
2015-08-03
1
-1
/
+1
*
fcl-db: sdfdataset: Added support for reading of CSV files, which have embedd...
lacak
2015-07-30
2
-34
/
+109
*
fcl-db: odbc: add support for stIndexes for database metadata retrieval SetSc...
lacak
2015-07-24
1
-2
/
+3
*
fcl-db: mysql: add MySQL57Connection. Requires rev.31218.
lacak
2015-07-23
3
-25
/
+72
*
fcl-db: sqlite: always call InitializeSQLite to properly increment library lo...
lacak
2015-07-16
1
-6
/
+5
*
fcl-db: odbc: experimental support for XML and sql_variant SQL Server data types
lacak
2015-07-08
1
-10
/
+43
*
AROS/x86_64: regenerated Makefiles
karoly
2015-06-29
1
-2
/
+16
*
* Empty string in case statement does not work
michael
2015-06-26
1
-1
/
+1
*
* Added logging demo
michael
2015-06-26
2
-0
/
+264
*
* Fix typo
michael
2015-06-26
2
-2
/
+2
*
* Actually log new log types (ActualSQL and ParamValue)
michael
2015-06-26
6
-3
/
+29
*
* Added ActualSQL and ParamValue log types, correct SQLConnector so it passes...
michael
2015-06-26
1
-2
/
+28
*
* Correct error message for unknown connector, add param value message
michael
2015-06-26
1
-1
/
+2
*
fcl-db: fix parameter parsing in case, when in SQL follows two comments, wher...
lacak
2015-06-26
2
-3
/
+6
*
* Example to demonstrate how to create sql
michael
2015-06-25
2
-0
/
+266
*
fcl-db: cleanup (remove unused parts of code)
lacak
2015-06-23
3
-35
/
+19
*
fcl-db: sqlite: bind boolean parameters according to SQLite expectation:
lacak
2015-06-17
1
-11
/
+3
*
fcl-db: memds: implemented basic blob support. Blobs are allocated in memory ...
lacak
2015-06-12
3
-42
/
+189
*
fcl-db: base: declare procedure DatabaseErrorFmt with parameter Args as Const...
lacak
2015-06-11
1
-4
/
+4
*
* Patch from bug 28125 by Silvio Clecio
michael
2015-06-10
1
-1
/
+3
*
fcl-db: tests: Add sqlite3ds connector to db test suite. Patch from Luiz Amer...
lacak
2015-05-29
5
-8
/
+237
*
* Make GetRecNo return 0 on empty and closed datasets
blikblum
2015-05-28
1
-5
/
+2
*
* Revert undesired changes introduced in last commit
blikblum
2015-05-28
1
-26
/
+26
*
* Check for nil in BookmarkValid
blikblum
2015-05-28
1
-26
/
+28
*
* Move cursor forward instead of backward when deleting
blikblum
2015-05-28
1
-3
/
+3
*
fcl-db: sqldb: ExecuteDirect should call StartImplicitTransaction, when Trans...
lacak
2015-05-27
1
-1
/
+1
*
* regenerated Makefiles with Linux/AArch64 support
jonas
2015-05-20
21
-42
/
+511
*
* Properly set detail sql when master key is null. Issue 11423
blikblum
2015-05-20
1
-18
/
+19
*
* Don't fetch all records in detail dataset when master dataset is empty
blikblum
2015-05-20
1
-1
/
+1
*
fcl-db: sqlite: implement CreateDB/DropDB methods + InitializeSqlite/ReleaseS...
lacak
2015-05-19
1
-5
/
+10
*
fcl-db: sqlite: implement CreateDB/DropDB methods
lacak
2015-05-19
1
-8
/
+29
*
fcl-db: sdfdataset: attempt to fix "misaligned data access" error on WinCE / ...
lacak
2015-05-19
1
-7
/
+21
*
fcl-db: sdfdataset: improved handling of space padded values according to RFC...
lacak
2015-05-19
3
-326
/
+290
*
fcl-db: base: TBlobField.GetAsString returns uninitialized Result for blob Si...
lacak
2015-05-18
1
-13
/
+15
*
fcl-db: base: fix TBlobField.SetBlobType. Bug #28103
lacak
2015-05-18
2
-11
/
+10
*
* typo fix, patch by Silvio Cl'ecio mantis #28107
marco
2015-05-16
1
-1
/
+1
*
fcl-db: tests: add tests for TFixedFormatDataset
lacak
2015-05-14
1
-5
/
+108
*
* Fix access violation in Delete when state = dsEdit
blikblum
2015-05-09
1
-0
/
+2
*
fcl-db: oracle: fix transaction parameters handling (only one of OCI_TRANS_R...
lacak
2015-05-07
1
-5
/
+5
*
fcl-db: oracle: fix transaction parameters handling (only one of OCI_TRANS_R...
lacak
2015-05-07
1
-11
/
+8
*
fcl-db: sqldb: fix trailing quote char
lacak
2015-05-06
1
-1
/
+1
*
fcl-db: interbase: better check if stored procedure returns resultset
lacak
2015-05-05
1
-1
/
+2
*
fcl-db: sqldb:
lacak
2015-05-04
1
-18
/
+22
*
fcl-db: tests: improve test for RefreshOnUpdate using returning clause.
lacak
2015-05-04
1
-10
/
+17
*
fcl-db: sqldb:
lacak
2015-05-04
1
-6
/
+10
*
fcl-db: tests: Follow rev.30691 (Renamed sqoPreferRefresh to sqoRefreshUsingS...
lacak
2015-05-04
1
-46
/
+43
*
* Did not reset FCurrentItem in GetRecord when called with gmPrior. Fixes cal...
blikblum
2015-05-03
1
-4
/
+1
*
Use sqlite3_prepare_v2 instead of sqlite3_prepare. Fixes a bug when creating ...
blikblum
2015-04-28
1
-5
/
+5
[next]