1
I Use This!
Activity Not Available

News

Analyzed 12 months ago. based on code collected over 3 years ago.
Posted about 12 years ago by dangermouse
deltasql 1.6.1 enhances the navigation experience by adding a navigation bar on the left. This was a long awaited feature and we are glad to finally release it :-) The deltasql website at http://deltasql.sourceforge.net was rewamped, too!
Posted over 12 years ago by dangermouse
The main website of Deltasql is now moved to deltasql.sourceforge.net Please take notice, have fun :-)
Posted over 12 years ago by dangermouse
The main website of Deltasql is now moved to deltasql.sourceforge.net Please take notice, have fun :-)
Posted over 12 years ago by dangermouse
Release 1.5.4 adds the long awaited support for PHP 5.3. Especially people which installed deltasql via XAMPP should benefit from it. Please note that due to the sourceforge project upgrade, the git repository of deltasql changed to git://git.code.sourceforge.net/p/deltasql/code
Posted over 12 years ago by dangermouse
Release 1.5.4 adds the long awaited support for PHP 5.3. Especially people which installed deltasql via XAMPP should benefit from it. Please note that due to the sourceforge project upgrade, the git repository of deltasql changed to git://git.code.sourceforge.net/p/deltasql/code
Posted over 12 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 over 12 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 over 12 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 over 12 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 over 12 years ago by dangermouse
deltasql is a sort of cvs for database schemas. It allows the creation of branches and currently supports Oracle, mySQL and postgreSQL schemas. This is the initial release on sourceforge.net. A test instance is on ... [More] http://www.gpu-grid.net/deltasql You are welcome to test deltasql live there. We appreciate your feedback to the mailing list gpu-world at lists.sourceforge.net [Less]