mightyguava/dynamosql

bug: positional params can get out of order

mightyguava opened this issue · 0 comments

Key condition expressions are processed before filter condition expressions. When using positional placeholders, ordinals for key conditions always get assigned first. The ordering is wrong if key conditions actually appear later on the AST.