Skip to content

Commit

Permalink
sqlite: json input hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
barraguda committed Dec 20, 2023
1 parent 4c32b0b commit e6ec391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sqlite.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ pub fn write(
package_id: PackageId,
db: String,
statement: String,
params: Vec<SqlValue>,
params: Vec<serde_json::Value>,
tx_id: Option<u64>,
) -> anyhow::Result<()> {
let res = Request::new()
Expand Down

0 comments on commit e6ec391

Please sign in to comment.