Closed kutchar closed 9 years ago
Thanks for this pull request and the other issues you've raised. This looks really good
Before I can merge this would you be able to sign our contributor license agreement please https://github.com/jhc-systems/sqlest/blob/master/CONTRIBUTING.txt
Thanks @brendanator. I just emailed the signed CLA to ian.haines@jhc.co.uk. BTW, what's the release cycle of sqlest? When can you release a minor version with these fixes?
@kutchar - I've merged this and added some tests. Thanks!!
I'll look into the 22 columns issue first and then will create a new release
Cool, thanks!
@kutchar - I've create release 0.6.1, with your pull requests. The select * example will have to wait as I've been too busy this week and am on holiday next
Thanks! Enjoy your holiday.
So here's my first stab at adding support for binary columns. Please review and comment.
I tried to cover all the parts, including the
DB2StatementBuilder
, which I set the type tobinary(32704)
because of this.As for string representation of
byte[]
, I use JVMsjavax.xml.bind.DatatypeConverter
to encode/decore to Hex strings.