~psycopg/psycopg/2.0.x

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Federico Di Gregorio
  • Date: 2004-12-10 10:34:57 UTC
  • Revision ID: fog-1b2e9ebeaa5d76bd7e4a9dc5eb779afb4076f236
async fixes and better connection/cursor management.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
What's new in psycopg 1.99.11
 
2
-----------------------------
 
3
 
 
4
* 'cursor' argument in .cursor() connection method renamed to 
 
5
  'cursor_factory'.
 
6
 
 
7
* changed 'tuple_factory' cursor attribute name to 'row_factory'.
 
8
 
 
9
* the .cursor attribute is gone and connections and cursors are propely
 
10
  gc-managed.
 
11
 
1
12
What's new in psycopg 1.99.10
2
13
-----------------------------
3
14