Retrieving data using dbForge

Discussion of open issues, suggestions and bugs regarding database management and development tools for PostgreSQL
Post Reply
dgxhubbard
Posts: 47
Joined: Fri 14 Aug 2015 20:58

Retrieving data using dbForge

Post by dgxhubbard » Tue 03 Jul 2018 00:29

We are running dotConnect for PostgreSQL and we have created a sample database. We can retrieve data from the sample database using EF Core and dotConnect. However using dbForge and I login as the local user or postgres user and right click on a table that has data in our database then "Retrieve Data" shows as blank and 0 of 0 records. How can we view data in our database?

alexa

Re: Retrieving data using dbForge

Post by alexa » Tue 03 Jul 2018 08:31

We will investigate this issue and will answer you as soon as possible.

dgxhubbard
Posts: 47
Joined: Fri 14 Aug 2015 20:58

Re: Retrieving data using dbForge

Post by dgxhubbard » Thu 05 Jul 2018 21:36

Has you been able to find out anything?

dgxhubbard
Posts: 47
Joined: Fri 14 Aug 2015 20:58

Re: Retrieving data using dbForge

Post by dgxhubbard » Fri 06 Jul 2018 20:26

The database is created with a schema name "FOO" and the tables use camel case naming.
Being new to postgresql I found out you have to put quotations around words if you want to be
case sensitive. Could this be causing the problem

alexa

Re: Retrieving data using dbForge

Post by alexa » Fri 13 Jul 2018 10:27

Sorry for the delay on this.

We will fix this issue in one of the next product builds and will notify you once it's available for downloading.

dgxhubbard
Posts: 47
Joined: Fri 14 Aug 2015 20:58

Re: Retrieving data using dbForge

Post by dgxhubbard » Wed 25 Jul 2018 00:20

Thanks Alexa

Post Reply