lib/sequel/dataset/features.rb in sequel-5.8.0 vs lib/sequel/dataset/features.rb in sequel-5.9.0

- old
+ new

@@ -195,9 +195,14 @@ # using at least one value. def insert_supports_empty_values? true end + # Whether the dataset needs ESCAPE for LIKE for correct behavior. + def requires_like_escape? + true + end + # Whether common table expressions are supported in UNION/INTERSECT/EXCEPT clauses. def supports_cte_in_compounds? supports_cte_in_subqueries? end