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

Releases: sqlectron/sqlectron-core

v9.0.4

04 Mar 00:25
Compare
Choose a tag to compare

Bug Fixes

  • fix readJSONFileSync not always using utf8

v9.0.3

17 Feb 01:05
Compare
Choose a tag to compare

Bug fixes

  • revert env-paths dependency version bump (caused wrong location for Sqlectron/Config directory)

v9.0.2

17 Feb 00:44
Compare
Choose a tag to compare

Bug Fixes

  • Add missing setSelectLimit function export to top-level index exports

v9.0.1

16 Feb 00:31
Compare
Choose a tag to compare

Dependencies

  • Update mkdirp from ^0.5 to ^1.0
  • Update uuid from ^3 to ^8
  • Update sqlectron-db-core to ^0.7.0

v9.0.0

23 Jan 03:19
Compare
Choose a tag to compare

Breaking Changes

  • Set minimum supported Node version to 10+
  • Limit value is now set via explicitly calling setSelectLimit

Features

  • Add table create sql for sqlite

Refactor

  • Remove usage of bitwise operator and indexOf in favor of using includes
  • Separate out db/ into its own package sqlectron-db-core. The exports for this package remains the same.

v8.3.2

20 Oct 02:33
Compare
Choose a tag to compare
  • Fix regression in using sqlserver query function

v8.3.1

18 Oct 04:40
Compare
Choose a tag to compare
  • Update README with new features from last few releases

v8.3.0

18 Oct 04:17
Compare
Choose a tag to compare

Improvements

  • upgrade mssql dependency to ^6 (#112)
  • allow setting config path via environment variable (#116)

Bugfixes

  • remove duplicate database.connecting check (#115) (thanks @thomaspet)
  • fix getQuerySelectTop not properly using limit parameter (61b8203, #117)

v8.2.0

18 Aug 18:19
a6c977d
Compare
Choose a tag to compare

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)

v8.1.1

26 Jun 19:02
Compare
Choose a tag to compare

Fixes

  • Fix version query for postgres breaking redshift