class
ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Hstore
v6.0.0 -
Show latest stable
- Superclass: ActiveRecord::Type::Value
No documentation available for this class.
Included modules
- ActiveModel::Type::Helpers::Mutable
Constants
HstorePair = begin\nquoted_string = /"[^"\\\\]*(?:\\\\.[^"\\\\]*)*"/\nunquoted_string = /(?:\\\\.|[^\\s,])[^\\s=,\\\\]*(?:\\\\.[^\\s=,\\\\]*|=[^,>])*/\n/(#{quoted_string}|#{unquoted_string})\\s*=>\\s*(#{quoted_string}|#{unquoted_string})/\nend
Files
- activerecord/lib/active_record/connection_adapters/postgresql/oid/hstore.rb