1
0
Fork 0

Commit Graph

  • 44e213022d Add maintainer contact info to readme. Irina Truong 2023-09-26 21:45:55 -0700
  • cdfa35830b
    Ask for confirmation to quit cli if a transaction is ongoing. (#1400) Damien Baty 2023-09-27 06:36:59 +0200
  • 5f3826984d Ask for confirmation to quit cli if a transaction is ongoing. Damien Baty 2023-03-29 10:01:41 +0200
  • ed89c154ee
    For Python >= 3.11 directly use packaging to compare package versions (#1416) blag 2023-09-12 12:46:34 -0700
  • 05d0cc2969
    Improve prompt-toolkit check to test for feature explicitly blag 2023-09-09 13:27:18 -0700
  • c017a4a47a
    For Python >= 3.11 directly use packaging to compare package versions blag 2023-09-06 23:48:02 -0600
  • 69dcceb5f6
    Fix sql-insert format emits NULL as 'None' (#1409) astroshot 2023-06-23 13:05:58 +0800
  • 1ed7023d21 Sub: Optimize if logic Shockwave 2023-06-23 09:17:13 +0800
  • fdee664e45 Sub: Update changelog.rst Shockwave 2023-06-23 09:15:10 +0800
  • c2a5e7553e Sub: Fix issue #1408 Shockwave 2023-06-23 09:12:30 +0800
  • 6b5b703570 Add support for overriding DSN connection information A23187 2023-06-02 11:56:59 +0800
  • 4821473e4f Merge branch 'main' of github.com:dbcli/pgcli into main A23187 2023-06-01 13:46:02 +0800
  • 6b868bbfe8
    Update pyev.py (#1406) Daniel Kukula 2023-05-24 23:40:11 +0100
  • cd464ed26a
    Update pyev.py Daniel Kukula 2023-05-24 23:14:04 +0100
  • 997a3dac8f black + hooks + changelog ERYoung11 2023-05-21 16:14:50 -0500
  • a31f2cc71a fixed #1403, improved comment handling ERYoung11 2023-05-21 16:01:51 -0500
  • 01e29d58a1
    trying to re-kick build process ERYoung11 2023-05-20 11:14:41 -0500
  • 234cd7fa18
    Merge branch 'main' into add_echo ERYoung11 2023-05-20 10:40:50 -0500
  • c2f2f5abb2
    Merge pull request #1399 from dbaty/dbaty/remove_python2_support Amjith Ramanujam 2023-03-18 11:02:54 -0700
  • d8eb8b5b82 Apply black (version 23.1.0) Damien Baty 2023-03-18 10:46:52 +0100
  • 1c071770bb Remove leftovers of Python 2 support Damien Baty 2023-03-18 10:22:12 +0100
  • 5e34e0b557
    Merge pull request #1397 from dbaty/dbaty/require_transaction_for_destructive_statement Amjith Ramanujam 2023-03-17 19:05:10 -0700
  • a93442aed7 lint: Remove unused variables and imported functions Damien Baty 2023-03-03 10:18:03 +0100
  • f4dc796941 Add config option to require a transaction for destructive statements Damien Baty 2023-03-01 17:49:32 +0100
  • 8ef5392fd1
    fix explain output when running with auto-vertical-output or max_width (#1396) Andy Schoenberger 2023-02-27 18:20:59 -0500
  • 0a502accfc
    add comment to pgclirc pager section on default LESS (#1395) Andy Schoenberger 2023-02-27 17:14:48 -0500
  • e080c9cbcc fix explain output when running with auto-vertical-output or max_width andyscho 2023-02-25 16:04:04 -0500
  • 64125952c5 add comment to pgclirc pager section on default LESS andyscho 2023-02-24 02:13:42 -0500
  • ce16da24f2
    Merge 6446600ecd into 141873f86d Travis Parker 2023-01-07 20:14:09 +0000
  • 6446600ecd Stop passing around the cli object so much. Travis J Parker 2023-01-07 13:07:28 -0700
  • 42d6fb49b9 PR checklist Travis J Parker 2022-12-02 10:57:43 -0700
  • 3fc53bbd24 convert to dual outputs: pager and stdout Travis J Parker 2022-12-02 10:45:06 -0700
  • 141873f86d
    Add config option to always run with a single connection (#1386) Andy Schoenberger 2023-01-03 16:52:31 -0500
  • 70748d8b87
    Merge branch 'main' into always-use-single-connection-in-config Irina Truong 2023-01-02 15:40:19 -0800
  • 81b0431d80
    Merge pull request #1390 from dbcli/j-bennet/1373-fix-dsn Amjith Ramanujam 2023-01-02 15:15:21 -0800
  • 7a4086c7c0 Python -m py.test doesn't work anymore. Irina Truong 2023-01-02 15:05:35 -0800
  • 4e7bd7cc7a Changelog. Irina Truong 2023-01-02 14:53:08 -0800
  • 87d9b2da77 Fix connecting with dsn. Irina Truong 2023-01-02 14:10:29 -0800
  • a0e3f7a92b Add config option to always run with a single connection andyscho 2022-11-26 00:08:28 -0700
  • a844835691 Blackify Andrew MacFie 2022-11-23 18:06:25 -0500
  • 4898cecf36 Echo notifications Andrew MacFie 2022-11-23 18:05:18 -0500
  • f13970b5c6
    Merge branch 'main' into main Rob Berry 2022-11-23 15:41:12 +0000
  • b21b8efdc2 Remove comment. Rob B 2022-11-21 15:52:05 +0000
  • a6b111d7cf Update AUTHORS file Rob B 2022-11-21 15:49:05 +0000
  • bb1ebc5738 Add tests for generate_alias Rob B 2022-11-15 09:07:04 +0000
  • 77f06dd559 Add tests for load_alias_map_file Rob B 2022-11-14 16:12:15 +0000
  • 26dd0fdb69 When cannot open or parse alias_map_file raise error Rob B 2022-11-14 12:15:07 +0000
  • 2d9f92323e Allow defining a json file with preferred aliases Rob B 2022-11-11 11:34:49 +0000
  • 2314bc1cff fix psycopg.sql.Identifier in \ev handling (#1384) Andy Schoenberger 2022-11-21 19:10:13 -0500
  • 2db54f14aa
    fix psycopg.sql.Identifier in \ev handling (#1384) Andy Schoenberger 2022-11-21 19:10:13 -0500
  • 4fd7feb06f fix psycopg.sql.Identifier in \ev handling andyscho 2022-11-20 18:42:09 -0500
  • d6ca4c3464
    Add config option to not automatically restart connection on destructive warning abort; defaults to not restarting. (#1379) Andy Schoenberger 2022-11-17 23:13:05 -0500
  • a61363361a Add config option to not automatically restart connection on destructive warning abort; defaults to not restarting. andyscho 2022-11-06 16:07:03 -0500
  • b9dc968294 separate formatted status lines from normal output and send to stderr Travis J Parker 2022-11-11 14:09:12 -0700
  • fa054a5546
    add python 3.11 support (#1356) Dick Marinus 2022-11-11 19:31:41 +0100
  • 0748743281 Python 11 is available. Irina Truong 2022-11-11 10:18:33 -0800
  • 431c256567
    Add config option to not automatically retry connections with operational errors (#1380) Andy Schoenberger 2022-11-11 12:36:41 -0500
  • 2cb6a28f39
    Add CodeQL workflow for GitHub code scanning (#1381) lgtm-com[bot] 2022-11-11 09:17:31 -0800
  • 2fd4b2d77b
    Add CodeQL workflow for GitHub code scanning LGTM Migrator 2022-11-10 15:16:55 +0000
  • 5e7343420b Add config option to not automatically retry connections with operational errors andyscho 2022-11-06 23:24:39 -0500
  • 285e62559e
    magic: use pgcli.connect_uri instead of connect (#1375) Anna Glasgall 2022-10-27 20:40:19 -0400
  • db664a6379 magic: use pgcli.connect_uri instead of connect Anna Glasgall 2022-10-26 12:37:21 -0400
  • 1726ff5397
    Changed destructive_warning to take a list of destructive commands (#1328) Rodrigo Neri (Rigo) 2022-10-13 16:42:22 -0500
  • e2b1d62064 Reverted auto formatted change to AUTHORS rneri 2022-10-13 09:12:51 -0500
  • ea317a0bbf Reverted auto formatted change to AUTHORS rneri 2022-10-13 09:12:16 -0500
  • 0ba3292d0c Updated parse_destructive_warning to handle None rneri 2022-10-13 09:04:08 -0500
  • 9bd2b49938 Changed destructive_warning to take a list of destructive commands and added the dsn_alias as part of the destructive command warning rneri 2022-04-04 21:39:25 -0500
  • f2d15da281 black + changelog updates ERYoung11 2022-09-24 21:05:17 -0500
  • 4bfeafecb2 Added \echo & \qecho for Issue #1335 ERYoung11 2022-09-24 20:58:47 -0500
  • c280f8e398 Releasing version 3.5.0 v3.5.0 Irina Truong 2022-09-15 15:28:43 -0700
  • 7a9277be99
    Changelog update to release 3.5.0. (#1369) Irina Truong 2022-09-15 15:23:53 -0700
  • 86d05c2cb2 Changelog update to release 3.5.0. Irina Truong 2022-09-14 20:21:18 -0700
  • c0e1081405
    Feature: Add new formatter to export data to sql like mycli (#1366) astroshot 2022-09-15 08:41:40 +0800
  • 773f1a7fe6 Sub: Add new formatter to pgclirc Soundwave 2022-09-15 08:15:56 +0800
  • 2f88df95ce
    Merge pull request #1367 from dbcli/j-bennet/1360-esc-enter-safe-multiline-mode Amjith Ramanujam 2022-09-14 15:24:11 -0700
  • 746c1c3455 Changelog. Irina Truong 2022-09-14 15:01:09 -0700
  • 73d84eea28 Black. Irina Truong 2022-09-14 14:58:45 -0700
  • d6b3472db0 Esc + Enter should sumbit the query in safe multiline mode. Irina Truong 2022-09-08 15:14:42 -0700
  • 4a853e7df4
    Merge pull request #1368 from h3xx/fix-dead-link Amjith Ramanujam 2022-09-14 14:06:30 -0700
  • 385ec87657
    Fix dead link Dan Church 2022-09-14 15:46:51 -0500
  • 31879f959c Add a configuration option to execute commands on startup. Mathieu Gascon-Lefebvre 2021-11-09 08:54:36 -0500
  • 6b59827d4f Sub: Add unit tests for new formatter Shockwave 2022-09-12 19:15:48 +0800
  • 73e99a36a2 Sub: Install black and reformat code Shockwave 2022-09-11 16:40:06 +0800
  • 59ae529d84 Sub: Add new formatter to export data to sql like mycli Soundwave 2022-09-09 14:03:08 +0800
  • 336c41d8e3
    Merge f830bf5e03 into abc03c509f bossstein 2022-09-04 20:18:49 -0500
  • 4095a02136
    Merge c8059a5beb into abc03c509f Frank van Viegen 2022-09-02 14:34:39 -0700
  • c8059a5beb
    Merge branch 'main' into autocommit Irina Truong 2022-09-02 14:34:37 -0700
  • abc03c509f
    Merge pull request #1341 from dbcli/fix-csv-status Amjith Ramanujam 2022-09-02 13:57:11 -0700
  • f858c4d569
    Merge pull request #1364 from ERYoung11/improve_windows_dev Amjith Ramanujam 2022-09-01 18:23:35 -0700
  • 647dd44ac6 reformat of setup.py Eric Young 2022-09-01 11:55:44 -0500
  • 79df61f674 Small developer improvements for Windows-based devs. Eric Young 2022-09-01 10:32:36 -0500
  • f8e8b7dc43
    Merge 4460ab5d36 into 94df104d7d Frank van Viegen 2022-08-31 20:02:15 -0700
  • 94df104d7d
    Merge pull request #1363 from ERYoung11/fix_comments_plus_special Amjith Ramanujam 2022-08-31 20:01:38 -0700
  • c93b15e98f oy, updated the issue. ERYoung11 2022-08-31 21:51:09 -0500
  • 2850c83310 black'd the code. ERYoung11 2022-08-31 21:48:06 -0500
  • f5669e756b Updated changelog.rst. ERYoung11 2022-08-31 21:46:26 -0500
  • 7a022a5f74 Removed unused re ERYoung11 2022-08-31 21:44:27 -0500
  • 5aa5426045 Merge branch 'fix_comments_plus_special' of https://github.com/ERYoung11/pgcli into fix_comments_plus_special ERYoung11 2022-08-31 21:41:42 -0500
  • f7b1621e34 fixed comments with special see Issue #1362 ERYoung11 2022-08-31 21:39:24 -0500
  • 1c4b2a414c fixed comments with special see Issue #1336 ERYoung11 2022-08-31 21:39:24 -0500