We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56fbeb4 commit 1b8f6c4Copy full SHA for 1b8f6c4
diesel_derives/tests/auto_type.rs
@@ -516,8 +516,8 @@ fn sqlite_functions() -> _ {
516
json_valid(sqlite_extras::json),
517
json_type(sqlite_extras::json),
518
json_type_with_path(sqlite_extras::json, sqlite_extras::text),
519
- json_extract(sqlite_extras::json, sqlite_extras::text),
520
- jsonb_extract(sqlite_extras::jsonb, sqlite_extras::text),
+ json_extract(sqlite_extras::json, "$.path"),
+ jsonb_extract(sqlite_extras::jsonb, "$.path"),
521
)
522
}
523
0 commit comments