microsoft / vscode-postgresql

PostgreSQL extension for VSCODE
Other
392 stars 50 forks source link

VS Plugin not working, on 'Retrieve Data' -- Table does not exists. #85

Open ZooDoo4U opened 3 years ago

ZooDoo4U commented 3 years ago

Steps to Reproduce:

  1. Setup Postgres for my ASP.net Identity database.
  2. Installed the extension for working with Postgres from the View::Server.
  3. Connected to my "asp.net" database, able to view tables/views as expected.
  4. Now from the Server explorer right mouse click on a table "Retrieve Data" expected to get the data...

Actual result: (how does the table not exist i used the context menu to 'Retrieve Data')


Microsoft Visual Studio

SQL Execution Error.

Executed SQL statement: SELECT Id, UserName, NormalizedUserName, Email, NormalizedEmail, EmailConfirmed, PasswordHash, SecurityStamp, ConcurrencyStamp, PhoneNumber, PhoneNumberConfirmed, TwoFactorEnabled, LockoutEnd, LockoutEnabled, AccessFailedCount, FirstName, LastName, C... Error Source: Npgsql Error Message: 42P01: relation "aspnetusers" does not exist

OK Help