mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-29 10:43:57 +00:00
new db_sqlite requires deadCodeElim:on because not every sqlite3_column_name
This commit is contained in:
@@ -40,6 +40,8 @@
|
||||
##
|
||||
## theDb.close()
|
||||
|
||||
{.deadCodeElim:on.}
|
||||
|
||||
import strutils, sqlite3
|
||||
|
||||
import db_common
|
||||
|
||||
Reference in New Issue
Block a user