DelegateClass(Array)
Class representating PostgreSQL JSON column array values.
Convert the array to a string using to_json, append a literalized version of the string to the sql, and explicitly cast the string to json.
# File lib/sequel/extensions/pg_json.rb, line 64 64: def sql_literal_append(ds, sql) 65: ds.literal_append(sql, to_json) 66: sql << CAST_JSON 67: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.