From 25ce980fe1dadf263dbee3e35419447f7e6f85fc Mon Sep 17 00:00:00 2001 From: Federico Ceratto Date: Tue, 16 Oct 2018 23:17:37 +0100 Subject: [PATCH] Update example (#9395) (cherry picked from commit afc453beff83813d7d4b37501e4602d5dadf4683) --- lib/impure/db_sqlite.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/impure/db_sqlite.nim b/lib/impure/db_sqlite.nim index a40c88a114..52a168096f 100644 --- a/lib/impure/db_sqlite.nim +++ b/lib/impure/db_sqlite.nim @@ -31,7 +31,7 @@ ## ## .. code-block:: Nim ## import db_sqlite -## let db = open("mytest.db", nil, nil, nil) # user, password, database name can be nil +## let db = open("mytest.db", "", "", "") # user, password, database name can be empty ## db.close() ## ## Creating a table