Commit History

Author SHA1 Message Date
  reiniero a12e5406c7 * fcl-db: limit allowed blob types to real blob types only. Provide ftBlobTypes to third party code useful for determining blob types instead of TBlobType. 11 years ago
  reiniero 7702488182 * fcl-db: set blob field type for blob fields in SetDataType; fixes mantis issue #26064 11 years ago
  reiniero 6d9aa6e90f fcl-db: cosmetic 11 years ago
  reiniero fadbe3b43e fcl-db: 11 years ago
  reiniero b2813cc627 fcl-db: cosmetic: 11 years ago
  reiniero 77d74614cb fcl-db: cosmetic 11 years ago
  lacak 17ad74aba4 fcl-db: base: cosmetic 11 years ago
  michael c3a0d0ece3 * Applied patch from Luiz Americo with some optimizations. (Bug ID 25745) 11 years ago
  michael 1db294bc19 * Add convenience method for adding fielddefs 11 years ago
  michael 882eca6b09 * Correct use of FieldDefs factory. Bind FieldDefs to fields. 11 years ago
  michael a9f1a8ae0b * Introduced factory possibility for TParams, TFieldDefs 11 years ago
  lacak f24d30105e fcl-db: base: improve Blob handling. When writting empty blob set null on. raise data event FieldChange after data are written, not before. 12 years ago
  lacak 721d695ae4 fcl-db: base: implements AsBytes for TBlobField 12 years ago
  lacak eeabb9403e fcl-db: base: change formal data type of AsInteger to Longint instead of Integer (in objpas mode it is same as Integer) to be Delphi compatible. 12 years ago
  lacak 371deafcdc fcl-db: base: consistent usage of AsInteger and AsLongint. Bug #24456 12 years ago
  lacak 9168f1cbd3 fcl-db: formatting (unification char-case) 12 years ago
  lacak e280a8d97e fcl-db: base: TBinaryField.AsVariant should return variant Null when Field.IsNull 12 years ago
  ludob 77e2d443d4 fcl-db: added TBCDField.AsBCD support 12 years ago
  lacak c844ae8cb5 fcl-db: fields: use new implemented FormatBCD function to format TFMTBCDField. Depends on rev.24128! Bug #24096 12 years ago
  lacak 502ed76da2 fcl-db: base: add AsLargeInt for TFloatField 12 years ago
  lacak cf5bd7e5c1 fcl-db: base: add AsLargeInt for TFMTBCDField 12 years ago
  lacak ffefefc1dc fcl-db: when moving odd number bytes from blob stream into widestring allocate sufficient space. (f.e. if Len=1 then Len div 2 = 0) 12 years ago
  ludob 35f1339404 sqldb: Modified ftAutoinc behavior slightly to match Delphi behavior and allow updating of ftAutoInc fields for those db backends that support it. Added support for odbc ReadOnly fields. Patch from Lacak2 Mantis #22531 13 years ago
  reiniero 307b617372 * Deal with DataSize of TStringField being larger than dsMaxStringSize 13 years ago
  michael fdf66d1be9 * take care of destructor being called if constructor failed 13 years ago
  michael 74149ab196 * Patch from Luiz Americo for some cleanup (bug ID 22550) 13 years ago
  marco aa7a980a6f * patch for mantis #22371 TTimeField.SetAsString stores data as NativeFormat corrupting time fields 13 years ago
  marco 2ae09dc995 * Patch from Perdhevi/Lacak2 to improve keyfields existence. 13 years ago
  marco e76a0c1d46 * Allow setting autoinc fields in dsFilter,dsSetKey,dsInsert. Mantis #17624, patch by Lacak2. 13 years ago
  marco 865220f3d6 * Check for empty lookup-field dataset before iterating, Mantis #21383, 13 years ago