mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-12 23:09:12 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() svn+ssh://joost@svn.freepascal.org/FPC/svn/fpc/trunk ........ r3119 | michael | 2006-04-02 10:23:42 +0200 (Sun, 02 Apr 2006) | 1 line + Fix for applying null parameters ........ r3288 | joost | 2006-04-20 00:24:04 +0200 (Thu, 20 Apr 2006) | 8 lines - Fix for TParam.SetDataType - Implemented TSQLQuery.UpdateSQL .DeleteSQL and .InsertSQL Added example to fedittable.pp - Fix for TSQLQuery.ExecSQL if no database is assigned - TSQLQuery.ApplyRecUpdate now uses parameters - Fixed handling of ftFixedChar parameters with IBConnection - Clarified IBConnection parameters-error message ........ r3308 | joost | 2006-04-21 13:30:54 +0200 (Fri, 21 Apr 2006) | 1 line + fixed a resource link ........ r3309 | joost | 2006-04-21 13:59:46 +0200 (Fri, 21 Apr 2006) | 1 line + fixed bug #5011, thanks to tip from Doug Nettleton ........ r3362 | joost | 2006-04-29 18:25:17 +0200 (Sat, 29 Apr 2006) | 2 lines + TDataset.ActiveBuffer now returns nil if the dataset is closed + TBufDataset.RecNo now returns -1 if the dataset is closed (bug 5061) ........ r3364 | joost | 2006-04-29 19:03:28 +0200 (Sat, 29 Apr 2006) | 1 line + Fixed TBufDataset.First (bug 5068) ........ r3381 | joost | 2006-04-30 13:17:23 +0200 (Sun, 30 Apr 2006) | 1 line + Fixed bug #5070 ........ r3415 | joost | 2006-05-03 15:03:18 +0200 (Wed, 03 May 2006) | 1 line + RecNo should be -1 if the recordset is empty ........ r3458 | michael | 2006-05-08 22:22:20 +0200 (Mon, 08 May 2006) | 1 line + Patch from Bram Kuijvenhoven to implement blob field and more verbose errors ........ r3463 | joost | 2006-05-09 22:01:59 +0200 (Tue, 09 May 2006) | 12 lines + if TBufDataset.PacketRecords is set to -1, all records are fetched + TBufDataset.RecNo now always returns 0 for new records + TBufDataset.Recordcount does not count a new record anymore + EOF and BOF must be true when a dataset is created + Close does not call CheckBrowseMode anymore + Add a check in MoveBy for distance=0 + MoveBy calls DoBeforeScroll before it does anything else + Send the right dataevent in MoveBy (bug 5048) + Check for an edit state in Post + Fixed NotInEditState error message + added the deConnectChange,deReconcileError,deDisabledStateChange TDataEvents + Do not send a deFieldListChange event when opening the dataset ........ r3469 | michael | 2006-05-10 11:05:15 +0200 (Wed, 10 May 2006) | 1 line + Patch from Bram Kuijvenhoven: optimised storage of zero-length BLOBS ........ r3536 | joost | 2006-05-14 23:14:31 +0200 (Sun, 14 May 2006) | 1 line + Removed the usage of a cursor ........ r3548 | joost | 2006-05-16 17:15:47 +0200 (Tue, 16 May 2006) | 4 lines + implemented TStringField.FixedChar + Enabled check for FixedChar in TParam.AssignFieldValue + added test for the above + added test for TDataset.Close ........ r3549 | joost | 2006-05-16 20:27:41 +0200 (Tue, 16 May 2006) | 1 line + Added check to TParam.SetDataType for empty variants ........ r3657 | joost | 2006-05-24 18:57:19 +0200 (Wed, 24 May 2006) | 1 line + fixed TBufDataset.SetRecNo (bug 6919) and added a test for it ........ r3670 | joost | 2006-05-25 13:32:32 +0200 (Thu, 25 May 2006) | 1 line + added TBufDataset.ChangeCount (bug 6947) ........ r3672 | michael | 2006-05-25 13:57:07 +0200 (Thu, 25 May 2006) | 1 line + Added some missing methods ........ r3680 | joost | 2006-05-26 13:09:26 +0200 (Fri, 26 May 2006) | 2 lines + Fixed problems with DateTimes before 1899-12-29 (issue #6925) + fix for the datasize of strings ........ r3683 | joost | 2006-05-26 16:50:19 +0200 (Fri, 26 May 2006) | 1 line + implemented TBufDataset.UpdateStatus (issue #6944) ........ r3688 | joost | 2006-05-27 00:00:42 +0200 (Sat, 27 May 2006) | 2 lines + Added support for empty parameters to TPQConnection + Added errormessage for unsupported parameters ........ git-svn-id: branches/fixes_2_0@3768 - |
||
---|---|---|
compiler | ||
fcl | ||
fv | ||
ide | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
Makefile | ||
Makefile.fpc |