Skip to content

Releases: luads/php-xbase

1.2.0

25 Jul 17:37
f2491e9
Compare
Choose a tag to compare

Better support for different DBF table types

  • MemoFactory for different Memo types
  • dBase7 support

Fixed

1.1.0

18 Feb 17:23
Compare
Choose a tag to compare

Changes:

  • up composer php version to 7.1

Added:

  • Table::pickRecord method allows to get record by index without moving file pointer.
  • Enum classes with const for TableType, FieldType, etc.
  • Record::getDateTimeObject return php \DateTime object for D type columns.

Fixed issues:

#35 Record:getNum not returns false if value is '0' (zero char)
#75 Some columns cannot be read
#78 Can’t insert dates in DBF

1.0.7

29 Jan 15:43
ce78739
Compare
Choose a tag to compare

#74 Record add getData and getChoppedData functions