Hey. Yes, thanks for your help, it was a String as a byte array.
On Jun 2, 10:20 pm, Sean Corfield wrote:
> On Fri, Jun 1, 2012 at 5:26 AM, rossputin wrote:
> > I've got a clojure.java.jdbc result coming back as a byte[]. Its from
> > a GROUP_CONCAT on an int(10) field.
>
> > In the mysql clie
On Fri, Jun 1, 2012 at 5:26 AM, rossputin wrote:
> I've got a clojure.java.jdbc result coming back as a byte[]. Its from
> a GROUP_CONCAT on an int(10) field.
>
> In the mysql client the result is: '1,2,4,6,7,19,24,32,54,152'.
Looks like a string? (coming back as a byte array)
> I am unsure how