SQL Server 2005 query bug
Brought to you by:
johncurrier
When I ran schemaspy against a SQL Server 2005 with the MS JDBC4 driver, I got an error about a variant field not supported. This is a well known error and it requires a "convert" in the query.
This small patch seems to be good enough for running schemaspy with SQL Server 2005.
patch for mssql05
Yea, I'm finally getting around to putting this all together. This is in the latest beta at http://schemaspy.sourceforge.net/schemaSpy.jar
Thanks,
John