On Nov 3, 11:21 am, Jeremy Evans <[email protected]> wrote: > That's a bug. It wasn't caught because the test suite never > specifically tests with identifier_output_method = nil. I'll push a > bug fix up to GitHub in later today, after I add an integration test > for it.
There were actually two bugs here. It turns out, even if the local variable bug was fixed, tiny_tds has a bug that makes :symbolize_keys=>true not work if you call fields first. I fixed the local variable bug and temporarily removed the :symbolize_keys optimization, so this should be fixed now (https:// github.com/jeremyevans/sequel/commit/ 0d2b3fd6f98fdd9b8992004b4fae6c4ff478bc4d). Thanks for the report! Jeremy -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en.
