rails-sqlserver / tiny_tds

TinyTDS - Simple and fast FreeTDS bindings for Ruby using DB-Library.
Other
607 stars 189 forks source link

results.each(:symbolize_keys => true) not working #516

Open aakashshee opened 2 years ago

aakashshee commented 2 years ago

Environment

Mac intel

Description

results.each(:symbolize_keys => true) results in String keys.

aakashshee commented 2 years ago

gemspec

spec.add_dependency 'tiny_tds', '~> 2.1.5'