marco
|
7a7d8e27cd
* set transaction of proxy via field instead of setter since that
|
13 years ago |
marco
|
5955d90a40
* pass fieldnamequotechars to proxy, mantis #20507
|
14 years ago |
marco
|
cb832a5656
* Preserve existing param values when changing sql text.
|
14 years ago |
marco
|
0f79033143
* synchronized properties between sqlconnector and sqlconnection.
|
14 years ago |
marco
|
aa9df955ee
* Improve support for returnvalues of calling statements.
|
14 years ago |
marco
|
448e3db450
* fixes Mantis #14730 dealing with oldvalue=null
|
14 years ago |
marco
|
1556751109
* also quote ftguid fields. Mantis 20219.
|
14 years ago |
marco
|
367be2cd7a
* adds some checks to sqldb avoid AV and memleaks. Mantis #19326 and #18669
|
14 years ago |
joost
|
79e000d04e
* Changed DefaultSQLFormatSettings into a constant, because changing this will lead to chaos in the locale-support
|
14 years ago |
marco
|
7017009916
* currency and BSD asCurrency not asFloat. Patch by Lacak2, mantis #19558
|
14 years ago |
marco
|
de266c9857
* moved and renamed defaultsqlformatsettings. Related to mantis #17188 (comment 49077)
|
14 years ago |
marco
|
eb3ccbcb1f
* commit patch for various SQL formatting and conversions issues from Mantis #17188 from LacaK2
|
14 years ago |
joost
|
c906f78b4a
* Fixed typo(?) in r17424
|
14 years ago |
joost
|
0e56e188f8
* Simplified formatting of timeinterval strings, bug #18763
|
14 years ago |
joost
|
b8f734522e
* Fixed default/mysql ftTime parameter support, bug #18718
|
14 years ago |
joost
|
840d06dddb
* Published TSQLQuery.MaxIndexesCount and FieldDefs
|
14 years ago |
michael
|
0ca7ca5517
* Logging facilities implemented
|
14 years ago |
michael
|
054d2b71a2
* Fixed SetInsertSQL/SetDeleteSQL
|
15 years ago |
michael
|
8d84ac54ca
* Added easy access function for params
|
15 years ago |
joost
|
cc700b54b8
* Implemented TBufDataset.UniDirectional property
|
15 years ago |
joost
|
cb92994356
* New property TSQLConnection.FieldNameQuoteChars, these chars (start- and
|
15 years ago |
joost
|
a4a1cd76e5
* Do only add parentheses when necessary for filtering. So that when the
|
15 years ago |
joost
|
6ba6be6b2b
* Patch from Ladislav Karrach to parse queries with the limit keyword, bug #15456
|
15 years ago |
joost
|
39224aad96
* Splitted TBufDataset in TCustomBufDataset and TBufDataset
|
15 years ago |
joost
|
5bfbd8e15d
* Implemented TBufDataset.Refresh + simple test/fixed test
|
16 years ago |
joost
|
271ed77004
* patch from José Mejuto to fix applying more then one update when there is an update or insert query present, bug #14331
|
16 years ago |
joost
|
3f98f6a5d0
* When a dataset is closed and it is not prepared it is assumed that a
|
16 years ago |
joost
|
9f93cccd7a
* When the dataset is read from file, do not prepare the sql-statement
|
16 years ago |
joost
|
ce55400037
* Call UpdateServiceIndexDefs before Execute, to avoid problems with databases which do not allow processing multiple recordsets at a time (MS SQL, bug #13241)
|
16 years ago |
joost
|
8babc4920c
* Fix for streaming TSQLQuery.SQL and TSQLTransaction.Params
|
16 years ago |