microsoft / vscode-postgresql

PostgreSQL extension for VSCODE
Other
393 stars 50 forks source link

support for cockroach db #44

Open ridhozhr10 opened 5 years ago

ridhozhr10 commented 5 years ago

Steps to Reproduce:

  1. add new connection profile
  2. execute simple query ("select 1")

expected : returning query result

actual : got error

Started executing query at Line 1
syntax error at or near "declare" 
Total execution time: 00:00:00.001

since cockroachDB use postgresql driver to connect, i think it should be possible