#50: Better support for PostgreSQL Boolean types
-----------------------+-----------------
Reporter: cito | Owner:
Type: defect | Status: new
Priority: major | Milestone: 5.1
Component: DB API 2 | Version: 4.1
Resolution: | Keywords:
-----------------------+-----------------
Description changed by cito:
Old description:
> Currently, PyGresql can map PostgreSQL Boolean values only to strings
> ('t', 'f') in Python.
>
> We should support automatic convertion to and from Python boolean type
> (True, False) on both input and output, in pg as well as in pgdb.
New description:
Currently, Pygres can map Postgres Boolean values only to strings ('t',
'f') in Python.
We should support automatic convertion to and from the Python boolean type
(True, False) on both input and output, in pg as well as in pgdb.
This could be made configurable with a switch that would be set to off by
default in 5.x, and then in 6.x the switch could be flipped.
--
--
Ticket URL: <http://trac.pygresql.org:8000/trac/ticket/50#comment:1>
PyGreSQL <http://www.pygresql.org/>
PyGreSQL Tracker
_______________________________________________
PyGreSQL mailing list
[email protected]
https://mail.vex.net/mailman/listinfo.cgi/pygresql