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

Releases: C2FO/patio

v0.2.17

27 Feb 17:37
Compare
Choose a tag to compare
  • Changed to use use pg.js
  • Removed the storing of columns in datasets

v0.2.16

19 Feb 20:21
Compare
Choose a tag to compare
  • Fixed constraint creation to accept a function when creating or altering constraints.

v0.2.15: Merge pull request #93 from doug-martin/master

10 Feb 23:20
Compare
Choose a tag to compare
  • Updated patio migrate to use an exit code of 1 if the migration fails. #92
  • Fixed the use of hashes in andGrouped* methods.

v0.2.14

29 Jan 18:59
Compare
Choose a tag to compare
  • Converted uses of .then to .chain
  • Refactored code to not use .bind or hitch for performance.
    • Test ran in ~15sec before now ~10sec
  • Overall performance increases

v0.2.13

21 Jan 20:23
Compare
Choose a tag to compare
  • Updated multiInsert to support the returning of results.
  • Updated the postgres adapter to not change strings with double _ to identifiers.

v0.2.12

10 Jan 21:56
Compare
Choose a tag to compare
  • Patio migrate missingArgument undefined #89
  • Using stringToIdentifier on hash keys in select() for doing aliases #87

v0.2.11

20 Dec 18:15
Compare
Choose a tag to compare
  • Updated 'grouped' methods to handle cases where they are called without an existing clause on the DS, and regenerated docs.

v0.2.10

13 Dec 22:25
Compare
Choose a tag to compare

Updated model to store transformed values in the changed hash
Update docs for pr #82

v0.2.0

30 Sep 18:14
Compare
Choose a tag to compare
  • Upgraded pg, mysql, and validator.
  • Added a v0.10 build to travis
  • Merged issue #68