Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
abc07646c7 | ||
|
|
a16d06df64 |
+1
-1
@@ -165,7 +165,7 @@ func (statement *Statement) PrepareStatements(inputBuffer *InputBuffer) PrepareR
|
||||
statement.stype = StatementInsert
|
||||
return PrepareSuccess
|
||||
}
|
||||
if strings.HasPrefix(inputBuffer.Buffer, "select") {
|
||||
if inputBuffer.Buffer == "select" {
|
||||
statement.stype = StatementSelect
|
||||
return PrepareSuccess
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user