larskanis / ruby-odbc

ODBC binding for Ruby
http://www.ch-werner.de/rubyodbc/
Other
17 stars 28 forks source link

remove any taint references #8

Closed mateuszpalyz closed 1 year ago

mateuszpalyz commented 1 year ago

Change is necessary in order to make ruby-odbc compatible with ruby > 3.2.

More context here https://bugs.ruby-lang.org/issues/16131 and https://github.com/larskanis/ruby-odbc/issues/7

bascoe10 commented 9 months ago

@mateuszpalyz I am curious as to why this PR was closed. I just ran into an issue that would have been fixed by this PR.

mateuszpalyz commented 9 months ago

@mateuszpalyz I am curious as to why this PR was closed. I just ran into an issue that would have been fixed by this PR.

@bascoe10 I've forked this repo https://github.com/Arrivalist/ruby-odbc as it already has that issue fixed