marco
|
5b0cfac4dc
--- Merging r17400 into '.':
|
14 vuotta sitten |
marco
|
1b499b4ba5
--- Merging r17247 into '.':
|
14 vuotta sitten |
marco
|
e416975f20
--- Merging r16498 into '.':
|
14 vuotta sitten |
marco
|
b24ff8fef3
--- Merging r16156 into '.':
|
15 vuotta sitten |
marco
|
6ed6eda88d
--- Merging r15298 into '.':
|
15 vuotta sitten |
marco
|
2bd0853001
--- Merging r15349 into '.':
|
15 vuotta sitten |
marco
|
f7de0250da
--- Merging r14994 into '.':
|
15 vuotta sitten |
joost
|
fae64a5be5
--- Merging r14492 into '.':
|
15 vuotta sitten |
joost
|
d32c60f746
--- Merging r14787 into '.':
|
15 vuotta sitten |
marco
|
ca5f0557ed
--- Merging r14080 into '.':
|
15 vuotta sitten |
joost
|
51d41377a3
--- Merging r13802 into '.':
|
16 vuotta sitten |
joost
|
3f98f6a5d0
* When a dataset is closed and it is not prepared it is assumed that a
|
16 vuotta sitten |
joost
|
9f93cccd7a
* When the dataset is read from file, do not prepare the sql-statement
|
16 vuotta sitten |
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 vuotta sitten |
joost
|
8babc4920c
* Fix for streaming TSQLQuery.SQL and TSQLTransaction.Params
|
16 vuotta sitten |
joost
|
aab8d374b6
* Do not use the locale DecimalSeparator when formatting float-parameters, bug #13279
|
16 vuotta sitten |
joost
|
934a6b159f
* Also in ExecuteDirect the allocation and preparation of a cursor should be
|
16 vuotta sitten |
joost
|
ee123bbaf9
* Set default value of UsePrimaryKeyAsKey to fix streaming, bug #13207
|
16 vuotta sitten |
joost
|
6ceb016593
* Do not set the Transaction property of a TDatabase while assigning TSQLTransaction.Database when the TSQLTransaction is loaded from stream
|
16 vuotta sitten |
joost
|
349ff010a1
' * Do not use a space as FieldNamesQuoteChar but an empty string, so that parameters are parsed correctly
|
16 vuotta sitten |
joost
|
2496c5f30e
* Fixed streaming of TSQLQuery.UpdateSQL, .InsertSQL and .DeleteSQL
|
16 vuotta sitten |
joost
|
c1c62a3ed2
* Implemented retrieval of basic metadata for TODBCConnection (bug 12975)
|
16 vuotta sitten |
joost
|
dcfa75b781
* When TSQLQuery.SetSchemaInfo is used the sql-statement is not set directly anymore, but during the prepare (more Delphi/dbexpress compatible)
|
16 vuotta sitten |
joost
|
f722533e9a
* Removed totally useless "try .. except raise end" block
|
16 vuotta sitten |
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 vuotta sitten |
joost
|
d6903a4bb6
* Moved some code to avoid problems while handling exceptions
|
16 vuotta sitten |
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 vuotta sitten |
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.
|
17 vuotta sitten |
joost
|
ddeea252b5
* Partly reverted r11511 so that a query is prepared only once
|
17 vuotta sitten |
joost
|
a7086e7164
* Allow parameter-names between double-quotes
|
17 vuotta sitten |