Closed andyundso closed 1 year ago
I assume that the warning from https://github.com/rails-sqlserver/tiny_tds/issues/515 is no longer showing with this?
Exactly. You can compare the output on the Ruby 3.2 job on the current master
and this branch, and you see that the warning no longer shows on the very top of the output.
Looks great! When will this be released?
Looks great! When will this be released?
This looks like it went out with v2.1.6 in early December.
From my understanding, you only need to define an
alloc
function if you want to define a C struct and store values on it. For example,TinyTds::Client
defines such anallocate
function to wrap its client. OnTinyTds::Result
, it does not seem we do have a struct and therefore does not need analloc
function.Closes #515