| Subcribe via RSS

Omni[My]SQL 0.0.5 Released

July 30th, 2008 | 1 Comment | Posted in MySQL, OmniMySQL, OmniSQL

The OmniMySQL project is now officially known as OmniSQL (for obvious potential legal reasons). I find myself using this tool more and more, so I thought it was about time to add some new features. The new project download site is now http://code.google.com/p/omnisql/. Let me know of any bugs and/or enhancements!

CHANGELOG:

0.0.5 - 30 July 2008

- Added the --list-groups command-line option
- Updated Documentation
- Added a version check on startup
- Changed the project name to OmniSQL
- Added support for piping commands through STDIN

Tags: , , ,

OmniMySQL 0.0.4 Released [BUGFIX]

June 18th, 2008 | No Comments | Posted in MySQL, OmniMySQL

OmniMySQL 0.0.4 is a minor release fixing two bugs that I should have caught (it now crashes less). The current release can be downloaded here.

Tags: , ,

OmniMySQL version 0.0.3 released

June 15th, 2008 | No Comments | Posted in MySQL, OmniMySQL

This release fixes bugs and changes the parser from SQL::Parser to DBIx::MyParsePP. This change was made in order to accommodate MySQL-specific deviations from Standard SQL. Unfortunately, this change also comes with the expense of a slow startup, but I think it is worth the trade-off. OmniMySQL can be downloaded here.

CHANGELOG:

0.0.3 - 15 June 2008

- Migration from SQL::Parser to DBIx::MyParsePP

Tags: , ,