Commit History

Author SHA1 Message Date
  blikblum da100b43f7 Use actual item instead of cache item for edit 10 years ago
  blikblum a27cee5cfb * Make GetRecNo return 0 on empty and closed datasets 10 years ago
  blikblum e8175ed0cf * Revert undesired changes introduced in last commit 10 years ago
  blikblum 2fff34b7b7 * Check for nil in BookmarkValid 10 years ago
  blikblum f1db1db8b9 * Move cursor forward instead of backward when deleting 10 years ago
  blikblum 8e9b246042 * Properly set detail sql when master key is null. Issue #11423 10 years ago
  blikblum 6542cfe0ad * Don't fetch all records in detail dataset when master dataset is empty 10 years ago
  blikblum 49a52457dd * Fix access violation in Delete when state = dsEdit 10 years ago
  blikblum 9e0b281bf1 * Did not reset FCurrentItem in GetRecord when called with gmPrior. Fixes calling Resync with rmExact 10 years ago
  blikblum 379c20808f Fix return of CreateTable use SQLITE_DONE instead of SQLITE_OK 10 years ago
  blikblum d0c8c121ab Change variables from PChar to PAnsiChar 10 years ago
  michael 295a3cac38 * 64-bit stream 11 years ago
  blikblum 903bb71e14 sqliteds: better approach to fix compilation with 2.4 and 2.6 fpc compiler 13 years ago
  blikblum 0e675b5adc sqliteds: fix compilation with 2.4 and 2.6 fpc compiler 13 years ago
  marco e328c7c1cb * Rest of fcl-db adapted to use TRecordBuffer. 13 years ago
  blikblum a797a3a38a sqliteds: check FMasterLink.Active before FMasterLink.Dataset to avoid crash when FMasterLink.Dataset = nil 13 years ago
  blikblum c1ccac04ca sqliteds: simplify FindRecordItem and SetFieldData handling of double values since comparison of double is not done by string value anymore 13 years ago
  blikblum f55bf0ff05 sqliteds: fix locate in float / datetime fields. Bug #20545. Patch by Ludo Brands 13 years ago
  blikblum e54c0c7449 * call validate in setfielddata 14 years ago
  blikblum 50861d26ab * Do not change SQL property value internally. Use instead a separated field (FEffectiveSQL) 15 years ago
  blikblum 2ded0b93df sqliteds: * Use Value instead of AsString in SetMasterIndexValue 15 years ago
  blikblum 7bad77aff8 sqliteds: * Create SQLList on demand 15 years ago
  blikblum 4842a5fd1c sqliteds: + Add ExecSQL overload that takes as parameter a TStrings 15 years ago
  blikblum b1ddd060ff sqliteds: + Add property to control if fielddefs will be stored. Default to False 15 years ago
  blikblum 32e7daeee9 * Ensure value 1 is stored for True boolean values (fpc > 2.2 stores -1 in a wordbool when assigned a True boolean value) 15 years ago
  blikblum 9e44456f81 * Implement LastInsertRowId 15 years ago
  blikblum 5f3905f095 * Fix crash when using a lookup field of memo type (correctly calculate field offset) 16 years ago
  blikblum d0783df9f8 * Fix visibility of methods 16 years ago
  blikblum 158ea0a8cd * Use CalcBuffer to get the result in Lookup so the correct variant type is set 16 years ago
  blikblum ba45ced9bf * Optimize case insensitive comparison in Locate/Lookup by encoding the key before hand and by using the ansi functions 16 years ago