We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Closing as this isn't a bug in workerd
Sorry, something went wrong.
No branches or pull requests
We've had numerous issues raised in wrangler2's repo about this:
Test case:
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.
The text was updated successfully, but these errors were encountered: