Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Auto-Genned Pages from Postgres with Spaces in Column Names are improperly formatted #35123

Open
1 task done
JosTheDude opened this issue Jul 23, 2024 · 0 comments
Open
1 task done
Assignees
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

Comments

@JosTheDude
Copy link

JosTheDude commented Jul 23, 2024

Is there an existing issue for this?

  • I have searched the existing issues

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:

  1. A table with column named "Schematic Name" is requested to be auto-generated
  2. Within the auto-genned query, the {{insert_form.formData.Schematic Name}} that is auto-generated is incorrect, it should be {{insert_form.formData["Schematic Name"]}} due to the space

This 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

@JosTheDude JosTheDude added Bug Something isn't working Needs Triaging Needs attention from maintainers to triage labels Jul 23, 2024
@Nikhil-Nandagopal Nikhil-Nandagopal added Community Reported issues reported by community members Medium Issues that frustrate users due to poor UX Production Generate Page Issures related to page generation labels Jul 23, 2024
@github-actions github-actions bot added the Integrations Product Issues related to a specific integration label Jul 29, 2024
@Nikhil-Nandagopal Nikhil-Nandagopal added Accelerators Product Issues related to app building accelerators Widgets Product This label groups issues related to widgets and removed Integrations Product Issues related to a specific integration labels Aug 5, 2024
@Nikhil-Nandagopal Nikhil-Nandagopal added Widgets & Accelerators Pod Issues related to widgets & Accelerators and removed Widgets Product This label groups issues related to widgets labels Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

6 participants