Daniele Varrazzo
|
98d6d96ee3
|
Fixed exception testing on Python 3
...and so caught exceptions are local to the except suite in Py3.
(Lo sapevate? Sapevatelo!)
|
2012-02-23 23:15:42 +00:00 |
|
Daniele Varrazzo
|
43daba38e7
|
Make Error and subclasses picklable
Useful for multiprocessing interaction.
Closes ticket #90.
|
2012-01-14 17:34:09 +00:00 |
|
Daniele Varrazzo
|
417203f68e
|
Added test to check connect() with no parameters
|
2011-11-17 21:51:24 +00:00 |
|
Daniele Varrazzo
|
625cc1b402
|
Escape parameters to the connection strings as required by PQconnectdb
|
2011-11-17 21:51:24 +00:00 |
|
Daniele Varrazzo
|
99ac79511c
|
Added test module to verify the dsn manipulation
|
2011-11-17 21:51:24 +00:00 |
|