#50: Better support for PostgreSQL Boolean types
-----------------------+--------------------
  Reporter:  cito      |      Owner:
      Type:  defect    |     Status:  closed
  Priority:  major     |  Milestone:  5.1
 Component:  DB API 2  |    Version:  4.1
Resolution:  fixed     |   Keywords:
-----------------------+--------------------
Changes (by cito):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 pgdb already fully supports Boolean values and I have added a test for
 this in r630.

 pg already supported Boolean as parameters, so we only needed to support
 conversion to bool on output, which I have done in r634.

 So this ticket is done!

 Note however, that this is not enabled by default because we want to stay
 backward compatible. To activate it, you need to activate bool support by
 calling pg.set_bool(True). The default setting for this can be changed in
 5.x or 6.x.

--
Ticket URL: <http://trac.pygresql.org:8000/trac/ticket/50#comment:2>
PyGreSQL <http://www.pygresql.org/>
PyGreSQL Tracker
_______________________________________________
PyGreSQL mailing list
[email protected]
https://mail.vex.net/mailman/listinfo.cgi/pygresql

Reply via email to