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

Fix #49 #53

Closed
wants to merge 9 commits into from
Closed

Fix #49 #53

wants to merge 9 commits into from

Conversation

moalamri
Copy link
Contributor

@moalamri moalamri commented Apr 11, 2024

This pull request adds utility functions to the project that can be used to quote table and column names with special characters. These functions are used in various parts of the app to ensure that names are properly quoted when necessary.
A new variable containing a list of special characters has been added to the utils file. This ensures that any further additions needed to address potential issues with certain characters when querying d1 can be easily implemented.

Should fix #49

Copy link

changeset-bot bot commented Apr 11, 2024

⚠️ No Changeset found

Latest commit: 85cbc5f

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@moalamri moalamri changed the title Add utility functions to quote names and records with special characters Fix #49 Apr 12, 2024
@moalamri
Copy link
Contributor Author

moalamri commented Apr 12, 2024

@JacobLinCool
I'm not very familiar with changeset xD
What should I do?

I have looked into the url and will work on it tomorrow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

D1_ERROR: near "-": syntax error at offset 30
1 participant