Budibase / budibase

Low code platform for building business apps and workflows in minutes. Supports PostgreSQL, MySQL, MSSQL, MongoDB, Rest API, Docker, K8s, and more 🚀
https://budibase.com
Other
21.58k stars 1.47k forks source link

id column not displayed in postgreSQL #14184

Closed loureirodnl closed 1 month ago

loureirodnl commented 1 month ago

Checklist

Hosting

Describe the bug When user is creating a table in postgreSQL from Budibase the autogenerated field "id" is not displaying any value eventhougt the field is populated in postgreSQL :

On Budibase : image

Even a calculated column with content {{ id }} won't display anything image

On the Postgre database : image

column id is correctly created as primary key : image

Postgre database is Azure Database for PostgreSQL

To Reproduce Steps to reproduce the behavior: Create a table in a postgre database. The id is not displayed

Expected behavior The id should be displayed

Desktop (please complete the following information):

Additional context This problem is urgent as we need our user to see the id to communicate internally

linear[bot] commented 1 month ago

BUDI-8471 id column not displayed in postgreSQL

loureirodnl commented 1 month ago

Ok. I found a workaround :

Now the id column is correctly displaying