You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
Add support for
CURRENT_DATE
,CURRENT_TIME
andCURRENT_TIMESTAMP
in SQL queries.The text was updated successfully, but these errors were encountered: