Skip to content

Tags: wavepointcode/loopback-connector-postgresql

Tags

v2.6.3

Toggle v2.6.3's commit message
2.6.3

 * Fix the datasource init (Raymond Feng)

v2.6.2

Toggle v2.6.2's commit message
2.6.2

v2.6.1

Toggle v2.6.1's commit message
2.6.1

 * Fix for loopbackio#145 (Raymond Feng)

v2.6.0

Toggle v2.6.0's commit message
2.6.0

 * Upgrade to pg 6.0.0 (Raymond Feng)

v2.5.0

Toggle v2.5.0's commit message
2.5.0

 * update/insert copyright notices (Ryan Graham)
 * relicense as Artistic-2.0 only (Ryan Graham)
 * Lazy connect when booting from swagger (juehou)
 * Fix typo in SET NOT NULL migration. (Jonas Peter Hyatt)
 * Reverts previous change (jimmylimm)
 * Revert "Moves the default back to VARCHAR(1024) from text" (James Limmer)
 * Moves the default back to VARCHAR(1024) from text (James Limmer)
 * - Adds support for long JSON strings when using `embedOne` from other models. - Converts JSON columns to TEXT for extra length allowance (James Limmer)

v2.4.1

Toggle v2.4.1's commit message

Unverified

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

 * Remove sl-blip from dependencies (Miroslav Bajtoš)
 * Upgrade should to 8.0.2 (Simon Ho)
 * Seperate env variable for test db (cgole)
 * changed USERNAME to USER (cgole)
 * add CI DB server (cgole)

v2.4.0

Toggle v2.4.0's commit message
2.4.0

 * Refer to licenses with a link (Sam Roberts)

 * Use strongloop conventions for licensing (Sam Roberts)

 * Fix the error handling for createTable (Raymond Feng)

 * Add index implementation (Mark Riedesel)

v2.3.0

Toggle v2.3.0's commit message
2.3.0

 * Clean up regexp operator tests (Simon Ho)

 * Fix regexp operator test (Simon Ho)

 * Add regexp operator tests (Simon Ho)

 * Add support for RegExp operator (Simon Ho)

 * Clean up buildExpression function (Simon Ho)

 * Remove NOTICE that doesn't apply (Raymond Feng)

v2.2.1

Toggle v2.2.1's commit message
2.2.1

 * include the length of the column if its a char type. change character varying to varchar to match columnDataType method (Brandon Cooper)

v2.2.0

Toggle v2.2.0's commit message
2.2.0

 * Make sure UTC is used for date (Raymond Feng)

 * Add a test case for date type (Raymond Feng)