chor: minor code cleanup
This commit is contained in:
@@ -15,15 +15,9 @@ type statementType int
|
|||||||
const (
|
const (
|
||||||
metaCommandSuccess metaCommandResults = iota
|
metaCommandSuccess metaCommandResults = iota
|
||||||
metaCommandUnrecognised
|
metaCommandUnrecognised
|
||||||
)
|
|
||||||
|
|
||||||
const (
|
|
||||||
prepareSuccess prepareResults = iota
|
prepareSuccess prepareResults = iota
|
||||||
prepareUnrecognised
|
prepareUnrecognised
|
||||||
prepareSyntaxError
|
prepareSyntaxError
|
||||||
)
|
|
||||||
|
|
||||||
const (
|
|
||||||
statementSelect statementType = iota
|
statementSelect statementType = iota
|
||||||
statementInsert
|
statementInsert
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user