mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-10 19:16:34 +03:00
e335d6d223
Many editors automatically trim whitespace on save. By trimming all files in one go, makes future diffs cleaner without extraneous whitespace changes.
16 lines
475 B
Plaintext
16 lines
475 B
Plaintext
Main authors:
|
|
Federico Di Gregorio <fog@debian.org>
|
|
Daniele Varrazzo <daniele.varrazzo@gmail.com>
|
|
|
|
For the win32 port:
|
|
Jason Erickson <jerickso@indian.com>
|
|
|
|
Additional Help:
|
|
|
|
Peter Fein contributed a logging connection/cursor class that even if it
|
|
was not used directly heavily influenced the implementation currently in
|
|
psycopg2.extras.
|
|
|
|
Jan Urbański (re)started the work on asynchronous queries and contributed
|
|
both on that and on other parts of psycopg2.
|