[Bug]: Auto-Genned Pages from Postgres with Spaces in Column Names are improperly formatted #35123
Open
1 task done
Labels
Accelerators Product
Issues related to app building accelerators
Bug
Something isn't working
Community Reported
issues reported by community members
Generate Page
Issures related to page generation
Medium
Issues that frustrate users due to poor UX
Needs Triaging
Needs attention from maintainers to triage
Production
Widgets & Accelerators Pod
Issues related to widgets & Accelerators
Is there an existing issue for this?
Description
When you auto-generate a Page from a Postgres database, tables with columns that have spaces in their names do not format properly.
Steps To Reproduce
For example, in the
Insert Query
that is auto-generated:{{insert_form.formData.Schematic Name}}
that is auto-generated is incorrect, it should be{{insert_form.formData["Schematic Name"]}}
due to the spaceThis occurs with all auto-generated queries with the feature -- columns with spaces in their names are not formatted properly. Mainly effects the auto-generated Insert and Update queries.
Public Sample App
No response
Environment
Production
Severity
Medium (Frustrating UX)
Issue video log
No response
Version
Cloud
The text was updated successfully, but these errors were encountered: