Skip to content

🐛 Bug: For Sqlite DBs, cannot send Forms when a column contains a '?' #5415

@spaudanjo

Description

@spaudanjo

Please confirm if bug report does NOT exists already ?

  • I confirm there is no existing issue for this

Steps to reproduce ?

  • With a NocoDB project based on Sqlite
  • Create a table and add a column that contains a '?', e.g. 'Does this person need medical support?'
  • Create a form for that table, including that column
  • Try to send the Form
  • It gives you an error that says The column nc_mahf___Sheet does not exist.

When removing the question mark from the column name, the sending works.

Desired Behavior

It should be possible to send Forms for any columns, regardless of their name. If question marks or other special characters are not allowed/supported as columns titles, it shouldn't be possible to set them in the UI.

Project Details

Database: sqlite
Docker: false
NocoDB version: current develop (as of 2023-04-03)
OS: MacOS

Attachments

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions