neurolabs / henplus

HenPlus is a SQL shell that can handle multiple sessions in parallel. The commandline interface with the usual history functions features TAB-completion for commands, tables and columns. Database connect via JDBC.
GNU General Public License v2.0
97 stars 51 forks source link

Patch: correct representation of boolean values #4

Closed tbk303 closed 13 years ago

tbk303 commented 13 years ago

The String representation of boolean values ie for PostreSQL looks like "t" for true and "f" for false. Thats actually correct but not very well readable. The patch makes sure, that the string represantation is changed to "true" and "false".

https://gist.github.com/759805

neurolabs commented 13 years ago

name booleans true and false in result display. closed by f41c48d5157ab3e96bc0d3945ae8f4f2fb877ac7.