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 Report — Runtime APIs - Sqlite cannot handle comments #1550

Closed
rozenmd opened this issue Jan 18, 2024 · 1 comment
Closed

🐛 Bug Report — Runtime APIs - Sqlite cannot handle comments #1550

rozenmd opened this issue Jan 18, 2024 · 1 comment

Comments

@rozenmd
Copy link
Contributor

rozenmd commented Jan 18, 2024

We've had numerous issues raised in wrangler2's repo about this:

Test case:

-- Migration number: 0000    2024-01-17T19:27:05.527Z
CREATE table events (
    id INT PRIMARY KEY,
    name TEXT NOT NULL,
    url TEXT,
    description TEXT NOT NULL,
    location TEXT,
    starttime TEXT NOT NULL,
    endtime TEXT NOT NULL
)

I'll have a crack at writing tests that proves this is a problem, but I don't know enough C++ to actually fix it.

@rozenmd
Copy link
Contributor Author

rozenmd commented Jan 18, 2024

Closing as this isn't a bug in workerd

@rozenmd rozenmd closed this as completed Jan 18, 2024
@rozenmd rozenmd closed this as not planned Won't fix, can't repro, duplicate, stale Jan 18, 2024
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

No branches or pull requests

1 participant