Releases: sqlectron/sqlectron-core
Releases · sqlectron/sqlectron-core
v9.0.4
04 Mar 00:25
Compare
Sorry, something went wrong.
No results found
Bug Fixes
fix readJSONFileSync not always using utf8
v9.0.3
17 Feb 01:05
Compare
Sorry, something went wrong.
No results found
Bug fixes
revert env-paths dependency version bump (caused wrong location for Sqlectron/Config directory)
v9.0.2
17 Feb 00:44
Compare
Sorry, something went wrong.
No results found
Bug Fixes
Add missing setSelectLimit function export to top-level index exports
v9.0.1
16 Feb 00:31
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Fix regression in using sqlserver query function
v8.3.1
18 Oct 04:40
Compare
Sorry, something went wrong.
No results found
Update README with new features from last few releases
v8.3.0
18 Oct 04:17
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Fixes
Fix version query for postgres breaking redshift