Skip to content

v0.10.7

Choose a tag to compare

@lorenzo lorenzo released this 25 Apr 09:55
ba2dae9

Bug Fixes

  • Several bug fixes introduced in 0.10 related to the batching of alter table statements (#1523)
  • Fixed DSN parsing (#1433)
  • SQLite Adapter now respects LIMIT on CHAR typed columns (#1518)
  • Fixes decimal info getColumns() (#1466)
  • Prevent data insertion when passing an empty array (#1496)
  • Quote column names when running CHECK command (#1444)

New Features

  • Add double type (#1493)
  • Add Exit Status 1 on Exception (#1462)
  • Non integer primary sqlite (#1450)
  • Add feature to be able to define a boostrap script (#1455)
  • Add small integer support to all Mysql, SqlServer and Sqlite (#1438)
  • Make removeIndex work with one column as a string (#1437)