Skip to content

Tags: Denys8/loopback-connector-postgresql

Tags

v3.9.1

3.9.1

 * fix readme layout (Agnes Lin)
 * fix README display on the site (Agnes Lin)
 * Exclude 'deps' and '.github' from npm publish (Dominique Emond)
 * fix (Agnes Lin)
 * tests: column should be discovered and mapped (Agnes Lin)
 * fix: `DEFAULT` for null values in where clause (DEEPAK RAJAMOHAN)
 * fix postgres random ci failure (Agnes Lin)

v3.9.0

3.9.0

 * doc: added readme info on defaultIdSort (Erik de Groot)
 * feat: Added defaultIdSort setting for find method (Erik de Groot)
 * chore: update copyright year (Diana Lau)

v3.8.3

3.8.3

 * add missing package chalk (Agnes Lin)

v3.8.2

3.8.2

 * fix schema name with pascal case (Agnes Lin)
 * chore: update CODEOWNERS file (Agnes Lin)
 * fix: allow string type id to be auto-generated (Agnes Lin)

v3.8.1

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
3.8.1

 * fix(pool): synchronously release pool connection (Samuel Reed)
 * Handler for with(out) time zone time(stamp) types (Stefano Pirra)
 * chore: improve issue and PR templates (Nora)
 * chore: exclude "good first issues" from stalebot (Miroslav Bajtoš)
 * Fix eslint violations (Miroslav Bajtoš)

v3.8.0

3.8.0

 * chore: set package-lock=false in .npmrc (Aidan Harbison)
 * Extends test structure to cover fix (Viktor Shanin)
 * Fix Index upgrade (Viktor Shanin)
 * fix: jsdoc (loopbackio#385) (Janny)
 * Enable Travis CI integration (Miroslav Bajtoš)
 * Manually fix remaining linting violations (Miroslav Bajtoš)
 * Auto-fix linting violations (Miroslav Bajtoš)
 * Update eslint to ^6.0.1 (Miroslav Bajtoš)
 * Update dev-dependencies (Miroslav Bajtoš)

v3.7.0

3.7.0

 * chore: update dependencies (Diana Lau)
 * Updated dependency module `debug` (noctifer)
 * Drop support for Node.js 6 (Miroslav Bajtoš)
 * chore: update copyrights years (Agnes Lin)
 * Run shared tests from both v3 and v4 of juggler (Miroslav Bajtoš)
 * Move mocha config to test/mocha.opts (Miroslav Bajtoš)
 * Improve error messages in autoupdate test (Miroslav Bajtoš)
 * chore: connector flag for no array type support (biniam)

v3.6.1

3.6.1

 * Fix cannot create foreignkey (loopbackio#371) (Hung)
 * Add regression test (jlawrencecfm)
 * Use canonical index name when dropping (jlawrencecfm)
 * add @elv1s as CODEOWNERS (Diana Lau)

v3.6.0

3.6.0

 * add code comment (elv1s)
 * bug fix for multiple fk (elv1s)
 * Fix timestamp precision force isActual to false (Rafael D. Fito)

v3.5.1

3.5.1

 * Update CODEOWNERS to reflect the current status (Diana Lau)
 * add support for create and delete foreign key (elv1s)