1
0
Fork 0

Commit Graph

  • 14e1886b7d
    Merge 2791a3065c into ce7f76a676 Krzysztof Leśniak 2024-05-03 15:30:10 -0700
  • ce7f76a676
    Add --log-file & \log-file option to always capture output (#1461) main saucoide 2024-05-01 04:03:31 +0200
  • 2791a3065c F1 shows man page for current query Serpent7776 2024-04-06 14:25:48 +0200
  • df0b048322 black saucoide 2024-04-29 09:50:25 +0200
  • 55a0a36e59 reformat saucoide 2024-04-28 23:26:30 +0200
  • f797b0bfdf change test to use a mock, update changelog & authors saucoide 2024-04-28 23:17:58 +0200
  • e5bcd45de1 use isoformat explicitly saucoide 2024-04-28 22:35:52 +0200
  • c85abc8e0e switch to use context manager saucoide 2024-04-28 22:34:28 +0200
  • fa6c31a826 switch to use context manager saucoide 2024-04-28 22:33:45 +0200
  • a61cb56bdd Add --log-file & \log-file option to always capture output saucoide 2024-04-07 12:26:11 +0200
  • c6c5f041c0
    dependencies: add support for sqlparse 0.5.x (#1458) Kevin Marsh 2024-04-25 10:37:29 -0700
  • 841e061a6e dependencies: add support for sqlparse 0.5.x Kevin Marsh 2024-04-15 11:27:17 -0700
  • 7f05cdefbb
    rst2html -> docutils (#1459) Irina Truong 2024-04-19 21:08:36 -0700
  • ae6e200268 docutils then? Irina Truong 2024-04-19 21:00:08 -0700
  • 49175a15bb Is there rst2html? Irina Truong 2024-04-19 20:45:50 -0700
  • 8cc22b9d3a
    Add verbose_errors config and special command (#1455) Andrew 2024-03-27 05:31:38 +0700
  • 3cc5f3f462 Blackify Andrew MacFie 2024-03-26 12:59:07 +0700
  • a14bb23128 Merge branch 'main' into error_info Andrew MacFie 2024-03-26 12:58:42 +0700
  • a7a70fdc92
    Echo notifications (#1385) Andrew 2024-03-24 03:24:40 +0700
  • b46df1de7e Add special command Andrew MacFie 2024-03-21 13:55:50 +0700
  • a494294028 Fix tests Andrew MacFie 2024-03-21 01:22:21 +0700
  • 7a5c3b1552 Update changelog Andrew MacFie 2024-03-19 16:14:08 +0700
  • e2b48a49df Add verbose_errors config Andrew MacFie 2024-03-19 16:09:12 +0700
  • 1261686bd1 Update changelog Andrew MacFie 2024-03-19 02:04:07 +0700
  • 2f1b564469 Blackify Andrew MacFie 2024-03-19 02:00:26 +0700
  • ca2f7568f9 Add test Andrew MacFie 2024-03-19 01:55:03 +0700
  • 576b2744bc Clean up a bit Andrew MacFie 2024-03-19 00:53:35 +0700
  • e6f12049a8 Merge branch 'main' into listen Andrew MacFie 2024-03-19 00:41:06 +0700
  • 64767d822e
    Merge 843113c7ca into 9f114c4549 Damien Baty 2024-02-20 04:06:15 -0800
  • 9f114c4549 feat: Replace pendulum by home-made duration-to-words function Damien Baty 2024-02-19 09:36:46 +0100
  • 96eb37fd19
    Fix psycopg installation error on windows, Issue #1413 (#1449) ERYoung11 2024-02-05 23:44:05 -0600
  • 910aeffa65
    Merge branch 'main' into fix_psycopg Irina Truong 2024-02-05 21:43:44 -0800
  • 27b2bc2d37
    Raised notices (#1450) ERYoung11 2024-02-05 23:41:28 -0600
  • d082442210 adjusting if statements. ERYoung11 2024-02-05 07:09:08 -0600
  • 487c0f849d rem var due to github recommendation ERYoung11 2024-02-04 21:01:14 -0600
  • 4f9c130339 removing unneeded Nones from output ERYoung11 2024-02-04 20:53:23 -0600
  • 7992426d07 fixed up syntax error ERYoung11 2024-02-04 20:34:58 -0600
  • a146a920bf removed a print ERYoung11 2024-02-04 20:13:59 -0600
  • 75921494df updated changelog ERYoung11 2024-02-04 20:11:22 -0600
  • abaebdbffe Fix - Raised notices are printed backwards #1443 ERYoung11 2024-02-04 20:08:37 -0600
  • e39c666e46 black fix to a test ERYoung11 2024-02-04 15:55:02 -0600
  • 14d3ec5d63 fixing syntax error ERYoung11 2024-02-04 15:47:07 -0600
  • 2fc2a9ab42 Fix Issue #1413, win32 psycopg ERYoung11 2024-02-04 15:43:05 -0600
  • 6ef92a22a9 Fix Issue #1413, win32 psycopg ERYoung11 2024-02-04 15:06:16 -0600
  • e2ff38d170
    Support PGAPPNAME (#1444) Antonio 2023-12-08 22:21:28 -0600
  • b6cb3c1d99 Support PGAPPNAME crazybolillo 2023-12-06 17:25:14 -0600
  • f2156b3151
    Fix short host (\h) display in prompt when using an IP address (#1441) Damien Baty 2023-11-18 07:38:50 +0100
  • 843113c7ca ___ wip: smaller matrix, faster runs (and failures) dbaty/run_tests_on_windows Damien Baty 2023-11-16 00:19:44 +0100
  • 7317f7de95 ci: Run tests on Windows in GitHub Action Damien Baty 2023-11-16 00:14:11 +0100
  • 7e8540462f Fix short host (\h) display in prompt when using an IP address Damien Baty 2023-11-15 22:04:13 +0100
  • 89979a9353
    Fix changelog date (#1438) Hollis Wu 2023-11-08 20:07:21 -0500
  • 770094d691
    Add my name to authors Hollis Wu 2023-11-08 15:26:26 -0500
  • e0e7dcb85e
    Fix changelog date Hollis Wu 2023-11-08 15:25:14 -0500
  • 5050f01abc
    pgclirc: Clarify description of `destructive_warning_restarts_connection` option (#1437) Damien Baty 2023-11-06 07:10:47 +0100
  • 02a32b858b pgclirc: Clarify description of `destructive_warning_restarts_connection` option Damien Baty 2023-11-03 18:34:46 +0100
  • 04ca41a262 Releasing version 4.0.1 v4.0.1 Irina Truong 2023-10-30 20:34:14 -0700
  • 525487c36a
    Release the pendulum unbump. (#1435) Irina Truong 2023-10-29 19:18:09 -0700
  • 8038f66347 Release the pendulum unbump. Irina Truong 2023-10-29 16:14:19 -0700
  • 08cf5e720f
    downgrade pendulum to released version (#1434) Dick Marinus 2023-10-30 00:04:00 +0100
  • c7ce8d56ab install beta version of pendulum for 3.12 Dick Marinus 2023-10-29 20:59:44 +0100
  • 643e148133 downgrade pendulum to released version Dick Marinus 2023-10-29 20:27:37 +0100
  • 8c72820d7e Fix readme. Irina Truong 2023-10-27 16:14:37 -0700
  • c77529e6a1 Releasing version 4.0.0 v4.0.0 Irina Truong 2023-10-27 16:01:59 -0700
  • 461f7dd267
    Update changelog before release. (#1432) Irina Truong 2023-10-27 15:55:44 -0700
  • 9fedd732bf Update changelog before release. Irina Truong 2023-10-27 14:27:27 -0700
  • 0ad3393fa8
    confirm_destructive_query: Use confirm rather than prompt (#1410) Sharon Yogev 2023-10-18 19:25:29 +0300
  • 6f63ae1d0e Fix tests Sharon Yogev 2023-10-17 20:50:31 +0300
  • 2f556df6f8 confirm_destructive_query: Use confirm rather than prompt Sharon Yogev 2023-07-02 23:47:44 +0300
  • c279396565
    Merge 90bd5c7ed8 into 13ca7d2430 A23187 2023-10-17 14:07:47 +0800
  • 13ca7d2430
    fixed #1403, improved comment handling (#1404) ERYoung11 2023-10-13 05:28:11 +0000
  • 74d07eacfd
    Merge branch 'main' into fixFileComments Irina Truong 2023-10-12 16:19:37 -0700
  • 6332e18b48
    Drop python 3.7, add 3.12 (#1426) Irina Truong 2023-10-10 21:34:59 -0700
  • a6ddddad79 Skip failing scenarios in 3.12. Irina Truong 2023-10-07 17:13:53 -0700
  • e17c710576 See if things pass without this scenario. Irina Truong 2023-10-07 16:26:24 -0700
  • f157f3f72e
    runs test on main branch as well. (#1429) laixintao 2023-10-08 08:56:08 +0800
  • 3545fc9172
    change the badge status to main branch only. laixintao 2023-10-07 19:16:13 +0800
  • 59c1b4f8c7
    runs test on main branch as well. laixintao 2023-10-07 19:05:10 +0800
  • 6eddbfda5f
    update changelog. laixintao 2023-10-07 18:53:35 +0800
  • 8b499047b8
    downgrade pendulum to a1 laixintao 2023-10-07 18:47:51 +0800
  • a5a9bb2ba4
    install pendulum b1 version laixintao 2023-10-07 18:45:56 +0800
  • 930d4620f5
    upgrade pendulum to 3.0 to deprecate distutils. laixintao 2023-10-07 18:40:50 +0800
  • 1ea70f785a
    add python 3.12 class laixintao 2023-10-07 18:30:20 +0800
  • c356aa6aed
    running test on python3.12 laixintao 2023-10-07 18:29:31 +0800
  • 498831a092 Update gh actions. Irina Truong 2023-10-06 20:36:38 -0700
  • 7737bb1631 Changelog. Irina Truong 2023-10-06 20:32:59 -0700
  • 191ead06ae Bump pendulum. Irina Truong 2023-10-06 20:28:46 -0700
  • ef274646f0 Drop python 3.7 and add 3.12. Irina Truong 2023-10-06 20:07:16 -0700
  • 24436bd640 Fix deprecation. Irina Truong 2023-10-06 20:06:54 -0700
  • a8e34be151
    Merge pull request #1425 from dbcli/j-bennet/update-black Amjith Ramanujam 2023-10-06 19:51:15 -0700
  • f8ef25309b Go back to black 23.3.0 which supports 3.7 Irina Truong 2023-10-06 18:16:30 -0700
  • 43f24a5338 Newer black requires 3.8. Irina Truong 2023-10-06 17:51:35 -0700
  • 4a4de5260c Update black. Irina Truong 2023-10-06 17:46:46 -0700
  • 90bd5c7ed8
    Merge branch 'main' into main Irina Truong 2023-10-06 16:24:24 -0700
  • 97a1fd6c16
    Allow defining a json file with preferred aliases (#1382) Rob Berry 2023-10-07 00:13:28 +0100
  • aef66a5822
    Merge branch 'main' into main Irina Truong 2023-10-06 16:06:01 -0700
  • 43360b5d1b
    Added \echo & \qecho for Issue #1335 (#1371) ERYoung11 2023-10-06 22:56:48 +0000
  • a615333686
    Merge pull request #1419 from dbcli/j-bennet/maintainer-contact-info Amjith Ramanujam 2023-09-26 22:03:38 -0700
  • 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