We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d51b9ca commit e1ba582Copy full SHA for e1ba582
crates/pgt_workspace/src/workspace/server/pg_query.rs
@@ -138,7 +138,7 @@ mod tests {
138
let result = convert_to_positional_params(input);
139
assert_eq!(
140
result,
141
- "select * from users where id = $1 and name = $2 and email = $3;"
+ "select * from users where id = $1 and name = $2 and email = $3 ;"
142
);
143
}
144
0 commit comments