dbMigration .NET 6.3 released
dbMigration .NET 6.3 is a simple, easy and intuitive multiple database migration and data synchronization tool, With it you can easily migrate schema and data to Firebird and vice versa. (Full support for Firebird 1.5~4.0+)
- Updated to FirebirdSql.Data.FirebirdClient.dll 5.11.0.0
- Added Migrating data with a SQL statement
- Added automatically reset sequences after migrating the table (FB3)
- Fixed missing declaration of DEFAULT in CREATE statement (FB)
- Improved Automatic Mapping Domain Types (FB)
- Improved Custom Mapping Types
- Improved Command-Line parsing
- …and more