mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-25 18:33:44 +03:00
Updated NEWS with the connection encoding fix
This commit is contained in:
parent
19653a88ec
commit
e3605b33c1
2
NEWS
2
NEWS
|
@ -3,6 +3,8 @@ What's new in psycopg 2.4.1
|
|||
|
||||
- Use own parser for bytea output, not requiring anymore the libpq 9.0
|
||||
to parse the hex format.
|
||||
- Don't fail connection if the client encoding is a non-normalized
|
||||
variant. Issue reported by Peter Eisentraut.
|
||||
- Correctly detect an empty query sent to the backend (ticket #46).
|
||||
- Allow to specify --static-libpq on setup.py command line instead of
|
||||
just in 'setup.cfg'. Patch provided by Matthew Ryan (ticket #48).
|
||||
|
|
Loading…
Reference in New Issue
Block a user