lib/mobility/backends/sequel/pg_query_methods.rb in mobility-0.5.0 vs lib/mobility/backends/sequel/pg_query_methods.rb in mobility-0.5.1
- old
+ new
@@ -11,11 +11,11 @@
specified value in the specified locale
- a private method +has_locale+ which takes a key (column name) and locale, and
returns an SQL expression which checks that the column has a value in the
locale
-(The +matches+ method is implemented slightly differently for hstore and
-jsonb columns.)
+(The +matches+ and +has_locale+ methods are implemented slightly differently
+for hstore/json/jsonb/container backends.)
=end
module PgQueryMethods
def initialize(attributes, _)
super