Whereas most other adapters will correctly convert a package "id" from
a string to an integer (dropping the -pkgname suffix), the sqlserver
adapter (or likely tinytds) does not. Adding .to_i should add this compatibility without breaking anyone else's.
Whereas most other adapters will correctly convert a package "id" from a string to an integer (dropping the -pkgname suffix), the sqlserver adapter (or likely tinytds) does not. Adding .to_i should add this compatibility without breaking anyone else's.