microsoft / vscode-postgresql

PostgreSQL extension for VSCODE
Other
394 stars 50 forks source link

Unable to execute any query on Redshift #54

Open match-gabeflores opened 4 years ago

match-gabeflores commented 4 years ago

Steps to Reproduce:

  1. Connect to Redshift using host, port, credentials and database
  2. execute any sql query ('SELECT 1')
  3. Query does not execute, receive error message

Started executing query at Line 1 cursors can only be used within the transaction that created them. Total execution time: 00:00:00.037

image