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
98
stars
51
forks
source link
Patch: correct representation of boolean values #4
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".
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