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 1c3305d commit a788cdeCopy full SHA for a788cde
lib/sequel/extensions/pg_json_ops.rb
@@ -168,8 +168,8 @@
168
#
169
# On PostgreSQL 18+, strip_nulls can take an argument for whether to strip in arrays
170
171
-# j.strip_nulls(true) # json_strip_nulls(json_column, true)
172
-# j.strip_nulls(false) # json_strip_nulls(json_column, false)
+# j.strip_nulls(in_arrays: true) # json_strip_nulls(json_column, true)
+# j.strip_nulls(in_arrays: false) # json_strip_nulls(json_column, false)
173
174
# If you are also using the pg_json extension, you should load it before
175
# loading this extension. Doing so will allow you to use the #op method on
0 commit comments