Skip to content

v5.0.0

Choose a tag to compare

@wms wms released this 14 Feb 11:27

<a name"5.0.0">

5.0.0 (2017-02-14)

Features

  • inspectors:
    • Enumerate tables used by a view (de806cd3)
    • Add enumeration and schema inspection for Views (fd838f63)
  • schema: Support 'interval' column type (9e0266d5)

Breaking Changes

  • inspect() no longer resolves to an array of table description objects.

inspect() now returns an object, with tables and views arrays.

(fd838f63)