1
I Use This!
Activity Not Available

News

Analyzed 12 months ago. based on code collected over 3 years ago.
Posted almost 13 years ago by dangermouse
deltasql is a simple yet powerful script management system for SQL. It is a sort of pendant for cvs in the database world. 0.850 is released with the robustness of 0.810, and has a guided install procedure which does not require the user to setup the mySQL schema behind.
Posted almost 13 years ago by dangermouse
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 ... [More] can 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 almost 13 years ago by dangermouse
Deltasql server was reviewed in an article by Tim Hustler named "Database source control: map those changes!" available at http://blogs.creative-jar.com/post/Database-Source-Control--Map-those-changes.aspx Release 1.2.1 contains an improved ... [More] Linux/Bash 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 almost 13 years ago by dangermouse
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 ... [More] script 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 13 years ago by dangermouse
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 almost 13 years ago by dangermouse
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. ... [More] User 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]
Posted almost 13 years ago by dangermouse
deltasql is used in production now :-). The company we are working for (LogObject AG http://www.logobject.ch) migrated seven of its customers to deltasql. deltasql currently mantains 740 sql scripts and 11 database branches for production schemas.
Posted about 13 years ago by [email protected] (dangermouse)
deltasql is a control version system for database schema.deltasql 1.5.0 contains charts to see how deltasql improves over time. It is possible to see how many scripts are added each month and how many synchronizations are performed. A top ten page ... [More] shows the best developers writing new scripts and the best release managers performing most synchronizations.Minor features include a changelog feature which shows which is the latest deltasql release and the ability to edit scripts when they are shown. Other minor enhancements and the removal of the unused phone home functionality round off this release. [Less]
Posted over 13 years ago by [email protected] (dangermouse)
deltasql is a system to version database schemas.1.4.3 ships with a new feature: users who opt in, will receive an email notification each time a new script is inserted in deltasql.This feature should easy the introduction in deltasql, where the ... [More] development is currently done via emails. Users who are confident with deltasql will use it straight away, other users who are not conviced by deltasql strength can opt-in the email notification feature.The only requirement for all users is that they need to insert the new script into deltasql instead of sending an email to the other users.Admins who would like to user this feature in production should consider installing patch level three available from sf.net/projects/deltasql in the files section for 1.4.3.1.4.3 also includes new user preferences and a polished web interface and minor fixes. [Less]
Posted almost 14 years ago by [email protected] (dangermouse)
There is a patch available in the Files section of the project page for the deltaclient for Windows. It fixes a stability problem with the .conf files and it allows the user to select the database type.