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
2245b56dc1
commit
25ae646dcf
2
NEWS
2
NEWS
|
@ -11,7 +11,7 @@ What's new in psycopg 2.5.3
|
|||
- Fixed handling of dsn and closed attributes in connection subclasses
|
||||
failing to connect (from :ticket:`#192` discussion).
|
||||
- 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
|
||||
the superclass init (:ticket:`#195`).
|
||||
- Fixed debug build on Windows, thanks to James Emerton.
|
||||
|
|
Loading…
Reference in New Issue
Block a user