This commit is contained in:
Nuno Cruces
2023-03-07 14:19:22 +00:00
parent dfcdbf9c4c
commit f5747f19fb
9 changed files with 173 additions and 132 deletions

View File

@@ -151,7 +151,6 @@ func (c *Conn) MustPrepare(sql string) *Stmt {
panic(err)
}
if s == nil {
s.Close()
panic(emptyErr)
}
if !emptyStatement(tail) {