We have a primary key that's defined @Id @Column(name="V02_ROWKEY" , columnDefinition="CHAR(13) FOR BIT DATA") private byte[] Rowkey;
CSVWRITE sucessfully exports the data as "00cf7754c2c82867e400011101" but I cannot get CSVREAD to re-import it. I have tried prefixing with '0x' and X'00cf7754c2c82867e400011101' and other variations. All failed. Does anybody know how to do this? David -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
