mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 01:14:41 +00:00
Update sqlite example to use empty strings.
Update sqlite example to use empty strings to use empty strings instead of nil.
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
##
|
||||
## import db_sqlite, math
|
||||
##
|
||||
## let theDb = open("mytest.db", nil, nil, nil)
|
||||
## let theDb = open("mytest.db", "", "", "")
|
||||
##
|
||||
## theDb.exec(sql"Drop table if exists myTestTbl")
|
||||
## theDb.exec(sql("""create table myTestTbl (
|
||||
|
||||
Reference in New Issue
Block a user