summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * uncommited stuff for code page aware stringscpstrflorian2009-07-302-39/+47
* + constants and types for encoding sensitive stringsflorian2008-12-073-21/+215
* + branch for compiler support of encoding sensitive stringsflorian2008-12-040-0/+0
* Moves gettext test to correct positionsekelsenmat2008-12-022-1/+1
* Fixes gettext crash under Windows CE and adds test case for it.sekelsenmat2008-12-022-1/+11
* * Use DynLibs.Sharedsuffix for postgres,sqlite and odbcjoost2008-12-023-7/+7
* * Improved error-handlingjoost2008-12-021-2/+15
* * Fixed oracle-cursor leakjoost2008-12-021-1/+1
* Patch from Luiz Americojoost2008-12-011-1/+1
* * Made EODBCExcetion derrive from EDatabaseError instead of Exception directlyjoost2008-12-011-1/+1
* * Allow parameter-names between double-quotesjoost2008-12-014-32/+89
* * Some fixes for the case of inexact matchesmichael2008-11-301-6/+7
* * Fix for two columns with the same namejoost2008-11-291-1/+1
* * Reverted accidently committed files in r12278joost2008-11-292-28/+5
* * Ignore TestParametersAndDates for sqlite since it uses a semicolon as a ca...joost2008-11-293-6/+29
* * Fixed TestStringParamQueryjoost2008-11-291-3/+4
* * Added missing brackets in r12266joost2008-11-291-1/+2
* * attempt to fix powerpc64-linux sync_file_range compilationmicha2008-11-291-4/+9
* * Patch from Mattias Gaertner to reduce memory usage for interpolationsmichael2008-11-293-394/+196
* * link against libc when profilingflorian2008-11-291-1/+2
* * Changed TFieldDef.Size, TField.Size and TField.DataSize from word to integ...joost2008-11-292-37/+37
* * Because of some logic-error, only deletes were handled by ApplyUpdatesjoost2008-11-291-1/+1
* * Use TField.Assignvalue to set the fieldvalues in DoInsertAppendjoost2008-11-293-17/+2
* * Patch from Mattias Gaertner to fix memory leak, improve speed and compute c...michael2008-11-281-1/+240
* * Patch from Mattias Gaertner to fix compilationmichael2008-11-282-2/+2
* * Patch from Mattias Gaertner:michael2008-11-283-79/+454
* * Added TTestFieldTypes.TestBCDParamQueryjoost2008-11-271-0/+11
* * Also collect parameter fieldnames when master dataset is inactive, patch f...joost2008-11-271-1/+1
* * fix for 0012697. crcs were used using a unit from the compiler.marco2008-11-271-4/+7
* * Implemented TDataset.Dataconvert for WideStringsjoost2008-11-272-9/+25
* * fix virtual without constructor warning for forward classespeter2008-11-271-0/+2
* Implemented the as abstract defined methods of TDataset as empty stubs as li...joost2008-11-272-19/+89
* * UsePrimaryKeyAsKey default value is true, bug 12257joost2008-11-271-1/+1
* * Removed empty implementation of TBlobField.Assign(to), uses inherited impl...joost2008-11-272-16/+0
* Patch from Luiz Americo, bug 12703joost2008-11-273-569/+577
* * separate static and dynamic loadable aspellAlmindor2008-11-276-1198/+1220
* * Fixed ftBCD support, partly bug 12143. Note that a TParam with a datatype ...joost2008-11-271-7/+4
* * update spellcheck unit (change to default failure behavior)Almindor2008-11-272-31/+55
* * removed some old 1.0.x ->2.0.x transitional code (executeprocess)marco2008-11-261-16/+3
* * remove ifdefs in var section of library load routine (produces some Almindor2008-11-261-4/+0
* * Patch from Mattias Gaertner to fix memory leakmichael2008-11-261-13/+17
* * Small fix from Andrew Haines to fix dos paths in CHM filesmichael2008-11-261-15/+15
* * first part of aspell libloading fixAlmindor2008-11-261-26/+14
* * Removed two blocks of commented codejoost2008-11-261-95/+0
* * Extracted CancelUpdBuffer from CancelUpdateBuffers so that it can be calle...joost2008-11-261-36/+57
* * fixed writing \ instead of / on win* platformsandrew2008-11-261-3/+4
* * hopefully final fix for r12204, r12224 and r12225hajny2008-11-252-59/+59
* * Now the update-buffers which are linked to a record which is going to be r...joost2008-11-251-6/+1
* * Fixed wrong order of elements in psaElementSizes introduced in r12138joost2008-11-251-21/+21
* * TBufDataset.Locate: Set the FilterBuffer when entering the dsFilter statejoost2008-11-251-0/+1