Menu

#183 Check for null default on HSQL incorrectly flags columns

N/A
open
nobody
None
5
2014-08-13
2014-08-13
Jon Schewe
No

I used SchemaSpy to look at my HSQL database and under the anomalies tab I was that all of the columns that I have default values of null on showing up. My guess is that HSQL uses string as the default type of objects and therefore the check against instanceof string doesn't work.

Discussion


Log in to post a comment.