Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
2.3, 2.4, 2.5
-
None
Description
The sqlite3 tokenizer detects current_timestamp, current_time and current_date explicitly and returns a specific token for them. That means that if current_timestamp() is used, it will cause a parser error. That specific handling should simply be removed as that means that they will be handled like all other variables and functions are handled.
Attachments
Issue Links
- causes
-
MXS-3586 Maxscale tries to execute write statement on slave
- Closed