mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-14 04:56:33 +03:00
Added missing points to the changelog.
This commit is contained in:
parent
d8f4ed1a04
commit
2af29b467d
13
ChangeLog
13
ChangeLog
|
@ -4,6 +4,19 @@
|
||||||
|
|
||||||
* lib/extensions.py: PY* and MX* time typecaster imported from _psycopg.
|
* lib/extensions.py: PY* and MX* time typecaster imported from _psycopg.
|
||||||
|
|
||||||
|
2010-04-11 Daniele Varrazzo <daniele.varrazzo@gmail.com>
|
||||||
|
|
||||||
|
* psycopg/connection_type.c: Correctly parse keywords in connect().
|
||||||
|
|
||||||
|
2010-04-07 Daniele Varrazzo <daniele.varrazzo@gmail.com>
|
||||||
|
|
||||||
|
* psycopg/pqpath.c: Ensure running COPY in blocking mode.
|
||||||
|
|
||||||
|
* psycopg/pqpath.c: Free the GIL in blocking operations in V2 COPY FROM.
|
||||||
|
|
||||||
|
* psycopg/pqpath.c: Evaluate Python objects only once outside the COPY I/O
|
||||||
|
loops.
|
||||||
|
|
||||||
2010-04-05 Federico Di Gregorio <fog@initd.org>
|
2010-04-05 Federico Di Gregorio <fog@initd.org>
|
||||||
|
|
||||||
* Fixed problem with asynchronous NOTIFYs.
|
* Fixed problem with asynchronous NOTIFYs.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user