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:
Varriount
2018-06-03 14:37:41 -04:00
committed by GitHub
parent 91765e583d
commit 381acc09e9

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 (