~psycopg/psycopg/2.0.x

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Federico Di Gregorio
  • Date: 2009-01-22 23:09:20 UTC
  • Revision ID: fog@initd.org-20090122230920-3o0yr9v00990klog
Added adapter to handle float('inf') and float('nan')

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
2009-01-20  Federico Di Gregorio  <fog@initd.org
 
1
2009-01-23  Federico Di Gregorio  <fog@initd.org>
 
2
 
 
3
    * Fixed problem mailed by Markus Demleitner about Python to
 
4
    PostgreSQL conversions of "nan" and "inf" floats resulting in
 
5
    backend errors. Added the new psycopg2.extensions.Float adapter
 
6
    that correctly handle both values and unit tests. (The opposite
 
7
    conversion was already working.)
 
8
 
 
9
2009-01-20  Federico Di Gregorio  <fog@initd.org>
2
10
 
3
11
        * Fixed problem reported by Lawrence Oluyede where
4
12
        register_type() didn't work on connection and cursors