Download List

Projeto Descrição

Migrations is a tool for managing changes to database schemas. It is an Enterprise tool based on ActiveRecord migrations from Rails. It features multiple schema interactions, runtime substitution of values, script generation, auditing, and much more.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-09-21 22:50
0.15.0

A capacidade de retomar uma migração sem abortar o processo inteiro em um erro foi introduzido. O código de templates foi atualizado para solicitar um modelo de valores se recursos necessários durante a migração tem a necessidade de o valor. O algoritmo de forma mais precisa mostrar o medidor de progresso em várias migrações de esquema simultânea foi melhorado. A propriedade de campo de texto nome no popup atualização imóvel foi desativado para reduzir a confusão. Uma questão que não fornecer todas as informações de conexão poderia causar a aplicação para tentar avançar com valores inválidos foi corrigido.
Tags: Stable, Feature Enhancement, UI enhancements
The ability to resume a migration without aborting the entire process on an error was added. The templating code was updated to prompt for template values if a resource needed during that migration has need of the value. The algorithm to more accurately display the progress meter across multiple simultaneous schema migrations was improved. The property name text field in the property update popup was disabled to reduce confusion. An issue where not providing all of the connection information would cause the application to try and proceed with invalid values was fixed.

2009-08-11 04:07
0.14.2

Esta liberação atualiza os re-conexão lógica usar para compartilhar a conexão, se for o URL db mesmo em vez de apenas o mesmo esquema. Ela corrige a conexão para não auto-commit por padrão (2832188). Ela corrige um problema em que os maus condutores JDBC eram auto-registadas, embora eles realmente não funciona. Agora só motoristas de trabalho são carregados (2832183).
Tags: Stable, Bugfixes
This release updates the connection re-use logic to share the connection if it is the same db URL instead of just the same schema. It fixes the connection to not auto-commit by default (2832188). It fixes an issue where bad JDBC drivers were being auto-registered even though they don't actually work. Now only working drivers are loaded (2832183).

2009-08-05 00:27
0.14.1

Um problema onde as informações de migração interna foi quebrar quando usando bases de dados com verificação de tipo estrito foi corrigido. Um bug onde o estado interno das opções de migração foram reiniciados não estar entre as cargas nova configuração da migração foi corrigido. O apoio de embalagens foi fixado para aceitar migrations.xml além da migration.xml.
Tags: Stable, Bug Fix
An issue where the internal migration information was breaking when using databases with strict type checking was fixed. A bug where the internal state of the migration options were not being reset between new migration configuration loads was fixed. The packaging support was fixed up to accept migrations.xml in addition to the migration.xml.

2009-08-03 23:02
0.14.0

A capacidade de migrar vários esquemas simultaneamente foi adicionado. A interface de linha de comando foi modificado para suportar o uso de vários esquemas. O display versão foi alterado para indicar o número da versão atual, em vez de LATEST ao migrar para a versão mais recente. A seleção do esquema foi ajustada para selecionar automaticamente o esquema se fosse a única opção disponível. Um vazamento de memória o que aconteceu por falta de espaço devido ao classloaders pilha de lixo não coletado foi ficando fixo. Um vazamento de conexão acontecendo com as tentativas de migração não foi corrigido.
Tags: Stable, Feature Enhancements
The ability to migrate multiple schemas simultaneously was added. The command line interface was changed to support the use of multiple schemas. The version display was changed to state the actual version number instead of LATEST when migrating to the latest version. The schema selection was adjusted to automatically select the schema if it was the only option available. A memory leak which happened by running out of heap space due to classloaders not getting garbage collected was fixed. A connection leak happening with failed migration attempts was fixed.

2009-07-28 03:07
0.13.0

Esta versão adiciona suporte para poder migrar contra um zip. Ou. Jar (correções 2826038). O produto foi atualizado para que ele funcione em ambos os 32-bit ou 64-bit sistemas dinamicamente carregar as bibliotecas adequadas (correções 2826042). A janela foi atualizado para permitir que as teclas de atalho para os botões e para mostrar a propriedade a ser modificada no título. Os scripts de inicialização do Unix foram atualizados para a saída para o console, além de arquivo de logs. A embalagem foi cortada para baixo para ser apenas o Linux, Mac e Windows para ajudar a reduzir a confusão com 32 - vs 64-bit. A implementação mac foi alterado de carbono ao cacau.
Tags: Stable
This release adds support for being able to migrate against a .zip or .jar file (fixes 2826038). The product has been updated so that it works on either 32-bit or 64-bit systems by dynamically loading the appropriate libraries (fixes 2826042). The window has been updated to allow hotkeys for the buttons and to show the property being modified in the title. The Unix startup scripts have been updated to output to the console in addition to file logs. The packaging has been trimmed down to be just Linux, Mac, and Windows to help reduce confusion with 32- vs 64-bit apps. The mac implementation has been changed from Carbon to Cocoa.

Project Resources