Merge pull request #7949 from nim-lang/sqlite-use-empty-strings

Update sqlite example to use empty strings.
This commit is contained in:
Dominik Picheta
2018-06-03 19:38:26 +01:00
committed by GitHub

View File

@@ -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 (