The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
joost d3b22205fb Merged revisions 3119,3288,3308-3309,3362,3364,3381,3415,3458,3463,3469,3536,3548-3549,3657,3670,3672,3680,3683,3688 via svnmerge from
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 -
2006-06-02 22:49:28 +00:00
compiler Merged revisions 3749 via svnmerge from 2006-05-30 20:42:02 +00:00
fcl Merged revisions 3119,3288,3308-3309,3362,3364,3381,3415,3458,3463,3469,3536,3548-3549,3657,3670,3672,3680,3683,3688 via svnmerge from 2006-06-02 22:49:28 +00:00
fv * Final merges from trunk 2006-05-18 22:45:29 +00:00
ide Merged revisions 3702 via svnmerge from 2006-05-27 19:49:52 +00:00
installer Merged revisions 375,2257,2261-2262,2271,2296,2376,2443 via svnmerge from 2006-02-06 08:39:19 +00:00
packages Merged revisions 3119,3288,3308-3309,3362,3364,3381,3415,3458,3463,3469,3536,3548-3549,3657,3670,3672,3680,3683,3688 via svnmerge from 2006-06-02 22:49:28 +00:00
rtl Merged revisions 3733 via svnmerge from 2006-05-29 10:01:27 +00:00
tests Merged revisions 3736,3747 via svnmerge from 2006-05-31 18:33:30 +00:00
utils Merged revisions 2348-2351,2361,2366,2370-2371,2377,2379,2383,2388-2389,2401,2425,2428,2430-2431,2447 via svnmerge from 2006-02-15 10:04:09 +00:00
.gitattributes Merged revisions 3740 via svnmerge from 2006-05-29 20:51:32 +00:00
.gitignore Merged revisions 2556-2558,2604,2630-2631,2635,2638,2640,2649,2657,2660-2664,2678,2706,2719-2720,2724,2746-2750,2759,2761,2767-2768,2776-2777,2787 via svnmerge from 2006-03-07 08:43:11 +00:00
Makefile * disable SHAREDTARGETS 2006-02-09 07:46:38 +00:00
Makefile.fpc * disable SHAREDTARGETS 2006-02-09 07:46:38 +00:00