mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-22 17:06:33 +03:00
Added NEWS note about picklable cursor.desciption
This commit is contained in:
parent
5af5fb4cc6
commit
2a2f306f7b
1
NEWS
1
NEWS
|
@ -21,6 +21,7 @@ What's new in psycopg 2.5.5
|
|||
|
||||
- Named cursors used as context manager don't swallow the exception on exit
|
||||
(:ticket:`#262`).
|
||||
- `cursor.description` can be pickled (:ticket:`#265`).
|
||||
- Propagate read error messages in COPY FROM (:ticket:`#270`).
|
||||
- PostgreSQL time 24:00 is converted to Python 00:00 (:ticket:`#278`).
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user