Skip to content
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.

v8.2.0

Compare
Choose a tag to compare
@MasterOdin MasterOdin released this 18 Aug 18:19
a6c977d

Improvements

  • Bump lodash from 4.17.15 to 4.17.19 (#109)
  • add versionCompare utility function (#100)
  • Add getVersion function to db clients to get version details (#104)
  • Add official support for redshift (postgres 8.0) (#109)
    • Fix getting DDL for create table and routines on redshift

Testing

  • Use dsn to define db environments for tests (#99)
  • Simplify check in db.spec.js for mysql-like clients (#103)
  • Cleanup usage of connection-string library (#102, #106)
  • Simplify CI environment to match test config defaults (#105)