Skip to content

Releases: microsoft/pgtoolsservice

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

v1.5.0-alpha.6: Handling null for tsrange and numrange queries (#231)

09 Mar 07:01
6296a20
Compare
Choose a tag to compare
* Changes to build pgtoolsservice

* Update converters to handle null

* Revert "Changes to build pgtoolsservice"

This reverts commit 8abf970d791b391e5343b3e8ba3c7665cf6f339e.

v1.5.0-alpha.5

28 Jan 02:36
Compare
Choose a tag to compare
v1.5.0-alpha.5 Pre-release
Pre-release
Add ability for service to accept azureAccountToken from ADS client (…

Release 1.3.0

20 Feb 00:21
Compare
Choose a tag to compare

This release includes -

  • Enable login to PostgreSQL with AAD
  • Project Support
  • Skipping intellisense for non PSQL language flavor

v1.5.0-alpha.4: Fix for No file corresponding to the given URI (#219)

20 Sep 07:03
24d8167
Compare
Choose a tag to compare
* unquoting the file uri before its is used as a key for the opened files

* Updated missing changes to handle pop and get and search

Release 1.2.0

19 Sep 17:26
24d8167
Compare
Choose a tag to compare
Release 1.2.0 Pre-release
Pre-release
Fix for No file corresponding to the given URI (#219)

* unquoting the file uri before its is used as a key for the opened files

* Updated missing changes to handle pop and get and search

v1.5.0-alpha.3: Include PG11 script files (#212)

10 Jun 03:44
dc634a4
Compare
Choose a tag to compare
* include pg11 script files

* Adding pgadmin4 header for pg11 scripts

* fix the memory view test

v1.5.0-alpha.2

20 Mar 07:01
Compare
Choose a tag to compare
v1.5.0-alpha.2 Pre-release
Pre-release
Add support for JSONB datatype. (#208)

Release 1.1.0

09 Apr 18:43
Compare
Choose a tag to compare
  • Adding compatibility with JSON/JSONB

Thank you andershermansen for the fix