Bug#899307: ruby-sequel-pg: All SELECT ::Dataset methods fails with FrozenError

2019-06-13 Thread Andrey Nikitin
В Wed, 12 Jun 2019 15:45:30 -0700 Joseph Herlant пишет: > Can you try to reproduce it with your current version of packages and > let us know if you still see the issue please? Hi. Currently, the problem is not happens in Buster, it disappeared with some updates. P.S. But the problem remained

Bug#899307: ruby-sequel-pg: All SELECT ::Dataset methods fails with FrozenError

2019-06-12 Thread Joseph Herlant
Control: tags -1 + moreinfo Hi Andrey, I'm trying to reproduce your issue but I can't seem to be able to. I get an error the 1st time I try to establish the connection but I believe that's linked to something else. Here's what I see (I use docker run --rm --name pg-docker -e

Bug#899307: ruby-sequel-pg: All SELECT ::Dataset methods fails with FrozenError

2018-05-22 Thread Andrey Nikitin
Package: ruby-sequel-pg Version: 1.6.16-1+b2 Severity: grave Justification: renders package unusable All SELECT methods like all,first,each,... fails with FrozenError. Example: irb(main):007:0> DB => #"postgres", :database=>"xxx", :user=>"xxx", :password=>"xxx", :host=>"127.0.0.1"}>