byte[] param support part 2:
store BitConverter.ToString(bytes) instead of bytes.ToString()
This fixes byte[] params but introduces new issues:
* The T-SQL format is used (not sure how consistent that is)
* Long byte[] values are just discarded - they're not profiled and it won't be
obvious to users why.
Original issue reported on code.google.com by keithhe...@gmail.com on 15 Feb 2012 at 11:18
Original issue reported on code.google.com by
keithhe...@gmail.com
on 15 Feb 2012 at 11:18Attachments: