summaryrefslogtreecommitdiff
path: root/packages/fcl-db
Commit message (Expand)AuthorAgeFilesLines
* * Applied patch from 19097, compilable with Delphimichael2011-04-041-16/+41
* * ONChange removed from field, TDatset Descendents must do itmichael2011-04-041-2/+0
* * Fixed some tests for firebirdmichael2011-04-021-2/+10
* * Added OnValidate event support (17510)michael2011-04-021-0/+8
* * Fix for 19018michael2011-03-291-1/+1
* * Fixed bug 19008michael2011-03-281-1/+1
* * BigInt is already set by default since r16882joost2011-03-271-3/+0
* * Added mysql51-connection type to testsuitejoost2011-03-271-3/+4
* * Use new BcdToStf(f) functions, bug 18988joost2011-03-271-10/+5
* * Better fix for mantis 17661, see r17077joost2011-03-253-7/+6
* * fixed minor logic errors in pqconnection that lead to double free (actuall...marco2011-03-051-5/+9
* * expanded a ifdef mysql50 to 5.0 and 5.1. Mantis 0017661 marco2011-03-051-2/+2
* * patch from Paul for further vista/win64 API enhancements (mantis 17958)marco2011-03-051-1/+1
* * fix from mantis 17308 "memds" misses ftFixedChar when cloning a dataset fi...marco2011-03-051-0/+2
* * Added test for ftTime fieldsjoost2011-02-243-1/+57
* * TFieldDef.Size for strings should contain the max. number of bytes in the ...joost2011-02-231-7/+7
* * BCD-Variant support is now implemented, use it.joost2011-02-221-6/+2
* * Fixed support of TFmtBcd fields for sqlite3, bug 16853joost2011-02-204-15/+34
* * Accidentally comitted files, trying to apply patch from Ladislav Karrach to joost2011-02-208-10/+269
* * TGraphics header size was subtracted from non TGraphic blobs ,marco2011-02-151-1/+5
* * Use 'BIGINT'to test largeintfields by default, bug 18649joost2011-02-062-8/+48
* * twidestringfield.setfieldtype, mantis 18663, patch by Ladislavmarco2011-02-032-0/+7
* * Patch from Ladislav Karrach to use a field's type-affinity to determine th...joost2011-01-301-3/+10
* * Added support for ftMemo-params in TSQLite3Connjoost2011-01-301-4/+5
* * Added recognition of CLOB fields to TSqlite3Conn + test, bug 17004joost2011-01-302-1/+27
* * Minor code cleanup suggested by LacaK <lacak@zoznam.sk>michael2011-01-181-2/+2
* * Applied patch from bug 16493michael2011-01-181-0/+4
* * patch from Lacak2, use dbconst for errormessage, mantis #0018161marco2010-12-201-2/+2
* Fix for 18239michael2010-12-171-1/+1
* * Made used SQLLite library name configurablemichael2010-12-031-2/+5
* * Forgot to commit constants used in sqldb loggingmichael2010-12-031-1/+4
* * Logging facilities implementedmichael2010-12-021-4/+107
* * Fix by Graeme Geldenhuys: map blob subtype 1 to ftMemomichael2010-11-261-11/+21
* * using value instead of avalue does not properly set bound because getvalue...marco2010-11-211-1/+1
* * Set the version in the Makefile.fpc from the fcl-db sub package base so thatjoost2010-11-132-1/+3
* * Fixed SetInsertSQL/SetDeleteSQLmichael2010-11-021-2/+2
* * Patch from José Mejuto so that TBufDataset.SetRecNo takes the active inde...joost2010-10-291-1/+1
* * TBlobField.SaveToStream() should check whether CreateBlobStream actually cr...michael2010-10-251-1/+2
* * Mark blob parameters as binarymichael2010-10-231-4/+14
* * Fixed blob parameter supportmichael2010-10-231-43/+55
* * Fixed largeint parameter problemmichael2010-10-221-1/+1
* * Fixed spell error revealed by lintian.mazen2010-10-063-4/+4
* + i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 andjonas2010-09-2922-80/+618
* * Attempt at MySQL 5.1 connectionmichael2010-09-144-265/+245
* * Added tests for Grant/Revoke, fixed some bugs on the waymichael2010-09-037-96/+1628
* * Fixed bug 15939 michael2010-08-191-9/+19
* * SQL parsermichael2010-08-1616-185/+23942
* * Do not change SQL property value internally. Use instead a separated field ...blikblum2010-08-013-12/+14
* * Map blob to SQL_LONGVARBINARY, MS SQL has a maximum of 8000 bytes for SQL_...joost2010-07-011-1/+1
* * Make sure that fixed width parameters are really ftFixedCharjoost2010-07-011-7/+5