joost
|
d0a367ef1e
+ Caching of blob-fields which can only be fetched for the current record is now handled by TSQLConnection
|
19 years ago |
joost
|
89559ac4ce
+ CanModify should return false if the dataset is closed
|
19 years ago |
joost
|
47e692b60b
+ Fix for bug #7144
|
19 years ago |
joost
|
eddc1b3edd
+ Basics for editing BLOB-fields
|
19 years ago |
joost
|
894b432dc7
+ implemented error-handling on ApplyUpdates
|
19 years ago |
joost
|
90b40e9385
+ Fixed a crash when connecting to a database fails when using execsql on a query
|
19 years ago |
joost
|
f36010fc31
+ Added simulation of parameters for MySQL
|
19 years ago |
joost
|
772c36ae7a
- Fix for TParam.SetDataType
|
19 years ago |
michael
|
69559c6068
+ Initial support for Master/Detail relations
|
19 years ago |
joost
|
f1fc3a316d
* Fix for error-handling when a TSQLQuery is opened.
|
19 years ago |
joost
|
251fc46121
+ added empty TSQLConnection.GetHandle
|
19 years ago |
joost
|
ab37e3f576
+ Made TDataset.Setactive virtual
|
19 years ago |
joost
|
1f754a3905
+ date/time fields handling compatibility fix
|
19 years ago |
peter
|
3db35349ec
* fix duplicate parameter names
|
19 years ago |
joost
|
22ff909af8
+ moved empty databasename check to TSQLConnection
|
19 years ago |
michael
|
74e93711df
+ date/time stuff is written in native format
|
19 years ago |
joost
|
6d291bb336
+ Centralized all parameter-parsing in TParams.ParseSQL (bug 4374)
|
20 years ago |
joost
|
ce1bb25e54
+ use InternalHandleException for exceptions when loading instances of TDataset, TDatabase or TDBTransaction
|
20 years ago |
joost
|
294bf06cda
- Fix to allow changing the filter while filtered
|
20 years ago |
joost
|
cf7f323975
+ Fixed a memleak regarding parameters in TSQLQuery
|
20 years ago |
joost
|
423a63200d
+ Implemented GetTableNames, GetProcedureNames and GetFieldNames for TSQLConnection
|
20 years ago |
joost
|
eaf75955e8
* SchemaInfoSQL-Statements are always read-only
|
20 years ago |
joost
|
7bfeb0b97e
* Restructured Prepare/Unprepare, removed CloseStatement
|
20 years ago |
joost
|
509593eb49
- Added TSQLTransaction.params
|
20 years ago |
joost
|
1c3fcdaa14
- TSQLQuery.ApplyRecUpdate now uses ExecuteDirect
|
20 years ago |
joost
|
06300bc054
- added tSqlConnection.ExecuteDirect
|
20 years ago |
joost
|
6318a55ca9
- Fixed date/time formats for sqldb and tdbf
|
20 years ago |
joost
|
62871eddeb
-some filter fixes
|
20 years ago |
joost
|
19d33ef1ea
- TSQLQuery.Prepared shoud not be published
|
20 years ago |
joost
|
5355abf860
- Fixed bug #4121
|
20 years ago |