Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Releases: C2FO/patio

Adding patio error emit on connection errors

25 Jan 23:14
Compare
Choose a tag to compare

Adding patio error event on connection errors.

Locking down comb proxy dep

25 Jan 23:16
Compare
Choose a tag to compare
  • Lowering comb-proxy dependency so it won't install new 1.0 version.

Node 4-5 Support

15 Jan 22:02
Compare
Choose a tag to compare

Adding Node 4 and 5 support.

v0.9.5

14 Jul 20:28
Compare
Choose a tag to compare
  • Remove id key from being created in a JsonArray
  • Add table inheritance for Postgres

v0.9.3

02 Apr 20:45
Compare
Choose a tag to compare
  • Allow for literal in dataset from clause

v0.9.2

23 Jan 19:36
Compare
Choose a tag to compare
  • Updated comb version

v0.9.1

04 Dec 01:09
Compare
Choose a tag to compare
  • Updated pg module
  • Fixed issue where connection would hang in postgres adapter

v0.9.0

02 Dec 21:19
Compare
Choose a tag to compare
  • Fixed issue with time db type in postgres adapter
  • Added grunt
  • Updated dependencies for mysql and postgres
  • Added support for setting batchSize and highWaterMark when using the stream dataset method

v0.8.1

11 Aug 20:40
Compare
Choose a tag to compare
  • Added Array support for JSON datatypes.

v0.7.0

28 Jun 17:34
Compare
Choose a tag to compare
  • Fix for issue #121 added the table name to the error thrown.
  • Merged #120 this allows tables registered with DB to be looked up properly.
    • This will break any getModel call where a table with the same name is added twice.
  • Added documentation about running tests.