Postgres - No columns info avaiable

Wappler Version : 3.7.6
Operating System : Mac OS Catalina
Server Model: node.js
Database Type: Postgres
Hosting Type: Docker

Expected behavior

What do you think should happen?

I created a table and the fields are suposed to be shown

Actual behavior

What actually happens?

There is a message “No columns info avaiable” and on properties:

An error has ocurred connecting to the database!
Make sure you have entered the right connection info at target options

How to reproduce

  1. Create an app with node.js and postgres database + docker
  2. Create a table with PK as BIG INCREMENT

Below, some screens showing the docker container is started correctly and the project settings:

Below, the successfully connection test on database manager:

UPDATE: I downgraded Wappler to 3.7.4 and the error remains the same and PLUS: news changes are not working, but rollback changes are!!
Am I missing something?
Best!

On 3.7.2 everything is fine. So I guess the bug appeared in 3.7.3 or 3.7.4

Hey Jon, Thanks! Where can I find de 3.7.2?

Same place you found 3.7.4 but changing the 4 for a 2 I’m guessing :smiley:

Just tried, page not found… :frowning:

https://wappler.io/downloads/Wappler-Mac-3.7.2.dmg

3.7.3 is avaiable, I’ll give a try

1 Like

with 3.7.3, same error! @George would be great to have the version 3.7.2 available or a temporary workaround, I’m stuck with this problem!

It should really be all fine in 3.7.4

What error do you get? Nothing is changed there.

Hey George! Thanks! No errors, even on Postgres Log…only wappler message, as images on my post:

There is a message “No columns info avaiable” and on properties:

An error has ocurred connecting to the database!
Make sure you have entered the right connection info at target options

On all your existing tables or just the one you created with bigincrements? Bigincrements wasn’t available before so don’t use it

check this out:

Please restart Wappler with logging, reproduce the problem and attach the debug log. See:

And what about your existing databases? Do you get the same error everywhere? Or just on new database with new table?

Some additional info from my side:

I don’t have problems on 3.7.2 on already existing databases. I haven’t tried creating a new one.
In other words, I have no issues at all with Database Manager on 3.7.2 on already existing databases.

George! Here is the log!
report_2021-1-16_15-40-31.zip (351.0 KB)

Others databases (mySQL) are working…This is my first postgres database.

Sorry there is not much in the log - did you went to the database manager and refreshed the schema? when logging was on?

Did this right now, here is the log:

report_2021-1-16_15-48-20.zip (319.5 KB)

But seems the refresh button is not working. I’m not sure.

Ha! Good catch!

It has something to do with your mixed case naming of the database table and columns!

I will investigate further, but for now if you just keep your table names and fields to lower case it should be all fine.

OMG!! Trying now!!

Anyway found the issue and it will be fixed in the next update