* commit 'e9b7ea87982f2429a6a867cd94c1b8e8aacd5e51': rt
@ -129,7 +129,8 @@ public class HSQLDialect extends Dialect {
hsqldbVersion += Integer.parseInt( versionString.substring( 4, 5 ) );
}
catch ( Throwable e ) {
// must be a very old version
// 抛出来
throw new RuntimeException(e.getMessage());
registerColumnType( Types.BIGINT, "bigint" );