joost
b3403d51c8
- set FDatasource to nil in TDatalink.Create
2005-05-07 11:42:36 +00:00
michael
be4dd205d9
+ Added Mock Objects implementation by Uberto Barbini
2005-05-06 19:38:43 +00:00
michael
11eefecc8c
* Patch from Luiz Américo:
...
- ExecSql now can be called in closed datasets
- Changed name from IndexFieldName to PrimaryKey to avoid confunsion
with TclientDataset.IndexFieldName (Delphi)
- Small changes
2005-05-06 19:08:23 +00:00
peter
6cf4eb98c3
* use current fpcmake instead of from 1.9.8
2005-05-05 13:28:47 +00:00
peter
7dadd64723
* 2.0.0
2005-05-05 12:59:59 +00:00
michael
57af5a1f8c
+ Patch from Vincent Snijders to fix reading of entities
2005-05-02 13:06:51 +00:00
michael
69a6bf363a
* Some patches from Uberto Barbini
...
+ TLoginEvent more Delphi compatible (D5 and bigger).
* AsCurrency Property for TField.
2005-04-26 16:48:58 +00:00
michael
89e6318dd8
+ Added TCustomConnection by Uberto Barbini
2005-04-26 16:37:44 +00:00
michael
e97b4edd00
+ Patch from Sergey Smirnov to fix TTimeField.AsString
2005-04-26 15:45:30 +00:00
michael
2d951fa6c2
+ Added unit testdecorator to makefile
2005-04-26 15:42:04 +00:00
joost
ce319c62c2
- some fixes in assignment of transactions and databases
2005-04-24 19:21:28 +00:00
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
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
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
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
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
7a4ced093f
+ Patch from Luiz Américo
2005-04-09 15:19:08 +00:00
marco
2c488abcda
* patch from peter for resoursestring=string bug + fix crash missing --input
2005-04-07 07:55:40 +00:00
peter
ec4465234c
* fix memory leaks
2005-04-05 21:08:08 +00:00
michael
516dfd4c01
+ Patch from Jesus reyes to notify changes to DisplayFormat
2005-04-04 07:30:51 +00:00
michael
fc3b6f0693
+ fix for activerecord, bof false after append.
2005-03-29 10:07:34 +00:00
joost
bf5ac5abfa
- adapted for new mysql_fetch_field_direct
2005-03-27 14:55:47 +00:00
michael
bbbcc17171
+ Implementation of IndexForFields from Alexandrov Alexandru
2005-03-25 11:38:01 +00:00
michael
e08a7b8fc0
+ Fix in params from Luk Vandelaer
2005-03-24 20:54:53 +00:00
michael
d9ccf57c4a
+ Patch from Michalis Kamburelis to correct transactions
2005-03-23 08:35:05 +00:00
michael
012392381c
+ Several patches from Jose A. Rimon
...
# Prevents "field not found" error, when use a query without the primary key
Set SQLlen of different data types
Use AliasName instead of SQLname to avoid "duplicate field name" error, for
example when using "coalesce" more than once
use SQLScale in ftLargeInt to get actual values
Send query to server with different lines. Provides line info in sqlErrors
and allows single line comments
2005-03-23 08:17:51 +00:00
marco
4b970dd383
* now imports sockets for hosttostr routines
2005-03-20 12:48:24 +00:00
marco
d0582f4d3e
* sb removed legacymem. Fixed with getfpcheapstatus. Now 1.9.9 only
2005-03-20 12:46:55 +00:00
michael
38fd3d39a1
+ Fixed second typo in provided patch
2005-03-18 11:54:56 +00:00
michael
e539b62d19
+ Fixed typo in provided patch
2005-03-18 11:53:14 +00:00
marco
f683702e94
* lots of endian fixes
2005-03-18 10:58:16 +00:00
marco
e0123f44ff
* called hosttostr while netdb returns a net order in addresses. The
...
resolve hostaddrtostr covered this up, but that could break depending
on unit order.
2005-03-18 10:50:03 +00:00
michael
915ab7df0f
+ Patch to IndexDefs from Alexandrov Alexandru
2005-03-18 10:17:34 +00:00
michael
b7d37dd54a
+ Patch from Michalis Kamburelis to fix TField.IsNull
2005-03-17 09:02:17 +00:00