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

Allow schema to inform column alignment #3

Closed ewaters closed 12 years ago

ewaters commented 12 years ago

Currently the Text::UnicodeBox::Table aligns all numbers to the right and non-numbers to the left. This is not what mysql-client does, and should use the schema to inform which direction to align.