Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

Latest commit

 

History

History
54 lines (41 loc) · 1.38 KB

CHANGELOG.md

File metadata and controls

54 lines (41 loc) · 1.38 KB

Change Log

All notable changes to the "vscode-postgres" extension will be documented in this file.

[Unreleased]

[1.0.7] - 2018-05-16

Added

  • Schema support to table nodes and capitalized table names by @jgoday

[1.0.6] - 2018-05-12

Fixed

  • Code Completion: grouped fields of the same data type together and show all the tables/views they belong to in a list

[1.0.5] - 2018-05-11

Fixed

  • Status bar text when connection is not labelled

[1.0.4] - 2018-05-11

Added

  • Display label for postgres connections by @peterbam
  • Rename command for display label

[1.0.3] - 2018-05-10

Added

  • Show "Run Query" command errors using notifications

[1.0.2] - 2018-05-09

Added

  • Support for DB Views in the database explorer and code completion

[1.0.1] - 2018-05-07

Added

  • Support for custom activity bar

[1.0.0] - 2018-05-05

Fixed

  • Connection button, now properly asks for the connection instead of the database.

Added

  • Syntax highlighting
  • Connection aware code completion (keywords, functions, tables, and fields)
  • In-line error detection powered by EXPLAIN (one error per query in editor)
  • Basic function signature support (connection aware)

[0.0.6] - 2018-04-30

Fixed

  • Repository link
  • Output Console Name for Language Service

Added

  • Ability to save results to JSON, XML, or CSV.

[0.0.5] - 2018-04-30

  • Initial release