diff options
| author | JP Appel <jeanpierre.appel01@gmail.com> | 2025-07-28 23:40:23 -0400 |
|---|---|---|
| committer | JP Appel <jeanpierre.appel01@gmail.com> | 2025-07-28 23:40:23 -0400 |
| commit | 209af758b64d586e1c0aec3ad2eb4b56740aeddf (patch) | |
| tree | 61d8fcebabb925456a87671558df035097560329 /pkg/query/parser.go | |
| parent | f829b01a1c92e788f5114cf66c24856be23ec88f (diff) | |
Resolve multiple todos
Diffstat (limited to 'pkg/query/parser.go')
| -rw-r--r-- | pkg/query/parser.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/query/parser.go b/pkg/query/parser.go index ce4ee7b..5ff8175 100644 --- a/pkg/query/parser.go +++ b/pkg/query/parser.go @@ -70,7 +70,6 @@ const ( VAL_DATETIME ) -// TODO: rename type Valuer interface { Type() valuerType Compare(Valuer) int |
