Skip to content

Releases: microsoft/pgtoolsservice

v1.6.4-mysql

03 Jan 04:18
91ab1f2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.3-mysql...v1.6.4-mysql

Release 1.5.0

31 Aug 23:54
bed6e62
Compare
Choose a tag to compare

Fixed Bugs:

  • Update psycopg version to 2.7.5
  • Fixed batch execute function to avoid "cursor does not exist" operational error
  • Fix query editor connect/disconnect
  • Fixed macos expanding database object nodes
  • Fix create as view query syntax error

Feature:

  • Added support for Backup Restore for all version of PG servers

v1.5.0-alpha.11: Add backup support for all versions (#273)

01 Sep 07:02
bed6e62
Compare
Choose a tag to compare
* Add support for different versions for backup/restore

- Now dump and restore is supported for PG 9.5, 9.6, 10, 11, 12
- Added pg_dump executables and associated dlls for all versions of PG
- Based on the version of the server, it finds the folder where to look for pg_dump/pg_restore exe and uses that to execute backup and restore

v0.0.0-alpha.1

21 Aug 18:18
Compare
Choose a tag to compare
v0.0.0-alpha.1 Pre-release
Pre-release

Release for backup support

v1.5.0-alpha.10: Refactor tools service to support MySQL provider (#267)

13 Aug 07:01
483ff6b
Compare
Choose a tag to compare
* Merge with MySQL/MariaDB branch

* Adjust services to be provider flexible, added MySQL support and re-branded pgtooslservice to ossdbtoolsservice.

MySQL Release 0.0.1-alpha

07 Aug 02:21
Compare
Choose a tag to compare
Pre-release

Private tools service release for testing MySQL to Master merge.

v1.5.0-alpha.9: Update PTVSD from 2.20 to 4.3.2 (#240)

16 Jun 07:01
3b0db54
Compare
Choose a tag to compare
* updated ptvsd

* Fixed flake8 errors

v1.5.0-alpha.8: Update psycopg to version 2.7.5 (#237)

24 Apr 07:02
45ca226
Compare
Choose a tag to compare
* Update to 2.7.5

* Fixing flake error

* Replace is with ==

v1.5.0-alpha.7

24 Mar 07:01
3961d93
Compare
Choose a tag to compare
v1.5.0-alpha.7 Pre-release
Pre-release
do not convert json returned by the server (#235)

Release 1.4.0

26 Mar 00:54
3961d93
Compare
Choose a tag to compare

Fixed bugs:

  • handle tsrange and numrange queries
  • handle json returned by the server
  • fix query execution with # in query