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
The schema to create the table for the following model fails on sqlite3:
model entry ( key pk field pk serial64 field when utimestamp )
The problem is when is a keyword and confuses things. There's a workaround: just add a column directive like
model entry ( key pk field pk serial64 field when utimestamp (column _when) )
but it'd be nice if DBX did this for you.
The text was updated successfully, but these errors were encountered:
zeebo
No branches or pull requests
The schema to create the table for the following model fails on sqlite3:
The problem is when is a keyword and confuses things. There's a workaround: just add a column directive like
but it'd be nice if DBX did this for you.
The text was updated successfully, but these errors were encountered: