vscode-database-client icon indicating copy to clipboard operation
vscode-database-client copied to clipboard

Database Client For Visual Studio Code

Results 91 vscode-database-client issues
Sort by recently updated
recently updated
newest added

Can you please let me know where I can find the ER diagram functionality? I can see it’s been recently added as part of version 7.5.0. Thank you

question

- Database type and version: Oracle 19c - getting following error when opening the terminal in oracle database. TypeError: Invalid URL at new URL (node:internal/url:775:36) at r.parseUrl (/Users/xxxxxxx/.vscode/extensions/cweijan.vscode-database-client2-7.5.5/out/extension.js:123952:13) at r.getCommonInfo...

bug

i think workspace settings file location is bad when i use workspace, database client setting file is in "first folder in workspace" i hope it is saved in global workspace...

Hey there, I've translated the db2 dialect part of extensions.js. I also added JDBC Driver 'com.ibm.as400.access.AS400JDBCDriver', which was needed to successfully connect to AS400/db2. Here's my result which works absolutely...

我使用的是trino数据库,在如下查询: select date(register_time),count(1) from dw.user_search group by 1; 显示的结果经常会缺几天的数据,重复执行结果会随机变化。 点击显示结果的排序按钮,或者添加order by 1时,结果是正确的。例如: select date(register_time),count(1) from dw.user_search group by 1 order by 1;

bug

如何清除SQL HISTORY的历史纪录和底部状态栏的记录 How to clear the history of "SQL HISTORY" and the bottom Status Bar's history

question

Hi, I am trying to connect to Tibco Data Virtualization through a custom JDBC connection using the JDBC extension. I bring my own JAR, and provide the connection string and...

question

- Database type and version: Postgres 16 - While working in Docker Compose file, the docker extensions provides a play button in the editor gutter are for running compose up...

bug

- Database type and version: Postgres15 I'm unable to copy text from query result sets making data analysis and exploration work more difficult. Keyboard shortcuts and the UI don't allow...

bug

你好,我使用SQL Server时导出数据和表结构后,在sql文件发现在insert语句中,整型数据多出三个单引号,导致无法将该sql文件导入到其他数据库中,请问如何解决?谢谢 ![swappy-20241009-222710](https://github.com/user-attachments/assets/27f2c745-b299-4210-951f-379e28569f06)

question