Optimize prepared statement flow for RBAC
This commit is contained in:
@ -18,7 +18,9 @@ type parserType int32
|
||||
const (
|
||||
maxFields = 100
|
||||
maxArgs = 10
|
||||
)
|
||||
|
||||
const (
|
||||
parserError parserType = iota
|
||||
parserEOF
|
||||
opQuery
|
||||
|
@ -16,7 +16,9 @@ type Action int
|
||||
|
||||
const (
|
||||
maxSelectors = 30
|
||||
)
|
||||
|
||||
const (
|
||||
QTQuery QType = iota + 1
|
||||
QTInsert
|
||||
QTUpdate
|
||||
|
Reference in New Issue
Block a user