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
Regex queries on SQLite are currently not supported. So the following doesn't work:
Article.objects.where({ 'title[regex]': /colou?r/ })
Additionally, date based functions are not available, so these don't work either:
year
month
day
hour
minute
second
Before we can address this, TryGhost/node-sqlite3#140 will need to be fixed.
The text was updated successfully, but these errors were encountered:
Another issue that may have some relevant information is TryGhost/node-sqlite3#93.
Sorry, something went wrong.
No branches or pull requests
Regex queries on SQLite are currently not supported. So the following doesn't work:
Additionally, date based functions are not available, so these don't work either:
year
month
day
hour
minute
second
Before we can address this, TryGhost/node-sqlite3#140 will need to be fixed.
The text was updated successfully, but these errors were encountered: