mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-12 03:05:14 +00:00
User service: move to db (#146)
This commit is contained in:
@@ -92,6 +92,16 @@ func TestParsing(t *testing.T) {
|
||||
},
|
||||
},
|
||||
},
|
||||
tCase{
|
||||
Q: `id == '795c1e56-d1f3-495d-b9cb-d84a56ffb39c'`,
|
||||
E: []Query{
|
||||
Query{
|
||||
Field: "id",
|
||||
Value: "795c1e56-d1f3-495d-b9cb-d84a56ffb39c",
|
||||
Op: itemEquals,
|
||||
},
|
||||
},
|
||||
},
|
||||
tCase{
|
||||
Q: `a == 12 and name != 'nandos'`,
|
||||
E: []Query{
|
||||
|
||||
Reference in New Issue
Block a user