We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5918439 commit 8efdba5Copy full SHA for 8efdba5
1 file changed
diesel/src/pg/expression/expression_methods.rs
@@ -1241,9 +1241,10 @@ pub trait PgJsonbExpressionMethods: Expression + Sized {
1241
{
1242
Grouped(ConcatJsonb::new(self, other.as_expression()))
1243
}
1244
+
1245
/// Creates a PostgreSQL `?` expression.
1246
///
- /// This operator checks if the right hand side string exists as a top-level key within the JSON
1247
+ /// This operator checks if the right hand side string exists as a top-level key within the JSONB
1248
1249
/// # Example
1250
0 commit comments