mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-01-31 17:34:08 +03:00
Fixed bug number typo in NEWS file
This commit is contained in:
parent
a8fdc74090
commit
e9661bcde5
2
NEWS
2
NEWS
|
@ -20,7 +20,7 @@ What's new in psycopg 2.5.3
|
||||||
- Fixed handling of dsn and closed attributes in connection subclasses
|
- Fixed handling of dsn and closed attributes in connection subclasses
|
||||||
failing to connect (from :ticket:`#192` discussion).
|
failing to connect (from :ticket:`#192` discussion).
|
||||||
- Fixed overflow opening a lobject with an oid not fitting in a signed int
|
- Fixed overflow opening a lobject with an oid not fitting in a signed int
|
||||||
(:ticket:`203`).
|
(:ticket:`#203`).
|
||||||
- Don't segfault using poorly defined cursor subclasses which forgot to call
|
- Don't segfault using poorly defined cursor subclasses which forgot to call
|
||||||
the superclass init (:ticket:`#195`).
|
the superclass init (:ticket:`#195`).
|
||||||
- Fixed debug build on Windows, thanks to James Emerton.
|
- Fixed debug build on Windows, thanks to James Emerton.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user