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

Incorrect now() function for sqlite3 in README.md #49

Closed
skymal4ik opened this issue Mar 6, 2018 · 1 comment
Closed

Incorrect now() function for sqlite3 in README.md #49

skymal4ik opened this issue Mar 6, 2018 · 1 comment

Comments

@skymal4ik
Copy link

There's an error in README.MD for sqlite3 section:

SQLNamedQuery updatecount UPDATE "login_count=login_count+1, last_login=now() WHERE userid='%u'" users

now() is not supported in sqlite, there should be date() function.

@ChristianBeer
Copy link
Owner

Thanks will be fixed soon.

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

2 participants