Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve async replication test. | Oleksandr Shulgin | 2015-10-19 | 1 | -0/+2 |
| | |||||
* | Fix PSYCOPG2_TEST_REPL_DSN handling. | Oleksandr Shulgin | 2015-10-16 | 1 | -1/+5 |
| | |||||
* | Fix ReplicationTest: no NotSupportedError now. | Oleksandr Shulgin | 2015-10-14 | 1 | -3/+1 |
| | |||||
* | Report NotSupportedError for PGRES_COPY_BOTH and PGRES_SINGLE_TUPLE | Daniele Varrazzo | 2015-09-30 | 1 | -0/+2 |
| | | | | Fixes #352. | ||||
* | Fixed linefeeds on merged files to unix linefeeds | Jason Erickson | 2011-02-10 | 1 | -36/+36 |
| | | | | | Merge utility changed the linefeeds from unix to windows. Changed the linefeeds back to unix linefeeds. | ||||
* | Merge remote branch 'upstream/devel' into devel | Jason Erickson | 2011-02-10 | 1 | -36/+36 |
|\ | | | | | | | | | | | | | Conflicts: setup.py tests/__init__.py tests/testconfig.py | ||||
| * | Test suite converted into a proper package. | Daniele Varrazzo | 2010-12-21 | 1 | -0/+33 |
| | | | | | | Dropped cyclic import from modules to tests: they were only working because a second copy of the package was found in the project dir. Use relative import so that 2to3 can do a good conversion. | ||||
* | Pulled down changes from dvarrazzo branch on gh | Jason Erickson | 2011-02-10 | 1 | -0/+36 |
Pulled the master branch from of Daniele's psycopg branch on github and merged the changes. |