You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""
nim c -r dbConnect.nim
Hint: used config file '/home/nixfreak/.choosenim/toolchains/nim-1.6.6/config/nim.cfg' [Conf]
Hint: used config file '/home/nixfreak/.choosenim/toolchains/nim-1.6.6/config/config.nims' [Conf]
.................................................................................
/home/nixfreak/.choosenim/toolchains/nim-1.6.6/lib/impure/db_sqlite.nim(184, 1) Warning: Circular dependency detected. codeReordering pragma may not be able to reorder some nodes properly [User]
..
/home/nixfreak/nim/myBlog/dbConnect.nim(21, 30) template/generic instantiation of createTable from here
/home/nixfreak/nim/myBlog/dbConnect.nim(22, 13) Error: ambiguous call; both dbConnect.:=(dbfieldgensym0: static[string], valuegensym0: typedesc[SomeInteger]) [template declared in /home/nixfreak/.nimble/pkgs/gatabase-0.9.9/gatabase/sugar.nim(92, 12)] and dbConnect.:=(dbfieldgensym21: static[string], valuegensym21: typedesc[SomeInteger]) [template declared in /home/nixfreak/.nimble/pkgs/gatabase-0.9.9/gatabase/sugar.nim(92, 12)] match for: (string, typedesc[int])
"""
"""
nim c -r dbConnect.nim
Hint: used config file '/home/nixfreak/.choosenim/toolchains/nim-1.6.6/config/nim.cfg' [Conf]
Hint: used config file '/home/nixfreak/.choosenim/toolchains/nim-1.6.6/config/config.nims' [Conf]
.................................................................................
/home/nixfreak/.choosenim/toolchains/nim-1.6.6/lib/impure/db_sqlite.nim(184, 1) Warning: Circular dependency detected.
codeReordering
pragma may not be able to reorder some nodes properly [User]..
/home/nixfreak/nim/myBlog/dbConnect.nim(21, 30) template/generic instantiation of
createTable
from here/home/nixfreak/nim/myBlog/dbConnect.nim(22, 13) Error: ambiguous call; both dbConnect.:=(dbfield
gensym0: static[string], value
gensym0: typedesc[SomeInteger]) [template declared in /home/nixfreak/.nimble/pkgs/gatabase-0.9.9/gatabase/sugar.nim(92, 12)] and dbConnect.:=(dbfieldgensym21: static[string], value
gensym21: typedesc[SomeInteger]) [template declared in /home/nixfreak/.nimble/pkgs/gatabase-0.9.9/gatabase/sugar.nim(92, 12)] match for: (string, typedesc[int])"""
The text was updated successfully, but these errors were encountered: