vscode-postgres
vscode-postgres copied to clipboard
PostgreSQL extension for vscode providing explorer, highlighting, diagnostics, and intellisense
Bumps [webpack](https://github.com/webpack/webpack) from 5.38.1 to 5.76.0. Release notes Sourced from webpack's releases. v5.76.0 Bugfixes Avoid cross-realm object access by @Jack-Works in webpack/webpack#16500 Improve hash performance via conditional initialization by @lvivski...
Currently, running SQL queries does not work if the file type is simply SQL (default). Therefore, running SQL may cause, for example, an attempt to run the file as PHP...
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...
Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.0 to 2.0.4. Release notes Sourced from loader-utils's releases. v2.0.4 2.0.4 (2022-11-11) Bug Fixes ReDoS problem (#225) (ac09944) v2.0.3 2.0.3 (2022-10-20) Bug Fixes security: prototype pollution exploit...
## Background ## UUID is supported in my Postgres version, and when an .sql file created using the UUID it does exist and is successful. ## Overview ## In an...
**Use Case**: User wants to quickly view the data in a particular table in the Postgres Explorer. **Current Behaviour**: User needs to select a table, right click to open the...
## Issue When using the [`ckolkman.vscode-postgres`](https://marketplace.visualstudio.com/items?itemName=ckolkman.vscode-postgres) extension in GitHub Codespaces or dev containers, currently we have to manually add connection details (host, username, password, etc.) each time. This is time-consuming...
Type: Bug I ran my code today morning and it was going smooth, but now when I started this afternoon then it's stating that error making new connection, searched for...