~psycopg/psycopg/2.0.x

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Federico Di Gregorio
  • Date: 2005-12-11 07:50:27 UTC
  • Revision ID: fog-933b3ba9d0054bffd82dcb4c86e5e9e2d95f9418
Fixed problem with "fractionary" time zones (Closes: #78).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2005-12-11  Federico Di Gregorio  <fog@initd.org>
 
2
 
 
3
        * psycopg/typecast.c (typecast_parse_time): cz limit in the while
 
4
        loop is 6, not 5. This solve the problem with "fractionary" time zones
 
5
        and fixes #78. 
 
6
 
1
7
2005-12-06  Federico Di Gregorio  <fog@initd.org>
2
8
 
3
9
        * lib/extras.py: added .callproc() to DictCursor as suggested