brianhempel / active_record_union

UNIONs in ActiveRecord! Adds proper union and union_all methods to ActiveRecord::Relation.
Other
423 stars 41 forks source link

Fix union_spec.rb on Rails 4 #16

Closed glebm closed 7 years ago

glebm commented 7 years ago

The recently updated DB adapter has fixed the ".0000" precision issue.