Commit Graph

1607 Commits

Author SHA1 Message Date
joost
87828e65a8 + Fix for bug #7205
git-svn-id: trunk@4332 -
2006-08-02 22:15:37 +00:00
joost
216777f8f1 + Fix for bug #6898, thanks to tip from Martin Schreiber
git-svn-id: trunk@4331 -
2006-08-02 21:44:22 +00:00
joost
47e692b60b + Fix for bug #7144
git-svn-id: trunk@4328 -
2006-08-01 21:59:39 +00:00
joost
d979196df0 + fix for bug #7211
git-svn-id: trunk@4327 -
2006-08-01 21:46:43 +00:00
joost
0454bc7717 + Fixed mem-corruption
git-svn-id: trunk@4315 -
2006-07-30 16:17:33 +00:00
peter
c603e817e7 * add blowfish unit in fcl
* fix compile of some tests

git-svn-id: trunk@4314 -
2006-07-30 15:11:12 +00:00
joost
df9b913efe + reverted wrongly applied revision 4244
git-svn-id: trunk@4311 -
2006-07-30 11:30:47 +00:00
joost
21c061421e + do not search (locate) in an empty dataset
git-svn-id: trunk@4303 -
2006-07-30 00:24:47 +00:00
joost
0a0089a669 + Fixed ftLargeInt fields
git-svn-id: trunk@4302 -
2006-07-29 16:50:24 +00:00
joost
d83a30e4fc + implemented blob-field support for mysql
+ fixed memory-corruption in ibconnection.pp

git-svn-id: trunk@4289 -
2006-07-23 21:15:02 +00:00
joost
eddc1b3edd + Basics for editing BLOB-fields
+ several cleanups

git-svn-id: trunk@4287 -
2006-07-23 17:34:03 +00:00
joost
209997e657 + optimised the search for fields in loadfield
git-svn-id: trunk@4286 -
2006-07-23 11:25:32 +00:00
joost
5e960e0103 + added support for blob-parameters
git-svn-id: trunk@4279 -
2006-07-23 01:20:50 +00:00
joost
b80c0fcf4c + set the right fieldno when adding a field
git-svn-id: trunk@4266 -
2006-07-20 17:27:42 +00:00
michael
d3896e0661 + Patch from Martin Schreiber to fix AV when closing a TSQLQuery
git-svn-id: trunk@4244 -
2006-07-17 19:37:50 +00:00
michael
164973da61 + Added SkipHeader parameter to compression stream creator. Allows to create zip files
git-svn-id: trunk@4220 -
2006-07-16 10:13:14 +00:00
michael
9ecfcf0e09 + Fixed memory leak in TIPCCserver
git-svn-id: trunk@4212 -
2006-07-15 15:25:33 +00:00
Tomas Hajny
4207cbf503 * 2.0.4 fix: mode objfpc and H+ needed
git-svn-id: trunk@4206 -
2006-07-15 00:42:10 +00:00
michael
aa2d333b11 + Implemented support for ;public name XYZ; construct
git-svn-id: trunk@4133 -
2006-07-09 09:43:30 +00:00
joost
4f93bec6e6 + Fix for datasets with a Recordsize which will not fit in a word
git-svn-id: trunk@4086 -
2006-07-02 23:07:24 +00:00
joost
4855d28b3d + Escape strings in string-parameters
+ fix in the MySQL-bindings

git-svn-id: trunk@4043 -
2006-07-01 21:25:52 +00:00
joost
b0b1d50117 + dbconst.pp should contain resourcestrings
git-svn-id: trunk@4032 -
2006-07-01 10:17:22 +00:00
michael
07f925f991 + Patch from Joost Van Der Sluit to fix memory leak
git-svn-id: trunk@4030 -
2006-07-01 08:44:02 +00:00
joost
010482ab05 + implemented ftBCD fields for MySQL
git-svn-id: trunk@4028 -
2006-06-30 21:52:55 +00:00
marco
f10da047d8 * endian thing fix I hope
git-svn-id: trunk@4015 -
2006-06-30 20:13:05 +00:00
joost
aa8fdd44e4 + added several tests
+ restructured tests
 + new ini-file format

git-svn-id: trunk@4012 -
2006-06-30 16:07:01 +00:00
joost
b486f8b262 + Support for the use of hostname
git-svn-id: trunk@4010 -
2006-06-30 00:27:15 +00:00
joost
63499fa390 + patch to move SetLargeInt and GetLargeInt from TLargeIntfield to TField from Dean Zobec
git-svn-id: trunk@4009 -
2006-06-29 22:41:05 +00:00
joost
3d06331560 - Defined Oracle date/time types
- Fix for recognition of Float-fields
- Implemented support for ftDateTime
- support for ftBCD fields is implemented in r4000
- a fix for the size of string-fields is implemented in r4000

git-svn-id: trunk@4008 -
2006-06-29 22:33:14 +00:00
joost
8341107c90 + Fix for ftLargeInt fields from Jesus Reyes
git-svn-id: trunk@4000 -
2006-06-29 20:01:52 +00:00
michael
3b6b7a5973 + Patch from Graeme Geldenhuys: New testlistener
git-svn-id: trunk@3998 -
2006-06-29 19:35:52 +00:00
michael
358b453f7b + Patch from Graeme Geldenhuys: New testlistener
git-svn-id: trunk@3997 -
2006-06-29 19:35:40 +00:00
michael
1e66422b82 * Patch from Dean Zobec to add ability to skip tests
git-svn-id: trunk@3974 -
2006-06-27 09:18:42 +00:00
michael
5f92ba07a6 * Patch from Sergei Gorelkin:
- xmlwrite.pp: Implemented built-in buffering with simultaneous UTF8
encoding, which made it faster about 3 times.
- dom.pp: Implemented a number of missing methods; wrote a skeleton for
namespace support (not working yet); implemented timestamping for
TDOMNodeList (so it is rebuilt only when underlying nodes are
changed). The complete list of changes is in 'FIX:' and 'DONE:'
comments in dom.pp itself.
- xmlread.pp: Numerous fixes in order to improve performance and comply with
the testsuite.

git-svn-id: trunk@3973 -
2006-06-27 09:04:09 +00:00
michael
fce57deb31 + Patch from Graeme to add DUnit compatibility interface.
git-svn-id: trunk@3968 -
2006-06-26 19:22:17 +00:00
joost
b4e86c29fb + added tests for ftbcd fields and string-typed parameters
git-svn-id: trunk@3951 -
2006-06-25 22:11:49 +00:00
joost
45507a5a7b + Support for float-parameters
git-svn-id: trunk@3950 -
2006-06-25 21:22:21 +00:00
joost
894b432dc7 + implemented error-handling on ApplyUpdates
git-svn-id: trunk@3943 -
2006-06-25 15:46:59 +00:00
joost
b1a0c5318a + implemented TDataset.Translate and TStringField.Transliterate
git-svn-id: trunk@3928 -
2006-06-23 23:31:41 +00:00
joost
fdfe49015c + when an error occurs, do not automatically rollback the transaction, only make it possible
+ use the new endian-functions

git-svn-id: trunk@3926 -
2006-06-23 20:52:04 +00:00
joost
eb9b7e5dc1 + fix for bug #7007 by Martin Schreiber
git-svn-id: trunk@3896 -
2006-06-19 19:13:57 +00:00
michael
9c13368393 * Support for file type parsing (part 2)
git-svn-id: trunk@3853 -
2006-06-12 20:08:12 +00:00
michael
28ce91de92 * Support for file type parsing
git-svn-id: trunk@3852 -
2006-06-12 20:00:16 +00:00
peter
85937fa706 * revert r3568, it generates infinite recursion
git-svn-id: trunk@3842 -
2006-06-11 10:03:02 +00:00
joost
22982a127d + Fix for the postgresql transaction becoming invalid
git-svn-id: trunk@3833 -
2006-06-09 20:59:06 +00:00
joost
90b40e9385 + Fixed a crash when connecting to a database fails when using execsql on a query
git-svn-id: trunk@3829 -
2006-06-09 18:54:12 +00:00
joost
ef160f44a3 + fix for TBCD.GetDataSize
+ Improved error-message on unknown-parameters

git-svn-id: trunk@3826 -
2006-06-08 20:57:40 +00:00
michael
1e0d556788 + Patch to allow uncompressed data after compressed data from Sergei Gorelkin
git-svn-id: trunk@3825 -
2006-06-08 18:17:35 +00:00
michael
f434360dd6 + More patches from Sergei Gorelkin.
git-svn-id: trunk@3824 -
2006-06-08 18:09:03 +00:00
joost
4cbb626991 + implemented bcd-fields for postgresql
+ return 0 if bcd field is null

git-svn-id: trunk@3820 -
2006-06-07 21:01:21 +00:00