mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-25 18:33:44 +03:00
Brag about encoding/decoding speedup
This commit is contained in:
parent
cb5293be1f
commit
f3e47a72ed
2
NEWS
2
NEWS
|
@ -25,6 +25,8 @@ New features:
|
||||||
- Added `~psycopg2.extensions.quote_ident()` function (:ticket:`#359`).
|
- Added `~psycopg2.extensions.quote_ident()` function (:ticket:`#359`).
|
||||||
- Added `~connection.get_dsn_parameters()` connection method (:ticket:`#364`).
|
- Added `~connection.get_dsn_parameters()` connection method (:ticket:`#364`).
|
||||||
- `~cursor.callproc()` now accepts a dictionary of parameters (:ticket:`#381`).
|
- `~cursor.callproc()` now accepts a dictionary of parameters (:ticket:`#381`).
|
||||||
|
- Using Python C API decoding functions and codecs caching for faster
|
||||||
|
unicode encoding/decoding (:ticket:`#473`).
|
||||||
|
|
||||||
Other changes:
|
Other changes:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user