Closed adstage-david closed 10 years ago
Thanks, I'll have a look. If you have a line of code, or a simple test case that helps.
I think I need an example schema and some data, I'm trying to figure out a way to trigger the error. You could also try using this branch and see if that fixes the problem.
I'll be a way for a few days, not sure if I will have time to release a new version until middle of next week.
Took a few tries to get a failing spec worked out, but switching to bytebuffers definitely fixes it. Made it into a pull request for you to easily pull it back in.
Haven't upgrade to v2.0 yet, not sure if this still exists there, but I get the following UTF-8 related error when I have UTF-8 in a map:
Seems related to #80, did a bit of digging and traced to a string being used instead of a byte buffer here:
https://github.com/iconara/cql-rb/blob/v1.2.1/lib/cql/protocol/type_converter.rb#L58