We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does this occur consistently? Repro steps:
Foling the MS Learning tutorial: https://learn.microsoft.com/en-us/training/modules/django-deployment/6-deploy-azure
Action: postgreSQL.createDatabase Error type: 3D000 Error Message: database "hmbpups" does not exist
Version: 0.20.0 OS: win32 OS Release: 10.0.22621 Product: Visual Studio Code Product Version: 1.85.1 Language: en
Parser.parseErrorMessage pg-protocol/parser.js:287:98 Parser.handlePacket pg-protocol/parser.js:126:29 Parser.parse pg-protocol/parser.js:39:38 TLSSocket.<anonymous> pg-protocol/index.js:11:42
The text was updated successfully, but these errors were encountered:
Possibly related to #2180
Sorry, something went wrong.
@JasonYeMSFT Getting the same issue while trying to validate VS Code steps in this MS Learn article: https://learn.microsoft.com/en-us/azure/developer/python/tutorial-deploy-python-web-app-azure-container-apps-02?tabs=azure-cli%2Ccreate-database-vscode-aztools#create-a-database-on-the-server. I've also verified my experience with a co-worker. NOTE: Both of us created a firewall rule that accepts all IP addresses in our Flexible Server instances.
Here's a dump of my VS code about info:
Version: 1.85.2 (user setup) Commit: 8b3775030ed1a69b13e4f4c628c612102e30a681 Date: 2024-01-18T06:40:10.514Z Electron: 25.9.7 ElectronBuildId: 26354273 Chromium: 114.0.5735.289 Node.js: 18.15.0 V8: 11.4.183.29-electron.0 OS: Windows_NT x64 10.0.22631
Here's the version of the Azure Databases extension: v0.20.1
Is there any status update for these two issues (this issue plus the linked one)? Thanks!
@JimacoMS4 I found a bug that causes the code to incorrectly try to connect to the database before it is created. I will think of a fix for this bug.
Successfully merging a pull request may close this issue.
Does this occur consistently?
Repro steps:
Foling the MS Learning tutorial: https://learn.microsoft.com/en-us/training/modules/django-deployment/6-deploy-azure
Action: postgreSQL.createDatabase
Error type: 3D000
Error Message: database "hmbpups" does not exist
Version: 0.20.0
OS: win32
OS Release: 10.0.22621
Product: Visual Studio Code
Product Version: 1.85.1
Language: en
Call Stack
The text was updated successfully, but these errors were encountered: