Budibase / budibase

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

_id column when working with external SQL DB has encoded id value #14885

Open poirazis opened 1 hour ago

poirazis commented 1 hour ago

When you query a table that is an external sql table, you always get back a column "_id" ammended, but the value in that column is not the value of the id, but rather a string encoded. So , if you attemp to update / delete record using that "_id" added column, the operation will fail as that column doesnt actually exist nor the value in it represents the actual id.

This ammended column, also appears in the "field" property types, to be selected. Screenshot 2024-10-28 at 2 43 11 PM

Screenshot 2024-10-28 at 2 30 55 PM

Is this ammeded column necessary ? If it is, shouldnt it be holding the same value as the id column ?

linear[bot] commented 1 hour ago

BUDI-8784 _id column when working with external SQL DB has encoded id value