Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 914 Bytes

CHANGELOG.textile

File metadata and controls

28 lines (19 loc) · 914 Bytes

CHANGELOG

Version 0.0.2

Major enhancements

  • Added support for SQL views in yaml schemas
  • Added a —update option to bulk:import which forces a “INSERT or UPDATE” on existing key values.
  • Added —include and —exclude options to schema:dump
  • Added —stdin option to schema:check, schema:dump and schema:sql-script

Minor enhancements

  • Restful POST now does a “INSERT or UPDATE” when a key value already exists (will certainly change in the future)
  • Added a basic HTML io generation and —html on bulk:export
  • Schema parts ordering is now guaranteed using ruby 1.9

Bugfixes

  • Fixed the —dry-run option of bulk:import
  • Fixed a contract bug in Sequel’s contract implementation (update returns updated tuple)
  • Fixed a bug on attribute default being false
  • Fixed bugs in SchemaObject’s query methods about object kinds

Version 0.0.1

  • Initial dba subcommands
  • Project start.