Releases: microsoft/pgtoolsservice
Releases · microsoft/pgtoolsservice
v1.5.0-alpha.7
do not convert json returned by the server (#235)
Release 1.4.0
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)
* Changes to build pgtoolsservice * Update converters to handle null * Revert "Changes to build pgtoolsservice" This reverts commit 8abf970d791b391e5343b3e8ba3c7665cf6f339e.
v1.5.0-alpha.5
Add ability for service to accept azureAccountToken from ADS client (…
Release 1.3.0
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)
* 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
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)
* include pg11 script files * Adding pgadmin4 header for pg11 scripts * fix the memory view test
v1.5.0-alpha.2
Add support for JSONB datatype. (#208)
Release 1.1.0
- Adding compatibility with JSON/JSONB
Thank you andershermansen for the fix