1
I Use This!
Activity Not Available

News

Analyzed over 1 year ago. based on code collected almost 4 years ago.
Posted about 14 years ago by [email protected] (dangermouse)
A new video tutorial revealing in 11 minutes the secret of installing the deltasql server has been published :-)
Posted about 14 years ago by [email protected] (dangermouse)
Deltasql is a server/client architecture to manage submission of SQL scripts by several developers and to version any kind of database schema.Version 1.4.0 includes a new multipurpose client written in Freepascal/Lazarus targeting the Windows XP, 7 ... [More] , Vista platform. The client features dynamic project/branches selection and automatic copy to clipboard of generated scripts.Other changes include security improvements and better support for people upgrading from previous versions. [Less]
Posted over 14 years ago by [email protected] (Tiziano Mengotti)
deltasql 1.3.6 ships with a lot of major features which were not covered by the previous 1.2.x line:- advanced synchronization algorithm which supports branching including branches of branches and tagging- ability to track edited scripts and to see ... [More] their differences in a wiki-like style- RSS feed with latest scripts- updated documentation including a set of 7 tutorial videos explaining how deltasql works [Less]
Posted almost 15 years ago by [email protected] (Tiziano Mengotti)
Deltasql 1.3.0 ships with a brand new synchronization algorithm which handles branches of branches, tagging and upgrade from production to development schemas.
Posted about 15 years ago by [email protected] (Tiziano Mengotti)
Deltasql server was reviewed in an article by Tim Hustler named "Database source control: map those changes!" available athttp://blogs.creative-jar.com/post/Database-Source-Control--Map-those-changes.aspxRelease 1.2.1 contains an improved Linux/Bash ... [More] client which allows deltasql to perform continouus database integration (see http://www.deltasql.org/deltasql/faq.php#continouus for more info).In the 1.1.1 release important fixes were made, in particular in the validation part of the synchronization step, and on the deletion of projects, modules and branches. [Less]
Posted about 15 years ago by [email protected] (Tiziano Mengotti)
deltasql is a tool that helps a team of developers to manage and version their database schemas, both for development and production.Release 1.1.0 includes a bash client for the deltasql server, which in conjunction with database binding scripts can ... [More] be used to implement continouus database integration.Roadmap: we plan a deltasql client to export scripts as single files for usage in dbdeploy-like tools.have fun! [Less]
Posted about 16 years ago by [email protected] (Tiziano Mengotti)
deltasql is a tool that helps a team of developers to manage and version their database schemas, both for development and production.deltasql 1.0.6 adds coloured rows to show the age of scripts and records now also the timestamp of when a new script ... [More] is submitted to the deltasql server.However, the main feature of deltasql 1.0.6 is a gadget for your Google start page. The gadget shows the latest submitted scripts and provides useful links to the deltasql server.With this version we change also the numbering schema to a more traditional schema, common in the Open Source world...Have fun!WARNING:Before upgrading to 1.0.6 you need to run this script on the database schema:ALTER TABLE `tbscript` CHANGE `create_dt` `create_dt` DATETIME NOT NULL;ALTER TABLE `tbscript` CHANGE `update_dt` `update_dt` DATETIME NOT NULL; [Less]
Posted almost 17 years ago by [email protected] (Tiziano Mengotti)
deltasql is a tool to manage your databases while the source code is growing.Version 1.004 allows the creation of branch of branches (by duplicating them). The script management was improved:1.004 records when a script was modified and by whom. It is ... [More] possible to search between scripts in a given time interval (added with 1.003). Confirmation before deleting scripts is now required (with 1.002).There were several documentation improvements.If you are upgrading from a previous deltasql version, you need to launch a script that adds two columns in the tbscript table. [Less]
Posted about 17 years ago by [email protected] (Tiziano Mengotti)
deltasql is a tool to manage your databases while the source code is growing.The deltasql clients also support Microsoft SQL server and Sybase via jTDS driver (a sourceforge project that implements the JDBC driver for the mentioned database types). ... [More] The schema name was removed, as it was creating confusion. The possibility to specify another user as root user was added to the install procedure. The test data script is running correctly now. [Less]
Posted about 17 years ago by [email protected] (Tiziano Mengotti)
deltasql is a tool to collect SQL scripts and to apply them to several different databases.This is the changelog for version 1.000:Project module management was improved with the possibility to delete modules and has less confusing navigation. User ... [More] management was improved with the possibility to delete users for administrators. Error management was improved with bugfixes, more error types, and a link to error documentation if the format is HTML. XML can be exported for advanced deltasql clients.The .tar.gz package has now the correct Unix end of line format. [Less]