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

Missing query lookups in SQLite3 #14

Open
wbyoung opened this issue May 12, 2015 · 1 comment
Open

Missing query lookups in SQLite3 #14

wbyoung opened this issue May 12, 2015 · 1 comment

Comments

@wbyoung
Copy link
Owner

wbyoung commented May 12, 2015

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.

@wbyoung
Copy link
Owner Author

wbyoung commented May 12, 2015

Another issue that may have some relevant information is TryGhost/node-sqlite3#93.

@wbyoung wbyoung changed the title Case sensitivity with SQLite Missing functionality with SQLite May 13, 2015
@wbyoung wbyoung changed the title Missing functionality with SQLite Missing query lookups in SQLite3 May 19, 2015
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