mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-30 13:53:59 +00:00
fixed YESTERDAY filter parser
This commit is contained in:
@@ -485,6 +485,7 @@ const createParser = (filterBehaviour: FilterBehaviour) => {
|
|||||||
if (filterBehaviour.supportDatetimeSymbols) {
|
if (filterBehaviour.supportDatetimeSymbols) {
|
||||||
allowedElements.push(
|
allowedElements.push(
|
||||||
'today',
|
'today',
|
||||||
|
'yesterday',
|
||||||
'tomorrow',
|
'tomorrow',
|
||||||
'lastWeek',
|
'lastWeek',
|
||||||
'thisWeek',
|
'thisWeek',
|
||||||
|
|||||||
Reference in New Issue
Block a user