mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-01-31 01:14:09 +03:00
Ticket #100 closed
Note that rownumber is still broken for named cursors: it is reset to zero when each itersize block is fetched.
This commit is contained in:
parent
b8597dc1d3
commit
1d7e6afcf0
2
NEWS
2
NEWS
|
@ -9,6 +9,8 @@ What's new in psycopg 2.4.5
|
|||
interaction (ticket #90).
|
||||
- Better efficiency and formatting of timezone offset objects thanks
|
||||
to Menno Smits (tickets #94, #95).
|
||||
- Fixed 'rownumber' during iteration on cursor subclasses.
|
||||
Regression introduced in 2.4.4 (ticket #100).
|
||||
|
||||
|
||||
What's new in psycopg 2.4.4
|
||||
|
|
Loading…
Reference in New Issue
Block a user