Hi Mikhail, thanks for testing. I am mainly interested in experiences with real-life applications, particularly when updating from 4.x to 5.x. While making Pygres much more powerful with lots of new features, I still want to make updating as smooth as possible and not break anything for existing applications.

Am 27.01.2016 um 02:42 schrieb Mikhail Terekhov:
Run python setup.py test and got 10 tests skipped and 2 failures:
....
testUpsert (tests.test_classic_dbwrapper.TestDBClassNonStdOpts) ...
skipped 'database does not support upsert'
....

This is expected when you're running against PostgreSQL < 9.5.

     self.assertEqual(can('pg_views', 'delete'), False)
AssertionError: True != False

This might happen when you run the tests with a superuser like "postgres".

-- Christoph
_______________________________________________
PyGreSQL mailing list
[email protected]
https://mail.vex.net/mailman/listinfo.cgi/pygresql

Reply via email to