This repository has been archived by the owner on Dec 20, 2023. It is now read-only.
Releases: C2FO/patio
Releases · C2FO/patio
v0.2.17
- Changed to use use
pg.js
- Removed the storing of columns in datasets
v0.2.16
- Fixed constraint creation to accept a function when creating or altering constraints.
v0.2.15: Merge pull request #93 from doug-martin/master
- 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
- Converted uses of
.then
to.chain
- Refactored code to not use
.bind
orhitch
for performance.- Test ran in
~15sec
before now~10sec
- Test ran in
- Overall performance increases
v0.2.13
- Updated
multiInsert
to support the returning of results. - Updated the postgres adapter to not change strings with double
_
to identifiers.
v0.2.12
v0.2.11
- Updated 'grouped' methods to handle cases where they are called without an existing clause on the DS, and regenerated docs.