Skip to content

Commit

Permalink
Merge branch 'main' into feat/sql-query-connector-on-wasm32-unknown-u…
Browse files Browse the repository at this point in the history
…nknown
  • Loading branch information
jkomyno committed Nov 17, 2023
2 parents 3541054 + aaed047 commit e79cb1f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ mod conversion_error {
runner,
r#"query { findManyTestModel { field } }"#,
2023,
"Inconsistent column data: Conversion failed: number must be an integer in column 'field'"
"Inconsistent column data: Conversion failed: number must be an integer in column 'field', got '1.84467440724388e19'"
);

Ok(())
Expand Down Expand Up @@ -74,7 +74,7 @@ mod conversion_error {
runner,
r#"query { findManyTestModel { field } }"#,
2023,
"Inconsistent column data: Conversion failed: number must be an i64 in column 'field'"
"Inconsistent column data: Conversion failed: number must be an integer in column 'field', got '1.84467440724388e19'"
);

Ok(())
Expand Down

0 comments on commit e79cb1f

Please sign in to comment.