- Forked to support JRuby
- #691 Fix constraints bug
- #700 SET SINGLE_USER before dropping the database
- #733 Calculate should not remove ordering for MSSQL
- #735 Order by selected items when using distinct exists
- #737 Use default precision for 'time' column type
- #744 Adapter does not use prepared statement cache
- #743 Set default time precision when registering time type
- #745 Quoted table names containing square brackets need to be regex escaped
- #686 sql_for_insert set table name in case when pk is not nil
- #681 change_column_null should not clear other column attributes. Fixes #582.
- #684 Fix explain with array conditions. Fixes #673.
- #638 Don't disable referential integrity for the same table twice.
- #646 Make String equality check work for Type::Data values. Fixes #645.
- #671 Fix tinyint columns schema migration. Fixes #670.
- #642 Added with (nolock) hint to information_schema.views.
Please check 5-1-stable-jdbc for previous changes.