Commit Graph

19782 Commits

Author SHA1 Message Date
michael
5372c3450d + Patch to show/enter alternate charsets in grid editor. 2005-04-16 10:02:13 +00:00
michael
7bfefc7b49 + Streamex was in wrong place 2005-04-16 09:32:40 +00:00
michael
6947da1ae2 + Corrected variants/typinfo dependencies 2005-04-16 09:26:38 +00:00
michael
f30652e048 + Added TypInfo unit constants 2005-04-16 09:25:02 +00:00
michael
686de2c1f8 + Moved constants to rtlconsts and added callbacks for variant support 2005-04-16 09:24:29 +00:00
michael
a17a09815d + Added variant support for properties 2005-04-16 09:23:38 +00:00
michael
1a3f0b5894 + Fixed variant support of sysutils unit 2005-04-16 09:23:12 +00:00
peter
2d62e884c8 * only give warnings for uninitialized variables in low()/high()
if the value is calculated at runtime
2005-04-15 15:50:18 +00:00
peter
913efc5b83 * new bug 2005-04-15 15:47:07 +00:00
peter
9db3d9e07c * -Fe on commandline redirects now all output 2005-04-15 15:43:54 +00:00
peter
70d3cfae07 * new bug 2005-04-15 15:26:12 +00:00
marco
e9860e8c97 * solved bug #3860 with a union 2005-04-15 10:17:55 +00:00
michael
783376530d + Streaming of subcomponents added by Marc Weustink 2005-04-15 07:21:09 +00:00
marco
b19f7b3dc8 * typinfo imports variants makefile fixes 2005-04-15 06:49:35 +00:00
Tomas Hajny
057d488f48 * rtlconst/s fix for GO32v2 etc. 2005-04-14 21:47:27 +00:00
Tomas Hajny
06011c9eb1 * TThreadID changed to cardinal 2005-04-14 21:17:51 +00:00
florian
c04f0bc856 * fixed more TThreadID stuff 2005-04-14 20:42:14 +00:00
florian
9f875b3c36 * fixed typinfo dependencies 2005-04-14 20:40:54 +00:00
michael
c995de9806 + Objfpc mode and ansistrings 2005-04-14 17:53:03 +00:00
michael
91464f3692 + Added streamex unit 2005-04-14 17:48:06 +00:00
michael
84c187e10d + Added for Delphi compatibility and InstantObjects 2005-04-14 17:47:31 +00:00
michael
e0f4f77b94 + Fix for BintoHex and hextobin by Uberto Barbini 2005-04-14 17:43:35 +00:00
michael
16f5f310b1 + Added getPropValue by Uberto Barbini 2005-04-14 17:43:07 +00:00
marco
6684656b20 * freebsd makefiles 2005-04-14 10:04:40 +00:00
marco
4324aad4fd * makefiles 2005-04-14 10:04:21 +00:00
joost
9d7562ff73 - Fixed a mem-leak in TMySQLConnection.ConnectMySQL
- Added ObtainSQLStatementType to TMySQLConnection.PrepareStatement
- RowsAffected and LastInsertID should be QWord s, not int64
2005-04-13 23:20:22 +00:00
joost
fa3ce88bbd - Changed for dyn.linking
- Made the query read-only
2005-04-13 22:57:03 +00:00
joost
10b6189ecf - TSQLQuery now frees FIndexDefs 2005-04-13 22:10:26 +00:00
joost
fcf91ea4fe - TIndexDefs.Destroy now calls inhedited.Destroy 2005-04-13 22:09:15 +00:00
joost
44d8cf713c - fixed mem-leak in TDataset.SetBufListSize 2005-04-13 22:08:16 +00:00
florian
3ab66b5576 * TThread on linux fixed 2005-04-13 20:15:47 +00:00
florian
4aa4aeae79 + TThreadID 2005-04-13 20:10:50 +00:00
marco
36faaa39b0 * fix for data2inc built by CVS 2005-04-13 17:11:32 +00:00
peter
fd42846d7b use createfmt instead of createresfmt 2005-04-13 16:16:43 +00:00
marco
9edc33558a * notifyer triggered after delete patch 2005-04-12 10:03:31 +00:00
marco
84ed590198 * now uses ansistring for path. 2005-04-12 09:48:42 +00:00
michael
4dba09f9a0 * Some fixes on interface use from Dean Zobec 2005-04-12 07:31:34 +00:00
michael
e5b08ad325 + TestDecorator implementation by Dean Zobec 2005-04-11 18:10:55 +00:00
joost
e7bf4ac4bf Patch from Alexandrov Alexandru
- implemented TDataset.BindFields
- master-detail relation implemented
- improved variant-support for fields
- implemented TField.Assign and TField.AssignValue
2005-04-10 22:18:43 +00:00
florian
abd3b5057e no message 2005-04-10 20:27:04 +00:00
florian
89da61f7a8 + basic operators (int, real and string) for variants implemented 2005-04-10 20:24:31 +00:00
joost
6497e8a7ea - Updated for changes in sqldb.pp 2005-04-10 18:31:31 +00:00
joost
f15478c0ca - - implemented parameter support for Postgres
- Updated for changes in sqldb.pp
2005-04-10 18:30:49 +00:00
joost
79712269b4 - - implemented parameter support for Interbase/Firebird
- Updated for changes in sqldb.pp
2005-04-10 18:30:05 +00:00
joost
122a00350d - implemented parameter support for sqldb
- Added TSQLConnection.ConnOptions
- renamed TSQLQuery.FreeStatement to TSQLQuery.CloseStatement
- renamed TSQLQuery.PrepareStatement to TSQLQuery.Prepare
- added TSQLQuery.UnPrepare
2005-04-10 18:29:26 +00:00
joost
70e80b5307 - implemented parameter support for sqldb 2005-04-10 18:28:30 +00:00
joost
f4499022c2 - removed TParam.FNull 2005-04-10 18:27:39 +00:00
joost
e4d35e6fe9 - implemented TDataset.Locate
- removed TParam.FNull
2005-04-10 18:26:54 +00:00
joost
efcb873cae - implemented TDataset.Locate 2005-04-10 18:26:27 +00:00
michael
0fc95e4519 + Made TCollectionItem.SetCollection Protected&virtual, as in Delphi (Reported by Uberto Barbini) 2005-04-10 16:26:55 +00:00