lib/sequel/extensions/pg_row.rb in sequel-5.34.0 vs lib/sequel/extensions/pg_row.rb in sequel-5.35.0

- old
+ new

@@ -220,10 +220,9 @@ # PostgreSQL uses. class Splitter < StringScanner # Split the stored string into an array of strings, handling # the different types of quoting. def parse - return @result if @result values = [] skip(/\(/) if skip(/\)/) values << nil else