From 381acc09e9a5c2d61a67f0f1f6b60d2efb577657 Mon Sep 17 00:00:00 2001 From: Varriount Date: Sun, 3 Jun 2018 14:37:41 -0400 Subject: Update sqlite example to use empty strings. Update sqlite example to use empty strings to use empty strings instead of nil. --- lib/impure/db_sqlite.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/impure/db_sqlite.nim') diff --git a/lib/impure/db_sqlite.nim b/lib/impure/db_sqlite.nim index 6b8ca4881..fd25b2b94 100644 --- a/lib/impure/db_sqlite.nim +++ b/lib/impure/db_sqlite.nim @@ -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 ( -- cgit 1.4.1-2-gfad0