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

Releases: sqlectron/sqlectron-core

v1.4.0

15 Dec 20:36
Compare
Choose a tag to compare
  • Add support to set the SSL connection option

v1.3.1

15 Dec 00:43
Compare
Choose a tag to compare
  • Fix problem accessing the query result when it is empty

v1.3.0

12 Dec 21:54
Compare
Choose a tag to compare
  • Include support for MSSQL (by @luisrudge) 👏
  • Expose supported database clients

v1.2.0

10 Dec 02:14
Compare
Choose a tag to compare
  • executeQuery now also includes rowCount and affectedRows

v1.1.0

22 Nov 18:48
Compare
Choose a tag to compare
  • Add support to execute a query with multiple statements

v1.0.0

15 Nov 19:36
Compare
Choose a tag to compare

Breaking changes

  • getQuerySelectTop now returns a Promise
  • servers.prepareConfig now is config.prepare
  • servers.getAll now returns only the servers data

This commit may help you upgrading to this version.