Skip to content

v0.10.8

Choose a tag to compare

@rquadling rquadling released this 08 Jul 17:01

Bug Fixes

  • [PDO & SQLite] Quoting (#1542)
  • [Postgres] Fix truncate table (#1555, #1474)
  • [SQLite] Fix truncate table (#1556)
  • [SQLite] Fixes to index handling (#1545)
  • [SQLite] Improved dropDatabase, and other minor fixes (#1533)
  • [SqlServer] Fix SqlServer syntax after making precision alias of limit (#1529)

New Features

  • Add double type (#1493)
  • Introduce --set and --unset options for breakpoints (#1560)
  • [SQLite] Implement hasPrimaryKey and hasForeignKey (#1548)
  • [SQLite] New implementation of getColumns (#1554)

Other Changes

  • Document that double is now a valid column type (#1527)
  • Enable testing for PHP 7.3
  • Typos in documentation (#1525)
  • Updated documentation regarding the use of saveData() rather than save() in seeds (#1473)