Re: [h2] Bug in array datatype handling?

2015-07-13 Thread christoff . schmitz
:[h2] Bug in array datatype handling? Sent by:h2-database@googlegroups.com Hi, I think I see a bug in array datatype handling. Specifically an array is handled as string[] or an int[] depending on a trailing ',' char. I found it while fixing what looked like a bug in my code

[h2] Bug in array datatype handling?

2015-07-10 Thread IanP
Hi, I think I see a bug in array datatype handling. Specifically an array is handled as string[] or an int[] depending on a trailing ',' char. I found it while fixing what looked like a bug in my code that was issuing commands like INSERT INTO TABLENAME VALUES(1, (1,)) and then discovered