1
0
Fork 0
pgcli/tests
Irina Truong e0a4c18c4a
Another attempt to fix pgbouncer error (1093.) (#1097)
* Another attempt to fix pgbouncer error (1093.)

* Fixes for various pgbouncer problems.

* different approach with custom cursor.

* Fix rebase.

* Missed this.

* Fix completion refresher test.

* Black.

* Unused import.

* Changelog.

* Fix race condition in test.

* Switch from is_pgbouncer to more generic is_virtual_database, and duck-type it. Add very dumb unit test for virtual cursor.

* Remove debugger code.
2021-05-21 15:32:34 -07:00
..
features Another attempt to fix pgbouncer error (1093.) (#1097) 2021-05-21 15:32:34 -07:00
parseutils Finer control over destructive warning. (#1242) 2021-02-12 21:09:38 -08:00
conftest.py Finer control over destructive warning. (#1242) 2021-02-12 21:09:38 -08:00
metadata.py Modernize code to Python 3.6+ (#1229) 2021-02-12 21:34:56 +02:00
pytest.ini Fix problem with travis not using correct python versions when testing. 2015-01-09 12:33:27 +02:00
test_completion_refresher.py Another attempt to fix pgbouncer error (1093.) (#1097) 2021-05-21 15:32:34 -07:00
test_config.py skip initial comment in pg_session file (#1245) 2021-02-22 14:55:55 -08:00
test_exceptionals.py Add test plan and place holder stubs. 2014-12-09 23:14:49 -08:00
test_fuzzy_completion.py removed py2-related stuff 2020-03-14 10:53:43 +08:00
test_main.py skip initial comment in pg_session file (#1245) 2021-02-22 14:55:55 -08:00
test_naive_completion.py Modernize code to Python 3.6+ (#1229) 2021-02-12 21:34:56 +02:00
test_pgexecute.py Another attempt to fix pgbouncer error (1093.) (#1097) 2021-05-21 15:32:34 -07:00
test_pgspecial.py Modernize code to Python 3.6+ (#1229) 2021-02-12 21:34:56 +02:00
test_plan.wiki Stop suggesting * as a column 2016-05-17 12:27:33 +02:00
test_prioritization.py black all the things. (#1049) 2019-05-25 13:08:56 -07:00
test_prompt_utils.py Finer control over destructive warning. (#1242) 2021-02-12 21:09:38 -08:00
test_rowlimit.py Modernize code to Python 3.6+ (#1229) 2021-02-12 21:34:56 +02:00
test_smart_completion_multiple_schemata.py Blacken. 2021-05-07 12:43:32 -07:00
test_smart_completion_public_schema_only.py Modernize code to Python 3.6+ (#1229) 2021-02-12 21:34:56 +02:00
test_sqlcompletion.py Modernize code to Python 3.6+ (#1229) 2021-02-12 21:34:56 +02:00
utils.py Blacken. 2021-05-06 21:20:12 -07:00