Module: ActiveRecord::ConnectionAdapters::PostgreSQLColumn::ArrayParser

Included in:
ActiveRecord::ConnectionAdapters::PostgreSQLColumn
Defined in:
activerecord/lib/active_record/connection_adapters/postgresql/array_parser.rb

Constant Summary collapse

DOUBLE_QUOTE =
'"'
BACKSLASH =
"\\"
COMMA =
','
BRACKET_OPEN =
'{'
BRACKET_CLOSE =
'}'