1
0
Fork 0

Commit Graph

  • ed75c8d5c6 Add eumiro to the contributors list Miroslav Šedivý 2021-02-12 18:27:52 +0100
  • 0a0ec4cebf Escape backslashes in strings Miroslav Šedivý 2020-12-29 18:34:01 +0100
  • f58645274b Shorten set intersection Miroslav Šedivý 2020-12-29 18:28:43 +0100
  • a79d407834 Remove redundant parentheses Miroslav Šedivý 2020-12-29 18:20:39 +0100
  • f6541cd979 Use Python3 defaults Miroslav Šedivý 2020-12-29 18:15:31 +0100
  • 2566b33455 OSError is the universal OS error Miroslav Šedivý 2020-12-29 18:13:01 +0100
  • 772482a1c5 Mock is now part of unittest Miroslav Šedivý 2020-12-29 18:11:05 +0100
  • 175f53d567 Use yield from Miroslav Šedivý 2020-12-29 18:08:28 +0100
  • 984c1c2a1b Use f-strings Miroslav Šedivý 2020-12-29 18:07:22 +0100
  • 44167ce467 Compact dict and set creation Miroslav Šedivý 2020-12-29 18:04:30 +0100
  • f269d33ee1 Use Python3 class style Miroslav Šedivý 2020-12-29 17:58:29 +0100
  • 87ffae295e
    Fix issue where `syntax_style` config value would not have any effect (#1241) Eero Ruohola 2021-02-11 01:06:19 +0200
  • 1a0df2932f Fix issue where `syntax_style` config value would not have any effect Eero Ruohola 2021-02-10 03:07:20 +0200
  • 000102ef9b
    Conditional didn't work in CI. (#1237) Irina Truong 2021-01-18 13:50:03 -0800
  • fffc57fb33 Try to fix flaky exit. Irina Truong 2021-01-18 13:41:32 -0800
  • e453ebcc7d Conditional didn't work in CI. Irina Truong 2021-01-18 13:04:27 -0800
  • 2a5e3df0d7
    Trigger CI on pull request, not on push. (#1233) Irina Truong 2021-01-08 12:26:59 -0800
  • 69edbbe93a Trigger CI on pull request, not on push. Irina Truong 2021-01-08 11:46:30 -0800
  • 1bcaab1b8d
    Add 3.9 to build matrix. (#1232) Irina Truong 2021-01-05 10:53:44 -0800
  • 7561e69e1f Add 3.9 to build matrix. Irina Truong 2021-01-05 10:46:52 -0800
  • ae34628ee5
    Merge pull request #1231 from dbcli/j-bennet/github-actions Amjith Ramanujam 2021-01-05 09:18:40 -0800
  • f7f7c1b4fa Switch to Github Actions vs Travis. Irina Truong 2021-01-04 20:29:16 -0800
  • baea7690b0 Releasing version 3.1.0 v3.1.0 Irina Truong 2020-12-11 15:34:43 -0800
  • 6627051819
    Changelog update before release. (#1227) Irina Truong 2020-12-11 15:33:09 -0800
  • f7733e3be1 Changelog update before release. Irina Truong 2020-12-11 15:32:08 -0800
  • 2588068171
    fix black format. feature/history-config laixintao 2020-12-02 20:07:01 +0800
  • 34d6e080ff
    dependencies: add support for sqlparse 0.4.x (#1224) Kevin Marsh 2020-12-01 16:03:38 -0800
  • 55d534d410 dependencies: add support for sqlparse 0.4.x Kevin Marsh 2020-11-30 10:36:28 -0800
  • 031325a0ac
    [wip] featu: supprt --history option. laixintao 2020-10-25 14:45:57 +0800
  • 19ed8b28aa
    doc: add history_file per dsn config, and --history option. laixintao 2020-10-15 19:06:35 +0800
  • bbf5b20415
    doc: update the documentation for connection via SSL. (#1215) laixintao 2020-10-14 10:06:10 +0800
  • f985e1bdd8
    test: test pgcli on python3.9 (#1214) laixintao 2020-10-14 02:47:34 +0800
  • 0276d4fbdf
    doc: update the documentation for connection via SSL. laixintao 2020-10-13 16:15:13 +0800
  • a43b827c12
    try to fix pexpect EOF. laixintao 2020-10-06 10:51:08 +0800
  • 8654348276
    use 3.9-dev version from travis. laixintao 2020-10-06 09:54:12 +0800
  • 348622796f
    Merge remote-tracking branch 'origin/master' into python39 laixintao 2020-10-06 09:47:08 +0800
  • d1c8ad3065
    test on 3.9 laixintao 2020-10-06 09:46:33 +0800
  • 3246eb33ea
    test: test pgcli on python3.9 laixintao 2020-10-06 09:42:03 +0800
  • 4770556cfb Complete first suggestion on enter in multi-line mode as well. Irina Truong 2020-05-08 12:49:41 -0700
  • 9a716c47f5 When enter is pressed and completion menu is open, select first option. Irina Truong 2020-04-24 13:29:20 -0700
  • 7626d9a5f2
    Merge pull request #1211 from dbcli/bugfix/behave laixintao 2020-09-14 11:55:44 +0800
  • 13bd678ccd
    format code using black. laixintao 2020-09-14 10:27:46 +0800
  • 5a61b243e0
    lock prompt_toolkit on 3.0.5 for prompt_toolkit. laixintao 2020-09-14 10:21:29 +0800
  • 3afbafee52
    disable cache for pip install. laixintao 2020-09-14 10:15:32 +0800
  • e60d28f194
    bugfix: revert prompt_toolkit to 2.0.6 laixintao 2020-09-14 10:01:23 +0800
  • 49930e2d8c
    Revert "Temporarily comment out behave tests." laixintao 2020-09-14 09:33:20 +0800
  • 59ae65cbbf Temporarily comment out behave tests. Irina Truong 2020-09-08 10:34:14 -0700
  • 352ed41980
    Add schema suggestion for functions (#1206) Jan Brun Rasmussen 2020-09-08 19:02:25 +0200
  • d9adca7d5e
    Add Token.Prompt/Continuation (#1207) bitkeen 2020-09-07 07:52:12 +0300
  • e9c97072af
    Use InputMode.REPLACE_SINGLE (#1208) bitkeen 2020-09-06 00:30:46 +0300
  • ce73941a5a Use InputMode.REPLACE_SINGLE Ivan 2020-09-03 14:55:58 +0000
  • bec76ed997 Add Token.Prompt/Continuation Ivan 2020-03-31 15:52:52 +0000
  • 8daba299b0
    Move autocomletion for function under condition Jan Brun Rasmussen 2020-09-02 08:33:28 +0200
  • 4455b50441
    Add schema suggestion for functions Jan Brun Rasmussen 2020-09-01 15:53:40 +0200
  • 223015a1fa
    More explicit error message when DSN alias is not found (#1198) Tom Caruso 2020-07-31 13:25:06 -0400
  • df1b40ca22
    Update suggestion literals (#1195) Sky.G.Uieen 2020-08-01 02:21:58 +0900
  • baf5386c20
    Merge branch 'master' into dsn-not-found-error Tom Caruso 2020-07-30 12:16:32 -0400
  • 8f7e314508
    Move from humanize to pendulum library for displaying query durations (#1199) Tom Caruso 2020-07-29 02:08:19 -0400
  • dd05f8a0c2 Move from humanize to pendulum library for displaying query durations Tom Caruso 2020-07-27 20:09:18 -0400
  • 181717d0c2 update changelog & authors file Tom Caruso 2020-07-27 19:32:51 -0400
  • 47731e0938 add a specific error message when DSN with provided alias is not found Tom Caruso 2020-07-27 19:29:13 -0400
  • 81b0e58dda
    Merge branch 'master' into update_suggestion_literals Sky.G.Uieen 2020-07-09 09:10:20 +0900
  • 80bf05a3b3
    Keep support for prompt_toolkit 2 (#1197) Dick Marinus 2020-07-08 21:28:24 +0200
  • 345a5274f8 include prompt toolkit 3 Dick Marinus 2020-07-07 20:52:20 +0200
  • 2dec1d291c Keep support for prompt_toolkit 2 Dick Marinus 2020-07-06 21:21:34 +0200
  • 1e2d951367
    Merge branch 'master' into update_suggestion_literals Sky.G.Uieen 2020-07-08 15:52:13 +0900
  • 41dd24e8da
    Add custom color (#1196) Sky.G.Uieen 2020-07-08 12:19:22 +0900
  • aaa1a1c3ab Updated author, changelog for supporting color of string, number, keyword GUIEEN(Seungyong Kwak) 2020-07-05 20:51:06 +0900
  • cab68ab70c Added string, number, keyword custom color GUIEEN(Seungyong Kwak) 2020-07-05 20:54:13 +0900
  • 748dddbcd3 Added datatype test case GUIEEN(Seungyong Kwak) 2020-07-05 20:18:20 +0900
  • ea13a21873 Updated test code GUIEEN(Seungyong Kwak) 2020-07-05 19:50:03 +0900
  • 0f37248a13 Updated changelog and auther GUIEEN(Seungyong Kwak) 2020-07-02 03:44:14 +0900
  • 6668f15607 Updated sql functions literals GUIEEN(Seungyong Kwak) 2020-07-02 04:20:24 +0900
  • 525563321d Updated all data types literals GUIEEN(Seungyong Kwak) 2020-07-02 03:43:40 +0900
  • 77414aa9e7
    Merge pull request #1194 from dbcli/j-bennet/fix-sql-comment laixintao 2020-06-28 10:12:17 +0800
  • 106c6c7bf8 Fix for #1193 list index out of range on sql comment. Irina Truong 2020-06-26 13:39:31 -0700
  • 0c24e8bda2
    Support style for missing value. (#1186) laixintao 2020-05-29 06:29:50 +0800
  • 00c4641afa
    upgrade minimal version of cli_helpers, in order to use style for null. laixintao 2020-05-27 10:14:02 +0800
  • 4a98b37877
    Merge pull request #1187 from anthonydb/master Amjith Ramanujam 2020-05-26 11:28:48 -0700
  • 635eaaa25b Add name anthonydb 2020-05-26 14:00:05 -0400
  • d492000675 Add info to changelog.rst and AUTHORS anthonydb 2020-05-26 09:12:42 -0400
  • a9ef523eb3 Minor typo fixes in pgclirc anthonydb 2020-05-26 09:08:14 -0400
  • cc4d39a844
    update changelog. laixintao 2020-05-24 23:48:48 +0800
  • 3bc7c8bde4
    Support style for missing value. laixintao 2020-05-24 23:34:54 +0800
  • bd705bd5c4
    add python_requires constraint to setup.py (#1182) Georgy Frolov 2020-05-13 02:23:34 +0300
  • e1bec192e0 add python_requires constraint to setup.py Georgy Frolov 2020-05-12 21:08:05 +0300
  • b994c75701
    Update python version from 2.7 to 3.8 in Dockerfile (#1181) Igor Kim 2020-05-11 22:51:23 +0600
  • b1bd56300c Update AUTHORS and changelog.rst Igor Kim 2020-05-11 19:07:36 +0600
  • 685d151bd5 Update python version from 2.7 to 3.8 in Dockerfile Igor Kim 2020-05-11 19:00:47 +0600
  • 901ef31fd1
    Fix bug introduced in #1102. (#1178) Irina Truong 2020-05-07 16:41:23 -0700
  • 79890813e5 Fix bug introduced in #1102. Irina Truong 2020-05-07 16:26:19 -0700
  • bcb0c8bce7
    Add support for using pspg as the pager. (#1173) pmav99 2020-04-23 20:17:40 +0300
  • bf8115352c Use a pager when `pspg` has been configured with CSV "table_format". Panos Mavrogiorgos 2020-04-20 12:16:25 +0300
  • e0cff74237 Stop printing "status" when table_format is "csv" pmav99 2020-04-18 20:13:22 +0300
  • 239f9d860c Use the "unix" dialect on *nix for CSV output. Panos Mavrogiorgos 2020-04-18 20:34:48 +0300
  • 3071de14f5 Update changelog for the compact output. Amjith Ramanujam 2020-04-18 19:08:07 -0700
  • 64c0b3553d
    Merge pull request #1171 from dbcli/bugfix/no-new-line Amjith Ramanujam 2020-04-18 19:06:25 -0700
  • deb550a4d7 Stop printing "status" when table_format is "csv" pmav99 2020-04-18 20:13:22 +0300
  • 94718efc35
    bugfix: don't echo a newline when output is empty. laixintao 2020-04-18 14:05:34 +0800
  • 936475258d
    show_bottom_toolbar - Feature to Show/Hide Toolbar (#1170) Stephano Paraskeva 2020-04-18 06:58:13 +0100