~psycopg/psycopg/2.0.x

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Federico Di Gregorio
  • Date: 2005-11-20 04:54:33 UTC
  • Revision ID: fog-103d49c98779617785445beaea41dde2a376c085
Fixed problem in microseconds conversion.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2005-11-20  Federico Di Gregorio  <fog@initd.org>
 
2
 
 
3
        * psycopg/typecast.c: fixed problem with microseconds conversion by
 
4
        applying slightly modified patch from Ronnie Mackay.
 
5
 
1
6
2005-11-19  Federico Di Gregorio  <fog@initd.org>
2
7
 
3
8
        * lib/extensions.py: COMMITED -> COMMITTED. (Closes: #73)
 
9
 
4
10
        * doc/extensions.rst: included Daniele's work after minor cosmetic changes
5
11
        like using the new constants instead of numbers for transaction isolation
6
12
        levels.