sagarswathi / h2database

Automatically exported from code.google.com/p/h2database
0 stars 1 forks source link

String treated as Timestamp in some special cases #378

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
While adopting our own persistance layer to use H2, I discoverd a strange 
behaviour. Attached is a test case which is extracted from our test suite. 

It contains some tables, some data and two views. Selecting data from one of 
this views results in a SQLException. H2 seems to try to convert a string value 
to timestamp. The string value is a string in the DB, no need to convert it to 
a timestamp.

Original issue reported on code.google.com by andreas....@gmail.com on 16 Feb 2012 at 4:57

GoogleCodeExporter commented 8 years ago
I will have a look.

Original comment by thomas.t...@gmail.com on 17 Feb 2012 at 8:31

GoogleCodeExporter commented 8 years ago
This will be fixed in the next release. Thanks for your help!

Original comment by thomas.t...@gmail.com on 30 Apr 2012 at 4:53

GoogleCodeExporter commented 8 years ago
Fixed in version 1.3.167

Original comment by thomas.t...@gmail.com on 23 May 2012 at 7:23