summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
2023-10-18confirm_destructive_query: Use confirm rather than prompt (#1410)Sharon Yogev
2023-10-12fixed #1403, improved comment handling (#1404)ERYoung11
2023-10-11Drop python 3.7, add 3.12 (#1426)Irina Truong
2023-10-06Allow defining a json file with preferred aliases (#1382)Rob Berry
2023-10-06Added \echo & \qecho for Issue #1335 (#1371)ERYoung11
2023-09-26Ask for confirmation to quit cli if a transaction is ongoing. (#1400)Damien Baty
2023-06-23Fix sql-insert format emits NULL as 'None' (#1409)astroshot
2023-03-18Apply black (version 23.1.0)Damien Baty
2023-03-18Remove leftovers of Python 2 supportDamien Baty
2022-11-21fix psycopg.sql.Identifier in \ev handling (#1384)Andy Schoenberger
2022-11-17Add config option to not automatically restart connection on destructive warn...Andy Schoenberger
2022-10-13Changed destructive_warning to take a list of destructive commands (#1328)Rodrigo Neri (Rigo)
2022-09-14Feature: Add new formatter to export data to sql like mycli (#1366)astroshot
2022-08-31oy, updated the issue.ERYoung11
2022-08-31black'd the code.ERYoung11
2022-08-31Removed unused reERYoung11
2022-08-31fixed comments with special see Issue #1362ERYoung11
2022-06-10Add test.Irina Truong
2022-06-08Fix typos (#1345)Kian-Meng Ang
2022-06-06Port to psycopg3 (#1324)Irina Truong
2022-02-21ssh tunnels: allow configuring auto matches (#1302)Bruno Inec
2022-02-18Add SSH tunnel support (#1301)Bruno Inec
2021-09-30Re-run last query with bare `\watch` (#1283)Saif Hakim
2021-09-03Add setting in config to control truncating field values. (#1285)Irina Truong
2021-05-21Another attempt to fix pgbouncer error (1093.) (#1097)Irina Truong
2021-05-07Blacken.Amjith Ramanujam
2021-05-07Add tests for search_path function completion.Amjith Ramanujam
2021-05-06Blacken.Amjith Ramanujam
2021-02-22skip initial comment in pg_session file (#1245)Georgy Frolov
2021-02-22Fix test_config.py on Windows (#1247)ERYoung11
2021-02-15Postgres user has password in ci. (#1243)Irina Truong
2021-02-12Finer control over destructive warning. (#1242)Irina Truong
2021-02-12Modernize code to Python 3.6+ (#1229)Miroslav Šedivý
2021-01-18Conditional didn't work in CI. (#1237)Irina Truong
2020-12-01dependencies: add support for sqlparse 0.4.x (#1224)Kevin Marsh
2020-10-13test: test pgcli on python3.9 (#1214)laixintao
2020-07-31Update suggestion literals (#1195)Sky.G.Uieen
2020-04-17Add pg_service.conf handling (#1155)g.denis
2020-04-05upgrade prompt-toolit to 3.0 (#1149)赖信涛
2020-03-14removed py2-related stuffGeorgy Frolov
2020-03-09Deprecate Python2.7. (#1153)赖信涛
2019-10-29run black againMartin Matějek
2019-10-23Add a test to verify error message.Amjith Ramanujam
2019-10-12fixup! Take account of table aliases when completing function args (#1048)Owen Stephens
2019-10-12Take account of table aliases when completing function args (#1048)Owen Stephens
2019-08-23Issue 1018 display first 1k rows (#1092)Irina Truong
2019-06-02Run black on test files.Amjith Ramanujam
2019-06-02Add \G as a temporary way to use expanded mode.Amjith Ramanujam
2019-05-25black all the things. (#1049)Irina Truong
2019-05-21pep8.Irina Truong