Hello, When upgrading from Ruby 2.7 to Ruby 3, I encountered a few problems with Sequel. The BigDecimal gem removed one problem (due to Ruby 3 not supporting BigDecimal any longer).
A simple : `@users = DB[:users].where(:id => 1)` causes 2021-04-21 12:17:19 - ArgumentError - wrong number of arguments (given 2, expected 1): /home/moi/.rvm/gems/ruby-3.0.1/gems/sequel-4.49.0/lib/sequel/dataset/misc.rb:343:in `initialize_copy' Are there any work arounds yet? Or should I stick with Ruby 2.7.0 for the time being? Thanks ! -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sequel-talk/656b8f55-3827-49fc-8d92-fa57f3d419b5n%40googlegroups.com.
