Skip to content

Commit 418533e

Browse files
committed
Bind to user-provided getColumn overrides in query macros
1 parent 3151447 commit 418533e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/easy_sqlite3/macros.nim

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ proc fillPar(ret, st_ident: NimNode): NimNode =
8686
nnkCall.newTree(
8787
nnkDotExpr.newTree(
8888
st_ident,
89-
bindSym "getColumn"
89+
ident "getColumn"
9090
),
9191
newLit idx,
9292
nnkBracketExpr.newTree(newIdentNode("typedesc"),it[1])

0 commit comments

Comments
 (0)