new db_sqlite requires deadCodeElim:on because not every sqlite3_column_name

This commit is contained in:
Andreas Rumpf
2015-12-29 20:39:35 +01:00
parent 72f804671d
commit 255177f7cd
2 changed files with 2 additions and 7 deletions

View File

@@ -40,6 +40,8 @@
##
## theDb.close()
{.deadCodeElim:on.}
import strutils, sqlite3
import db_common