Page 1 of 1

Retrieving data using dbForge

Posted: Tue 03 Jul 2018 00:29
by dgxhubbard
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?

Re: Retrieving data using dbForge

Posted: Tue 03 Jul 2018 08:31
by alexa
We will investigate this issue and will answer you as soon as possible.

Re: Retrieving data using dbForge

Posted: Thu 05 Jul 2018 21:36
by dgxhubbard
Has you been able to find out anything?

Re: Retrieving data using dbForge

Posted: Fri 06 Jul 2018 20:26
by dgxhubbard
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

Re: Retrieving data using dbForge

Posted: Fri 13 Jul 2018 10:27
by alexa
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.

Re: Retrieving data using dbForge

Posted: Wed 25 Jul 2018 00:20
by dgxhubbard
Thanks Alexa