커밋 기록

작성자 SHA1 메시지 날짜
  joost 5bfbd8e15d * Implemented TBufDataset.Refresh + simple test/fixed test 16 년 전
  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 년 전