mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-29 04:13:43 +03:00
Restored meaning of the word "respectively".
This commit is contained in:
parent
e1b3c7b940
commit
08e14e1049
2
NEWS
2
NEWS
|
@ -167,7 +167,7 @@ What's new in psycopg 2.0.7
|
||||||
and infrequently used so this should improve performance.
|
and infrequently used so this should improve performance.
|
||||||
- New QueryCanceledError and TransactionRollbackError exceptions
|
- New QueryCanceledError and TransactionRollbackError exceptions
|
||||||
have been added to the psycopg2.extensions module. They can be
|
have been added to the psycopg2.extensions module. They can be
|
||||||
used to detect deadlocks and statement timeouts respectively.
|
used to detect statement timeouts and deadlocks respectively.
|
||||||
- Cursor objects now have a "closed" attribute. (#164)
|
- Cursor objects now have a "closed" attribute. (#164)
|
||||||
- If psycopg has been built with debug support, it is now necessary
|
- If psycopg has been built with debug support, it is now necessary
|
||||||
to set the PSYCOPG_DEBUG environment variable to turn on debug
|
to set the PSYCOPG_DEBUG environment variable to turn on debug
|
||||||
|
|
Loading…
Reference in New Issue
Block a user