Question to input character ' to database

2010-10-29 Thread JW
I try to input data with special character ' to database. but it causes Syntax error. Here is what I try : update CONFIG set C_VALUE=te's\t' where ID='michale' and KEY='preview' [42000-128] at org.h2.message.Message.getSQLException(Message.java:110) at org.h2.message.Message.getSQLExcepti

ArrayIndexOutOfBoundsException when running H2 crash test

2010-08-25 Thread JW
Hi, I ran crash test with 1.2.135 version and I get ArrayIndexOutOfBoundsException result Can you check whether this error is not serious one. You can find he error log in below link. It is too big to paste here. http://dl.dropbox.com/u/1612194/h2_135_crash.zip command : java -cp . org.h2.test.T

Re: Question about h2 test case

2010-08-22 Thread JW
Hi, I ran crash test one more time, and now I get another result. ArrayIndexOutOfBoundsException. Can you check whether this error is not serious one? You can find he error log in below link. It is too big to paste here. http://dl.dropbox.com/u/1612194/h2_135_crash.zip command : java -cp . org.

Question about h2 test case

2010-08-18 Thread JW
Hi, We have had database corruption problem and I try to use org.h2.test.TestAll API to validate our system. We use 1.2.128 version now and plan to migrate upper version. I built 1.2.135 version with ant and copied output files to our system and typed command below. java -cp . org.h2.test.TestAll

Re: ArrayIndexOutOfBoundsException when update data

2010-08-12 Thread JW
Hi, I just want to send corrupted files if it will helpful to debug this problem. Now I know this bug is fixed in 1.2.131 and we will upgrade upper version. Thank you for your answer. :) On 8월12일, 오후6시48분, Thomas Mueller wrote: > Hello, > > > Caused by: java.lang.ArrayIndexOutOfBoundsException:

ArrayIndexOutOfBoundsException when update data

2010-08-11 Thread JW
Hi, We use h2-1.2.128 version and get weird error report from client. The problem is that unexpectable value is returned when we query specific data. We assume database is corrupted and data is mixed up. We analyze error log and assume that data is mixed/messed up after ArrayIndexOutOfBoundsExcep

"Error while renaming file" occured when updating CLOB

2010-07-27 Thread JW
Hi, We got weird error report from customer and we have no clue why this error is happend. We used H2 engine 1.0.71 version before and changed engine to 1.2.128 version by two months ago. Therefore, the database file can be created by engine of 1.0.71 version but we don't have that information and