Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch: correct representation of boolean values #4

Closed
tbk303 opened this issue Dec 30, 2010 · 1 comment
Closed

Patch: correct representation of boolean values #4

tbk303 opened this issue Dec 30, 2010 · 1 comment

Comments

@tbk303
Copy link
Collaborator

tbk303 commented Dec 30, 2010

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
Copy link
Owner

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

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants