Skip to content

Commit 1ab73b6

Browse files
authored
Seems wrong (#58)
1 parent d5cd1b5 commit 1ab73b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ormin/queries.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ proc cond(n: NimNode; q: var string; params: var Params;
184184
result = lookupColumnInEnv(n, q, params, expected, qb)
185185
of nnkDotExpr:
186186
let t = $n[0]
187-
let a = $n[0]
187+
let a = $n[1]
188188
escIdent(q, t)
189189
q.add '.'
190190
escIdent(q, a)

0 commit comments

Comments
 (0)