mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-14 03:54:47 +00:00
Db service fixes and improvements: dot access, truncate table etc (#157)
This commit is contained in:
@@ -57,7 +57,7 @@ var expressions = []lexer.TokenExpr{
|
||||
{`"(?:[^"\\]|\\.)*"`, itemString},
|
||||
{"`" + `(?:[^"\\]|\\.)*` + "`", itemString},
|
||||
{`'(?:[^"\\]|\\.)*'`, itemString},
|
||||
{`[\<\>\!\=\+\-\|\&\*\/A-Za-z][A-Za-z0-9_]*`, itemFieldName},
|
||||
{`[\<\>\!\=\+\-\|\&\*\/A-Za-z][A-Za-z0-9_\.]*`, itemFieldName},
|
||||
}
|
||||
|
||||
type Query struct {
|
||||
|
||||
Reference in New Issue
Block a user