You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When generating DDL for existing views, although in the database the views have different scripts the plugin generates for all views the same DDL. I cannot reproduce which DDL actually takes, I guess it is from the last view created.
To Reproduce
Steps to reproduce the behavior:
Open the object tree and go to views in a database
Right click on the view name
Select Script as create
Expected behavior
The correct view script should be displayed with CREATE OR REPLACE VIEW ...
Desktop (please complete the following information):
OS: Windows 11
ADS (please complete the following information):
Version: 1.50.0 (system setup)
Commit: 49c73a84388731fec941dac8d938345ac16bd470
Date: 2024-11-17T22:41:05.327Z
VS Code: 1.82.0
Electron: 30.5.1
Chromium: 124.0.6367.243
Node.js: 20.16.0
V8: 12.4.254.20-electron.0
OS: Windows_NT x64 10.0.26100
ADS PostgresSQL etension version: 0.6.0
PostgreSQL version: PostgreSQL 17.2 (Debian 17.2-1.pgdg120+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit
The text was updated successfully, but these errors were encountered:
Describe the bug
When generating DDL for existing views, although in the database the views have different scripts the plugin generates for all views the same DDL. I cannot reproduce which DDL actually takes, I guess it is from the last view created.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The correct view script should be displayed with CREATE OR REPLACE VIEW ...
Desktop (please complete the following information):
ADS (please complete the following information):
Version: 1.50.0 (system setup)
Commit: 49c73a84388731fec941dac8d938345ac16bd470
Date: 2024-11-17T22:41:05.327Z
VS Code: 1.82.0
Electron: 30.5.1
Chromium: 124.0.6367.243
Node.js: 20.16.0
V8: 12.4.254.20-electron.0
OS: Windows_NT x64 10.0.26100
ADS PostgresSQL etension version: 0.6.0
PostgreSQL version: PostgreSQL 17.2 (Debian 17.2-1.pgdg120+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit
The text was updated successfully, but these errors were encountered: