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

Add time and date support in SQL queries #56

Open
sanketsarang opened this issue Aug 19, 2019 · 2 comments
Open

Add time and date support in SQL queries #56

sanketsarang opened this issue Aug 19, 2019 · 2 comments
Labels
enhancement New feature or request hacktoberfest Hacktoberfest

Comments

@sanketsarang
Copy link
Contributor

Add support for CURRENT_DATE, CURRENT_TIME and CURRENT_TIMESTAMP in SQL queries.

@sanketsarang sanketsarang added the enhancement New feature or request label Aug 19, 2019
@sanketsarang sanketsarang added the hacktoberfest Hacktoberfest label Oct 5, 2019
@Keerthana-Thiagaraj
Copy link

@sanketsarang can you briefly add a description. Thanks

@sanketsarang
Copy link
Contributor Author

@Keerthana-Thiagaraj the database currently does not processes queries such as select * from datastore.AccessTokens where expiresAt < CURRENT_DATE. The problem is that the SQL parser currently does not handle processing conditions for CURRENT_DATE, CURRENT_TIME and CURRENT_TIMESTAMP. This needs to be added.

Check the SelectExecutor class

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hacktoberfest Hacktoberfest
Projects
None yet
Development

No branches or pull requests

2 participants