Commit History

Author SHA1 Message Date
  marco e0ff04449b --- Merging r13968 into '.': 15 years ago
  marco 00232d5b1b --- Merging r13841 into '.': 15 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
  blikblum 13c881c9ea * Complement to fix of case insensitive comparison in Locate/Lookup: handles partial key 16 years ago
  blikblum 113e2f2431 * Fix case insensitive comparison in Locate/Lookup 16 years ago
  blikblum e4d43bea8a * Added helper routines to be used with QueryUpdates: GetSQLValue and ClearUpdates 16 years ago
  blikblum 9e11694afe * Trigger deFieldChange event when in Blob/memo fields 16 years ago
  blikblum 7f6b246136 * Allow string fields to be used as primary key 16 years ago
  blikblum d191ae1fc9 * Allow ApplyUpdates to insert added records if PrimaryKey is not set and if there's no updated or deleted records 16 years ago
  blikblum 368fdc2a3d * Fixes to ApplyUpdates: 16 years ago
  blikblum 986553771d * Raise an exception in ExecSQLList 16 years ago
  blikblum d2117f9285 * Set ReturnCode value after a call to ExecSqlList 16 years ago
  blikblum 49001ee67a * set default values for published properties 16 years ago
  blikblum df7a6b0f5d * Make SqliteVersion a class method 16 years ago
  blikblum 0a4f4ea8e1 * Remove debug code 16 years ago
  blikblum 2503a6fb8d * Fix calculation of fieldoffset in Get/SetFieldData 16 years ago
  blikblum daa5fed573 * Retrieve the string field size from the sqlite field description 16 years ago
  blikblum a10de0a71f * Use FieldDefs instead of Fields in Set/GetFieldData 16 years ago
  blikblum d72a9cfa48 * Implement ClearCalcFields 16 years ago
  blikblum ea52fee334 * Change ApplyUpdates to use FieldDefs instead of Fields to prevent errors when number of fields does not match with number of fieldefs 16 years ago
  blikblum 63419e3a2e * Publish OnCalcFields 16 years ago
  blikblum 2cb3d83676 * Implement get/setdata for calculated fields 16 years ago
  blikblum e8782e0985 * Create FIndexFieldList on demand 16 years ago
  blikblum 5166d8afef + Added FCalcFieldList to hold the calculated fields 16 years ago
  blikblum 09515e6b34 * Generate detail sql used in masterdetail using the fielddefs instead of hardcoding to all fields 16 years ago
  blikblum d69d875d2a * Refactor InternalInitFieldDefs to allow retrieve the FieldDefs without opening the dataset (Fix InitFieldDefs) 16 years ago
  blikblum 9d6694a692 * Return an empty variant in Lookup if no record is found 16 years ago
  joost 1099eabc87 Patch from Luiz Americo 16 years ago
  joost 332d850f1e Patch from Luiz Americo, bug #12703 16 years ago
  joost ad9d126239 Patch from Luiz Americo, mantis 12700 16 years ago