Replies: 1 comment 2 replies
-
In Sequel, column keys are always returned as symbols, there is no setting to return strings, by design (all other parts of Sequel expect to retrieve data from the hashes using symbols). You can use |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
I can't find the setting in Sequel to get column keys as a string. By default, they are symbols.
With TinyTds I can achieve it like this:
Is there a possibility to achieve this? Can I achive it by using https://sequel.jeremyevans.net/rdoc-plugins/files/lib/sequel/extensions/identifier_mangling_rb.html ? But how?
Thanks and best regards
Beta Was this translation helpful? Give feedback.
All reactions