~psycopg/psycopg/2.0.x

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Federico Di Gregorio
  • Date: 2008-09-23 07:11:11 UTC
  • Revision ID: fog@initd.org-20080923071111-pcs5dlrk7fdnjz5g
Support for NULLs in UUID

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2008-09-23  Federico Di Gregorio <fog@initd.org>
 
2
 
 
3
        * Applied patch from Brian Sutherland that fixes NULL
 
4
        valus in UUID support.
 
5
 
1
6
2008-09-19  Federico Di Gregorio <fog@initd.org>
2
7
 
3
8
        * lib/extras.py: added UUID support, modeled after the code