- Fixed SQL file migration IDs under windows (#121)
- Added
ragtime.strategy/ignore-future(#129) - Added support for turning off transactions in JDBC migrations (#124)
- Fixed table creation when table has schema (#118)
- Added
ragtime.jdbc.migrtion/create-tablefunction
- Renamed
ragtime/ragtime.coreproject toragtime/core - Renamed
ragtime/ragtime.jdbcproject toragtime/jdbc - Changed
ragtime.corefunctions to use option maps - Replaced
Exceptioninstances with more detailedex-infoexceptions - Moved reporter callback from
ragtime.repltoragtime.core - Fixed JDBC migrations to always sort by
:id(#113)
- Fixed condition check comparing migrations to discards (#114)
- Limited table check to connection catelog (#110)
- Added support for DB spec with existing connection
- Fixed database connection leak
- Add check for existance of migration table
- Updated clojure.java.jdbc to 0.5.8