mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-26 01:04:00 +00:00
Fixed issue 3513: wrong setupQuery realization
This commit is contained in:
@@ -9,5 +9,7 @@ let name = "Dom"
|
||||
db.exec(sql"INSERT INTO myTable (id, name) VALUES (0, ?)",
|
||||
name)
|
||||
doAssert db.getValue(sql"SELECT name FROM myTable") == name
|
||||
# Check issue #3513
|
||||
doAssert db.getValue(sql"SELECT name FROM myTable") == name
|
||||
|
||||
db.close()
|
||||
db.close()
|
||||
|
||||
Reference in New Issue
Block a user