Sunday, July 7, 2013

deltasql 1.6.2

deltasql is a tool to synchronize databases with
source code, which helps to keep database
evolution under control. While developing
mid-sized or big applications, developers make
changes to the data model that go along with
changes to the source code. From time to time,
branches of source code are done to stabilize the
code that will go to production. A sort of data
model branch is also needed. deltasql provides a
simple way to collect all scripts that change the
data model and means to handle data model
branches. The deltasql server runs on Apache and
is backed by MySQL.Release Notes: This release adds logic to select only the branches valid for a given project.

This is used when submitting or editing scripts.

When synchronizing,
only valid tags/branches are shown in the synchronization form.

The three listboxes of the synchronization form adapt dynamically,
as is done with the Freepascal deltaclient.

The feature is achieved with AJAX technology.

These two features help reduce the number of human errors when using deltasql in a
complicated environment with many branches and tags.

The Python client is extended to support Oracle's mysql.connector.

Release Tags: new features
Tags: Database, Database Engines/Servers, Software Development, Version Control
Licenses: GPL - Full Post

No comments:

Post a Comment