We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5c3b77 commit 7736667Copy full SHA for 7736667
1 file changed
libs/@local/hashql/eval/src/postgres/parameters.rs
@@ -24,7 +24,7 @@ id::newtype!(
24
25
impl From<ParameterIndex> for Expression {
26
fn from(value: ParameterIndex) -> Self {
27
- Self::Parameter(value.as_usize())
+ Self::Parameter(value.as_usize() + 1)
28
}
29
30
0 commit comments