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
marco
0335de3001
* legacymem added
2005-03-16 13:47:27 +00:00
marco
965cf11da6
* some fixes for objfpc mode
2005-03-16 13:35:59 +00:00
marco
1ff1277886
* fixed with legacymem (I hope)
2005-03-16 13:30:17 +00:00
michael
26a24e1488
* Patch from Luiz Americo
...
- fixes a memory leak in TBlobField.GetAsString
2005-03-15 22:44:22 +00:00
michael
7b3db009fc
* Patch fom Luiz Americo
...
- Add support to TMemoField
- Add RefetchData, TableExists, UpdatesPending methods
- Optimize ApplyUpdates when using/creating big datasets
- Other fixes/improvements
2005-03-15 22:42:12 +00:00
peter
8f2fa89b3d
* use dispose instead of freemem to also release the initialize types
2005-03-15 16:27:04 +00:00
florian
179d942631
* adapated for the new widestring manager
2005-03-14 21:10:12 +00:00
michael
2d6779dac5
+ Patch from Jesus reyes to fix brush style order
2005-03-10 20:02:28 +00:00
joost
597fc99fb8
- Fix to avoid scientific format in TDBCFields from Jesus Reyes
2005-03-01 14:00:53 +00:00
joost
bad57b7741
- Boolean fields are wordbool's now
2005-02-28 16:19:07 +00:00
michael
e5be257621
Patch from Dean Zobec:
...
- renamed AssertNull and AssertNotNull for Interfaces to AssertNullIntf,
AssertNotNullIntf to not confuse the compiler in case of passing objects implementing interfaces
- registering tests in the unit where they are defined
2005-02-27 12:20:19 +00:00
michael
438a0574ba
* Patch from Uberto Barbini:
...
- enabled the possibility to show failures and errors that may occurr
in the setup and teardown of the tests
- added AssertNull and AssertNotNull for Interfaces.
2005-02-22 20:41:54 +00:00
michael
a21420401f
+ Patch from Luiz Américo to fix several issues
2005-02-18 22:34:38 +00:00
peter
5c923a0fbd
* parse global properties
2005-02-17 18:33:31 +00:00
michael
fea9565cca
- Remove TTimeField and TDateField GetDataSize functions since both are exactly
...
equal to their ancestor: TDateTimeField.GetDataSize
- TAutoInc fields are set to ReadyOnly on create
- In TFieldDef.CreateField the presence of faReadyOnly in Attributes is respected
2005-02-16 09:31:58 +00:00
peter
aa5b73f3ec
* 1.9.8
2005-02-15 22:28:29 +00:00
peter
e417e34496
* truncate log
2005-02-14 17:13:06 +00:00
peter
540c2c5bea
* fixed stdinput reading under win32
2005-02-14 16:39:51 +00:00
joost
70f562cec7
- Added support for SetSchemaInfo
...
- Uses the aliasname as the displayname
2005-02-07 11:24:25 +00:00
joost
e2d68a7e4f
- implemented TSQLQuery.SetSchemaInfo
...
- added support for delete and insert
2005-02-07 11:23:41 +00:00
joost
e5c50c40ee
- added SMetadataUnavailable
...
- added SDeletedRecord
2005-02-07 11:23:04 +00:00
joost
f7e62bc856
- Implemented TField.DisplayName
2005-02-07 11:22:23 +00:00
joost
b993a9c094
- Added TDataset.InternalInsert
...
- Implemented TField.DisplayName
- added support for TBufDataset delete and insert
2005-02-07 11:21:50 +00:00