ewaters / altsql-shell

An easily extensible DBI shell, perfect for a drop-in replacement to mysql-client
http://ewaters.github.com/altsql-shell
123 stars 19 forks source link

Fully implemented my.cnf with green tests #27

Closed spikegrobstein closed 12 years ago

spikegrobstein commented 12 years ago

Fully implemented the my.cnf support with passing tests.

Support for key-only configuration fields, boolean fields (true/false map to 1/0), and some basic aliasing of fields. Honor [mysql] and [client] sections in my.cnf. No more test polution from automatic reading of ~/.my.cnf during test suite run.

ewaters commented 12 years ago

This fixed #17