Commit Graph

864 Commits

Author SHA1 Message Date
michael
3d366bca44 * Reverse erronous commit of unchecked patch
git-svn-id: trunk@20885 -
2012-04-15 14:02:16 +00:00
michael
b2ce6b2cab * Reinstated SetFound
git-svn-id: trunk@20884 -
2012-04-15 14:00:06 +00:00
michael
86c8b19336 * Patch and testcase from Luiz Americo to fix ExtractFieldName (bug 21777)
git-svn-id: trunk@20882 -
2012-04-15 11:52:15 +00:00
michael
5219b118d8 * Fix checkconstraints initialization and property setter (by Luiz Americo)
git-svn-id: trunk@20881 -
2012-04-15 09:34:09 +00:00
michael
1ee57d4edd * Applied cleanup patch from Luiz Americo
git-svn-id: trunk@20866 -
2012-04-14 14:49:01 +00:00
michael
e74b6087b3 * Dataset.Modified should be read-only
git-svn-id: trunk@20853 -
2012-04-12 07:10:31 +00:00
Jonas Maebe
3ad16429bf * enabled database units for aix
git-svn-id: trunk@20824 -
2012-04-11 18:05:11 +00:00
Jonas Maebe
44bd889b9b * regenerated Makefiles with AIX support
git-svn-id: trunk@20812 -
2012-04-11 18:03:57 +00:00
michael
3112cfbdd3 * Fix for bug #0021687 by Domingo Alvarez Duarte
git-svn-id: trunk@20770 -
2012-04-09 15:15:18 +00:00
marco
675930bd50 * commited copy-n-pase fix from #21679, patch by Domingo Alvarez Duarte.
git-svn-id: trunk@20758 -
2012-04-08 17:46:14 +00:00
marco
de8427b8ec * renamed foldstate to fsavedstate. Mantis #19542
git-svn-id: trunk@20756 -
2012-04-08 13:00:42 +00:00
pierre
2c4d8cc9d9 Add x86_64-openbsd target in Makefiles
git-svn-id: trunk@20723 -
2012-04-06 16:49:08 +00:00
marco
b2ed134379 * Fix for TField.OldValue state, patch by Lacak2, Mantis #19542
git-svn-id: trunk@20704 -
2012-04-04 15:00:23 +00:00
marco
f8e33a7a9c * reenable dblib/freetds for win64, after successfull test.
git-svn-id: trunk@20692 -
2012-04-02 11:46:51 +00:00
marco
a75e298088 * enable parts of sqldb,dblib and fpindexer for Haiku. Patch by Oliver, Mantis #21618
git-svn-id: trunk@20682 -
2012-03-31 20:11:51 +00:00
michael
a999648726 * Applied patch from 21583
git-svn-id: trunk@20680 -
2012-03-31 09:18:01 +00:00
marco
71e20b1b59 * Raise error on unknown datatypes and adds support for ftbcd params.
Patch by Ludo Brands, Mantis #21611.

git-svn-id: trunk@20677 -
2012-03-30 16:08:38 +00:00
marco
fd234c7e41 * Fix from Ludo Brands to properly free parameters in deallocated cursors. Mantis #21608
git-svn-id: trunk@20676 -
2012-03-30 16:06:45 +00:00
marco
83528edbd6 * Initial support for Oracle metadata, patch by Ludo Brands, Mantis #21606
git-svn-id: trunk@20675 -
2012-03-30 16:04:21 +00:00
marco
4f3f5b9374 * disable some dbtypes for win64 that have no know working clientlib,
patch by Reinier, Mantis #21579

git-svn-id: trunk@20656 -
2012-03-29 18:13:20 +00:00
marco
493064a241 * Patch from Ludo to preinitialize certain (var)parameters that are only
partially inited in some versions. (Endianess?) Mantis #21596

git-svn-id: trunk@20654 -
2012-03-29 17:39:43 +00:00
marco
1608b89bae * Patch from Mantis #19116, from Toru Takubo modified by Reinier for recent
changes.  Implements a check on blobsize to avoid reading beyond the
   length of a blob where isc_get_segment can segfault.

git-svn-id: trunk@20633 -
2012-03-26 08:05:19 +00:00
michael
fe7d7dacbd * Removed resourcestrings from mssql
git-svn-id: trunk@20632 -
2012-03-26 07:10:09 +00:00
michael
8799956817 * Fixed compilation of mssql
git-svn-id: trunk@20618 -
2012-03-25 09:18:39 +00:00
marco
14f9e3542d * use NULLHANDLE instead of NIL, since exact typing of handle type is unknown
(ptr or integer iow nil or 0)

git-svn-id: trunk@20614 -
2012-03-24 12:22:29 +00:00
marco
25f29e1048 * Patch from Lacak2 for Mantis #20379 FirstLineAsSchema improvements.
git-svn-id: trunk@20611 -
2012-03-24 10:01:55 +00:00
michael
44871bbbbd * Patch to reorder datetime testing values, so out-of-range comes last
git-svn-id: trunk@20585 -
2012-03-23 09:05:01 +00:00
michael
386fb374ce * Applied tests pach from bug #17303
git-svn-id: trunk@20572 -
2012-03-22 13:45:54 +00:00
marco
040e67772a * Tests for Mysql 5.5, from Lacak2. Mantis #21511
git-svn-id: trunk@20546 -
2012-03-20 21:14:36 +00:00
michael
63e3c9b774 IB -> MSSQl
git-svn-id: trunk@20541 -
2012-03-19 11:06:00 +00:00
marco
56442144bf * Password check for sqlite3 functionality, Mantis #18774
git-svn-id: trunk@20535 -
2012-03-17 17:23:51 +00:00
marco
2d8dbeca54 * Merged Andrew Brunners and Lacak2's patches from Mantis #19736 that
implement mysql 5.5 header + sqldb connection support.

git-svn-id: trunk@20534 -
2012-03-17 17:17:40 +00:00
marco
e27f910070 * add blockreadnext (same implementation as next for now), and change
.next to call it. Mantis #8203

git-svn-id: trunk@20533 -
2012-03-17 14:07:46 +00:00
marco
a5170425aa * setblockreadsize virtual, noticed when cleaning out old bugreport #8203.
git-svn-id: trunk@20532 -
2012-03-17 12:40:23 +00:00
marco
a6fd41b1d1 * Patch from Mek to kill memleak while inserting, Mantis #18004
git-svn-id: trunk@20531 -
2012-03-17 12:21:45 +00:00
marco
956629e41c * Patch from Mantis #14944 implementing odbc transactions. Also fixes related #19902
git-svn-id: trunk@20530 -
2012-03-17 11:56:29 +00:00
michael
25adf10832 * Patch from Reinier Olislagers to fix quoting for memo fields (bug 19937)
git-svn-id: trunk@20529 -
2012-03-17 10:06:04 +00:00
michael
5331e66a8d * Added ms-sql server connector by LaCak2
git-svn-id: trunk@20522 -
2012-03-16 08:36:12 +00:00
marco
f5a4f6b4af * Patch + test to map integer field with auto_increment property to ftautoinc
Mantis #21438, patch by Lacak2.

git-svn-id: trunk@20483 -
2012-03-08 19:57:20 +00:00
marco
d6100fed50 * one letter fix to last commit.
git-svn-id: trunk@20470 -
2012-03-04 18:10:28 +00:00
marco
8f13f13969 * reduce redundant AS in bufdataset.buildindex. Might improve performance,
but main purpose is to increase readability and debugability

git-svn-id: trunk@20469 -
2012-03-04 14:29:15 +00:00
marco
c6da7f726d * change mysql datetime parsing because mysql allows time >24hrs (interval like).
Matnis #21368, Patch by Lacak2.

git-svn-id: trunk@20464 -
2012-03-02 12:26:02 +00:00
marco
d676e18326 * Patch from Luiz. Move state change to calculatefields instead of the
handler. Mantis #20969

git-svn-id: trunk@20463 -
2012-03-02 09:55:06 +00:00
marco
49e3a24413 * Modification after feedback on #20454, last patch was a bit conservative.
git-svn-id: trunk@20459 -
2012-03-01 21:43:04 +00:00
marco
4ea56bd875 * Memleak fixes, Patch by Jesus Reyes. Mantis #21403
git-svn-id: trunk@20458 -
2012-03-01 21:39:01 +00:00
marco
c87880fb46 * test for interval, mantis #19323
git-svn-id: trunk@20457 -
2012-03-01 11:36:55 +00:00
marco
9b6a69502c * Use double for mysql ftfloat related tests.
Patches by Lacak2, Mantis #21388

git-svn-id: trunk@20456 -
2012-03-01 11:34:47 +00:00
marco
9dd87f9a6f * switch currency fields to use "ascurrency" Mantis 21380, patch by Lacak2
git-svn-id: trunk@20455 -
2012-03-01 11:32:09 +00:00
marco
7de37b0ad9 * fix for #21381. Add a default parameter to switch.
git-svn-id: trunk@20454 -
2012-03-01 11:24:17 +00:00
marco
fa3ee5f605 * Patches from Lacak2 changing currency to odbc numeric type, and ftbcd parameters
git-svn-id: trunk@20453 -
2012-03-01 10:54:54 +00:00