Skip to content

Commit b3a6871

Browse files
authored
Merge pull request #8 from Gruruya/develop
Bind to user-provided `getColumn` overrides in query macros
2 parents 3151447 + 418533e commit b3a6871

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)