joost
|
5bfbd8e15d
* Implemented TBufDataset.Refresh + simple test/fixed test
|
15 سال پیش |
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 سال پیش |
joost
|
3f98f6a5d0
* When a dataset is closed and it is not prepared it is assumed that a
|
16 سال پیش |
joost
|
9f93cccd7a
* When the dataset is read from file, do not prepare the sql-statement
|
16 سال پیش |
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 سال پیش |
joost
|
8babc4920c
* Fix for streaming TSQLQuery.SQL and TSQLTransaction.Params
|
16 سال پیش |
joost
|
aab8d374b6
* Do not use the locale DecimalSeparator when formatting float-parameters, bug #13279
|
16 سال پیش |
joost
|
934a6b159f
* Also in ExecuteDirect the allocation and preparation of a cursor should be
|
16 سال پیش |
joost
|
ee123bbaf9
* Set default value of UsePrimaryKeyAsKey to fix streaming, bug #13207
|
16 سال پیش |
joost
|
6ceb016593
* Do not set the Transaction property of a TDatabase while assigning TSQLTransaction.Database when the TSQLTransaction is loaded from stream
|
16 سال پیش |
joost
|
349ff010a1
' * Do not use a space as FieldNamesQuoteChar but an empty string, so that parameters are parsed correctly
|
16 سال پیش |
joost
|
2496c5f30e
* Fixed streaming of TSQLQuery.UpdateSQL, .InsertSQL and .DeleteSQL
|
16 سال پیش |
joost
|
c1c62a3ed2
* Implemented retrieval of basic metadata for TODBCConnection (bug 12975)
|
16 سال پیش |
joost
|
dcfa75b781
* When TSQLQuery.SetSchemaInfo is used the sql-statement is not set directly anymore, but during the prepare (more Delphi/dbexpress compatible)
|
16 سال پیش |
joost
|
f722533e9a
* Removed totally useless "try .. except raise end" block
|
16 سال پیش |
joost
|
11015eb6ad
* Changed SQLParser in a function which returns the obtained statement-type instead of setting the statementtype of the cursor directly, second part of r12512
|
16 سال پیش |
joost
|
d6903a4bb6
* Moved some code to avoid problems while handling exceptions
|
16 سال پیش |
joost
|
8922c3e310
* Check for an empty statement before the cursor is allocated so that the right error message is shown. (+test which was committed partly in r12510 already)
|
16 سال پیش |
joost
|
00e76eab6a
* SQLdb now handles queries with statementtype stExecProcedure as select queries so that it is possible to fetch the results. But stExecProcedure will fetch only one row of data.
|
16 سال پیش |
joost
|
ddeea252b5
* Partly reverted r11511 so that a query is prepared only once
|
16 سال پیش |
joost
|
a7086e7164
* Allow parameter-names between double-quotes
|
16 سال پیش |
joost
|
138280cb6d
* UsePrimaryKeyAsKey default value is true, bug #12257
|
16 سال پیش |
joost
|
c79e23c5eb
* Register DataPacketReaders
|
17 سال پیش |
joost
|
e3e2b60b02
* Implemented FileName property. If set, the dataset is read from file on opening and saved to file on closing
|
17 سال پیش |
michael
|
d39c352d92
* Fixed prepare for select statements
|
17 سال پیش |
michael
|
cc0c2d6467
* SqlScript committed
|
17 سال پیش |
michael
|
b32a493b7d
* Fixed memory leak when re-assigning datasource property
|
17 سال پیش |
joost
|
6f8fd76e21
* Restructured the ApplyRecUpdates mechanism. Update-queries are only created when necessary and improved error messages. Readonly does not depend on ParseSQL anymore (mantis 9254) + test
|
17 سال پیش |
joost
|
6f3e1bba28
* Fixed bug #8442 + test
|
17 سال پیش |
joost
|
983e723262
* Implemented Port property (bug 10533)
|
17 سال پیش |