Commit History

Author SHA1 Message Date
  joost a7086e7164 * Allow parameter-names between double-quotes 16 years ago
  joost 138280cb6d * UsePrimaryKeyAsKey default value is true, bug #12257 16 years ago
  joost c79e23c5eb * Register DataPacketReaders 17 years ago
  joost e3e2b60b02 * Implemented FileName property. If set, the dataset is read from file on opening and saved to file on closing 17 years ago
  michael d39c352d92 * Fixed prepare for select statements 17 years ago
  michael cc0c2d6467 * SqlScript committed 17 years ago
  michael b32a493b7d * Fixed memory leak when re-assigning datasource property 17 years ago
  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 years ago
  joost 6f3e1bba28 * Fixed bug #8442 + test 17 years ago
  joost 983e723262 * Implemented Port property (bug 10533) 17 years ago
  joost c48fe41781 * Patch from Jesus Reyes to set a default for ParseSQL (bug 10798) 17 years ago
  joost 3bc2f94398 * Implemented TBufDataset.IndexFieldNames (+test) 17 years ago
  joost 321be49ff5 * Added TSQLQuery.ServerIndexDefs, the indexes on the server are now stored in this new property instead of IndexDefs which from now on only stores the local indexes 17 years ago
  joost ce9b080854 * Always reset FUpdateable when calling the SQLParser (+test) 17 years ago
  joost 3852af4afb * Moved StringsReplace from sqldb to strutils 17 years ago
  joost 9f97f670ab * Moved implementation of IndexDefs from sqldb to bufdataset 17 years ago
  michael c4c6f3f655 * Setting TSQLQuery.Transaction sets TSQLQuery.Database and vice versa. Same for TSQLTransaction.Database and Database.Transaction 17 years ago
  joost dc33a9bc87 * Not only a comma is a seperator in the from-clause of a query. Fixes bug #10148 (+test) 17 years ago
  joost 9080909740 * TSQLQuery.StatementType should not be published 18 years ago
  joost 53b6757c6e * Removed unused SetIndexDefs 18 years ago
  joost 1f9443f90f * implemented GetFieldNames 18 years ago
  joost 3e2b2b3aa5 * Removed unnecessary "as" calls, added class-type checks in SetDatabase 18 years ago
  joost c39b663201 * Patch from Andrey Gusev to implement TSQLQuery.GetRowsaffected + test 18 years ago
  joost a701dab36c * Fix for empty searchstrings in stringsreplace 18 years ago
  joost 865386b464 * some fixes for queries with more then 10 parameters + tests 18 years ago
  joost 327c0834ac * Trim obtained names in GetDBInfo 18 years ago
  michael 6e75a2da3c * Re-published properties that disappeared 18 years ago
  joost f88fca7d83 * If Serverfilted is true, use the ServerFilter instead of the normal Filter 18 years ago
  michael a093c52815 * Added check for circular datasource reference in case datasource not nil 18 years ago
  michael 9bc1c04688 * Added check for circular datasource reference 18 years ago