Commit Graph

29554 Commits

Author SHA1 Message Date
sekelsenmat
557fd1e1c6 Moves gettext test to correct position
git-svn-id: trunk@12291 -
2008-12-02 16:35:29 +00:00
sekelsenmat
15e597682e Fixes gettext crash under Windows CE and adds test case for it.
git-svn-id: trunk@12290 -
2008-12-02 16:01:25 +00:00
joost
19a73853bd * Use DynLibs.Sharedsuffix for postgres,sqlite and odbc
git-svn-id: trunk@12289 -
2008-12-02 13:30:33 +00:00
joost
332fcd325d * Improved error-handling
git-svn-id: trunk@12288 -
2008-12-02 12:57:17 +00:00
joost
a41ccd5a70 * Fixed oracle-cursor leak
git-svn-id: trunk@12287 -
2008-12-02 12:33:27 +00:00
joost
1099eabc87 Patch from Luiz Americo
* Publish FieldDefs property

git-svn-id: trunk@12286 -
2008-12-01 20:55:47 +00:00
joost
ae73acefcf * Made EODBCExcetion derrive from EDatabaseError instead of Exception directly
git-svn-id: trunk@12285 -
2008-12-01 13:29:37 +00:00
joost
a7086e7164 * Allow parameter-names between double-quotes
* Place parameter-names between double-quotes in TBufDataset.ApplyUpdates +tests (bug 12275)

git-svn-id: trunk@12284 -
2008-12-01 13:13:48 +00:00
michael
e9976b6ced * Some fixes for the case of inexact matches
git-svn-id: trunk@12283 -
2008-11-30 22:32:54 +00:00
joost
c8467353ea * Fix for two columns with the same name
git-svn-id: trunk@12280 -
2008-11-29 22:43:54 +00:00
joost
c3112bd7cb * Reverted accidently committed files in r12278
git-svn-id: trunk@12279 -
2008-11-29 22:41:53 +00:00
joost
27e3bc5240 * Ignore TestParametersAndDates for sqlite since it uses a semicolon as a cast, which is not supported by sqlite
git-svn-id: trunk@12278 -
2008-11-29 22:39:39 +00:00
joost
41af4c76ac * Fixed TestStringParamQuery
git-svn-id: trunk@12277 -
2008-11-29 19:44:54 +00:00
joost
55c866f9d3 * Added missing brackets in r12266
git-svn-id: trunk@12276 -
2008-11-29 19:02:37 +00:00
micha
aa38b10011 * attempt to fix powerpc64-linux sync_file_range compilation
git-svn-id: trunk@12274 -
2008-11-29 15:43:09 +00:00
michael
feb9549f85 * Patch from Mattias Gaertner to reduce memory usage for interpolations
git-svn-id: trunk@12272 -
2008-11-29 15:32:33 +00:00
florian
dbd037afcc * link against libc when profiling
git-svn-id: trunk@12269 -
2008-11-29 12:28:43 +00:00
joost
3bc585684b * Changed TFieldDef.Size, TField.Size and TField.DataSize from word to integer. Delphi compatible, reported by Paul Ishenin
git-svn-id: trunk@12268 -
2008-11-29 12:18:46 +00:00
joost
af7b064157 * Because of some logic-error, only deletes were handled by ApplyUpdates
git-svn-id: trunk@12266 -
2008-11-29 10:45:37 +00:00
joost
b0cf2a2dc6 * Use TField.Assignvalue to set the fieldvalues in DoInsertAppend
git-svn-id: trunk@12262 -
2008-11-29 09:13:10 +00:00
michael
bd36bdc577 * Patch from Mattias Gaertner to fix memory leak, improve speed and compute correcter
git-svn-id: trunk@12261 -
2008-11-28 19:08:45 +00:00
michael
5ef7b7fd04 * Patch from Mattias Gaertner to fix compilation
git-svn-id: trunk@12260 -
2008-11-28 19:06:40 +00:00
michael
fc9405b822 * Patch from Mattias Gaertner:
- extends the tiff writer with some default values to write
  tiffs out of the box like the other fpimage writers.
  - progress events
  - basic CMYK support
  - allow reading non standard planarconfiguration attributes as created
  by some scanners
  - allow to create the image after reading the header - needed for big
  tiffs
  - removed TGA dependency
  - LZW-decompression was started. There is a bug I didn't found yet.

git-svn-id: trunk@12258 -
2008-11-28 07:31:14 +00:00
joost
5059d9220d * Added TTestFieldTypes.TestBCDParamQuery
git-svn-id: trunk@12257 -
2008-11-27 21:18:07 +00:00
joost
2363357f80 * Also collect parameter fieldnames when master dataset is inactive, patch from Jesus Reyes, bug #12129
git-svn-id: trunk@12256 -
2008-11-27 21:14:36 +00:00
marco
397539edf3 * fix for 0012697. crcs were used using a unit from the compiler.
Maybe polynomals were changed there since this was originally implemented

git-svn-id: trunk@12255 -
2008-11-27 20:54:41 +00:00
joost
e407bb5780 * Implemented TDataset.Dataconvert for WideStrings
* Reverted r11612, see bug #11706
 * Raise exception if TDataset.Locate is called for an unidirectional dataset

git-svn-id: trunk@12254 -
2008-11-27 19:33:42 +00:00
peter
570ffacb92 * fix virtual without constructor warning for forward classes
git-svn-id: trunk@12253 -
2008-11-27 19:04:54 +00:00
joost
dd4b94357e Implemented the as abstract defined methods of TDataset as empty stubs as listed in bug #12136 for Delphi compatibility
git-svn-id: trunk@12245 -
2008-11-27 12:14:47 +00:00
joost
138280cb6d * UsePrimaryKeyAsKey default value is true, bug #12257
git-svn-id: trunk@12244 -
2008-11-27 11:51:24 +00:00
joost
8fce9ba897 * Removed empty implementation of TBlobField.Assign(to), uses inherited implementation. Bug #12578
git-svn-id: trunk@12243 -
2008-11-27 11:40:18 +00:00
joost
332d850f1e Patch from Luiz Americo, bug #12703
- Format code to get consistent use of spacing, indentation and capitalization.

git-svn-id: trunk@12242 -
2008-11-27 11:03:02 +00:00
Almindor
1446eb9dc2 * separate static and dynamic loadable aspell
git-svn-id: trunk@12241 -
2008-11-27 10:51:20 +00:00
joost
668e50b88c * Fixed ftBCD support, partly bug #12143. Note that a TParam with a datatype of ftBCD in practice never occurs
git-svn-id: trunk@12240 -
2008-11-27 10:18:55 +00:00
Almindor
563d2b2ecb * update spellcheck unit (change to default failure behavior)
* update example

git-svn-id: trunk@12239 -
2008-11-27 09:53:13 +00:00
marco
52bb5ac229 * removed some old 1.0.x ->2.0.x transitional code (executeprocess)
git-svn-id: trunk@12238 -
2008-11-26 23:08:17 +00:00
Almindor
1e69e3955b * remove ifdefs in var section of library load routine (produces some
unused vars on some platforms but is easier to keep cross-platform)

git-svn-id: trunk@12237 -
2008-11-26 22:37:30 +00:00
michael
22bb6c804b * Patch from Mattias Gaertner to fix memory leak
git-svn-id: trunk@12235 -
2008-11-26 19:06:36 +00:00
michael
790a6a01b7 * Small fix from Andrew Haines to fix dos paths in CHM files
git-svn-id: trunk@12234 -
2008-11-26 19:04:20 +00:00
Almindor
109dddc439 * first part of aspell libloading fix
git-svn-id: trunk@12233 -
2008-11-26 12:58:35 +00:00
joost
c1cfc941b4 * Removed two blocks of commented code
git-svn-id: trunk@12232 -
2008-11-26 10:33:39 +00:00
joost
51806e90b8 * Extracted CancelUpdBuffer from CancelUpdateBuffers so that it can be called recursively now. When a record is deleted, the changes linked to the deleted record are processed first
git-svn-id: trunk@12231 -
2008-11-26 10:27:34 +00:00
andrew
db23ddb11e * fixed writing \ instead of / on win* platforms
git-svn-id: trunk@12230 -
2008-11-26 04:56:55 +00:00
Tomas Hajny
e407775dae * hopefully final fix for r12204, r12224 and r12225
git-svn-id: trunk@12229 -
2008-11-25 22:50:20 +00:00
joost
07f81f532c * Now the update-buffers which are linked to a record which is going to be removed are re-linked to the next record, the exception that modify-update buffers are not being re-used upon a delete, is removed.
git-svn-id: trunk@12228 -
2008-11-25 20:55:52 +00:00
joost
4fd9d7314a * Fixed wrong order of elements in psaElementSizes introduced in r12138
git-svn-id: trunk@12227 -
2008-11-25 18:16:51 +00:00
joost
ae32715890 * TBufDataset.Locate: Set the FilterBuffer when entering the dsFilter state
git-svn-id: trunk@12226 -
2008-11-25 12:29:33 +00:00
Tomas Hajny
ff119421dd * correction for r12204 and r12224
git-svn-id: trunk@12225 -
2008-11-24 22:11:18 +00:00
joost
856ee3f7c1 * Removed the dependency on the ini-file, specified DBConnectorName manually
git-svn-id: trunk@12224 -
2008-11-24 10:04:27 +00:00
joost
ad9d126239 Patch from Luiz Americo, mantis 12700
- Fix setting negative double values

git-svn-id: trunk@12223 -
2008-11-24 09:57:19 +00:00