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

Releases: sqlectron/sqlectron-core

v7.1.0

06 Nov 00:18
Compare
Choose a tag to compare
  • Replace a single connection with a pool of connections. So is possible execute multiple queries at same time.
  • Add new API query on clients that allows cancel an executing query.
  • Allow set the domain property for mmsql connections.
  • Set the application name for PG connections.

v7.0.0

12 Oct 14:00
Compare
Choose a tag to compare
  • Add support for schemas for postgresql and sqlserver (by @eMerzh)
  • Remove timeout for mssql (#32) (by @eMerzh)
  • Fix mysql ssl options applying config to wrong object
  • Add wrapper in all columns for generated scripts

Breaking change: Requires node 6 or higher.

v6.3.1

21 Aug 20:07
Compare
Choose a tag to compare
  • Add some missing disabled features for Cassandra
  • Remove required validation from user field

v6.3.0

21 Aug 18:58
Compare
Choose a tag to compare
  • Add support for Cassandra DB

It is a simple support for Cassandra. Simple because Cassandra driver provides less informations for some executions than other DBs drivers, such as affected rows. And Cassandra is a no-sql database, so there is no structures like views, function, procedures and others. Also to keep compatibility with the other clients we treat Cassandra keyspaces as database.

v6.2.0

12 Jun 15:14
Compare
Choose a tag to compare
  • Database connection API extension: added getTableKeys method

v6.1.1

05 Jun 21:10
Compare
Choose a tag to compare
  • Add quoting for postgreql by @eMerzh 👏

v6.1.0

02 Jun 11:08
Compare
Choose a tag to compare
  • Database connection API extension: added getTableReferences method
  • Fix truncateAllTables method for MySQL and SQL Server

v6.0.1

01 Jun 22:46
Compare
Choose a tag to compare
  • Fix SSH tunnel local port 66829b4

v6.0.0

24 May 21:22
Compare
Choose a tag to compare
  • Rename passphrase to privateKeyWithPassphrase (break change) bc033e8

v5.0.0

24 May 21:18
Compare
Choose a tag to compare
  • Add support to use SSH passphrase
  • Avoid cast DB types to native JS Date Objects (break change)

Kind of a breaking change because change the value type. But actually should not break anything.