Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix sql insert syntax#28717

Open
updbqn wants to merge 1 commit intocloudflare:productionfrom
updbqn:patch-2
Open

fix sql insert syntax#28717
updbqn wants to merge 1 commit intocloudflare:productionfrom
updbqn:patch-2

Conversation

@updbqn
Copy link

@updbqn updbqn commented Mar 2, 2026

Summary

"[email protected]" is an identifier not a string.

→  insert into example_users values ("[email protected]");
Error: failed to execute SQL:
SQLite input error: no such column: [email protected] (at offset 34)

updated to single quotes.

Replaces #28698 which I closed accidentally 😅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

product:workers Related to Workers product size/xs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants