1
0
Fork 0
Commit Graph

1937 Commits

Author SHA1 Message Date
Dick Marinus c17bcd66c8 exclude *.pyc from sdist and lower python3-keyring to >= 11.0.0 2018-07-14 09:41:54 +02:00
Irina Truong e9dfd5b532 Changelog update to release 1.10.0. 2018-07-13 13:45:48 -07:00
Irina Truong 5491d288fc
Merge pull request #903 from arturbalabanov/render-tabs-with-spaces
Fixes #346: Tab characters are rendered with spaces instead of "^I" when entered in external editor
2018-07-13 13:24:44 -07:00
Irina Truong 25fc388426
Merge pull request #905 from dbcli/eof-error
Catch the ^D keybinding using EOFError exception.
2018-07-11 08:33:41 -07:00
Amjith Ramanujam 6eedf1b6e3 Catch the ^D keybinding using EOFError exception. 2018-07-10 22:51:38 -07:00
Artur Balabanov 44d4275eae Prettify the code to keep Travis happy :) 2018-07-06 18:02:52 +01:00
Artur Balabanov 27f2b6990d Updated the changelog with the bug fix description 2018-07-06 17:42:53 +01:00
Artur Balabanov 87451b3806 A new input processor has been added that renders tab characters as spaces instead of the ugly '^I' 2018-07-06 17:37:43 +01:00
Irina Truong d5b0b6527b
Merge pull request #901 from benchling/fix-reconnect
Avoid reconnect prompt after error if connection is still valid
2018-07-04 12:36:42 -07:00
Saif Hakim e5ced8d27e Fix changelog 2018-07-04 01:50:39 -07:00
Saif Hakim 80957c59c5 Fix lint, update AUTHORS, and changelog 2018-07-04 01:36:50 -07:00
Saif Hakim 5cdb151999 Avoid reconnect prompt after error if connection is still valid
Instead of whitelisting all errors that do not require reconnecting, we simply
only reconnect if we detect a disconnect has occurred.

psql notably behaves in a similar way: https://git.io/fbxuc#L1461

Fixes #807
2018-07-03 23:56:26 -07:00
Amjith Ramanujam 2e6e0e4acd
Merge pull request #899 from dbcli/guard-against-missing-backend
Guard against missing keyring backend.
2018-06-28 12:12:45 -07:00
Amjith Ramanujam 4c173fd01f Gurad against missing keyring backend. 2018-06-25 13:55:54 -07:00
Irina Truong d403189db7
Merge pull request #886 from catherinedevlin/ev_command
\ev and \ef commands
2018-06-17 18:55:19 -07:00
Irina Truong 10f190a13a Rebase conflict. 2018-06-17 17:21:03 -07:00
Irina Truong a26b8b92a2 Pep8. 2018-06-17 14:34:20 -07:00
Irina Truong 4b06769002 Can't add tuple and list. 2018-06-17 14:21:30 -07:00
Irina Truong aa58fbf028 Non-existent function will raise a ProgrammingError. 2018-06-16 21:49:28 -07:00
Irina Truong 8ee20aa82e Fix for 'only named arguments may follow *expression' 2018-06-16 21:49:28 -07:00
catherinedevlin 7812a7bad7 Remove minor whitespace changes 2018-06-16 21:47:18 -07:00
catherinedevlin 74daa23a45 switched view query to imitating psql 2018-06-16 21:47:18 -07:00
catherinedevlin bb8cbac3de Added \ef 2018-06-16 21:46:31 -07:00
catherinedevlin 675e1dbff2 Moved code to pgexecute 2018-06-16 21:46:31 -07:00
Irina Truong aee99b9a40
Merge pull request #898 from oivoodoo/refactor/add-user-option
Add --user option like psql has as well.
2018-06-15 14:36:17 -07:00
Alexandr Korsak e6506eef4d add me to thanks inline block and to references to me 2018-06-15 23:43:37 +03:00
Alexandr Korsak da12182609 Fix formatting for --user 2018-06-15 10:52:28 +03:00
Alexandr Korsak 123664e913 update changelog and authors 2018-06-15 09:16:13 +03:00
Alexandr Korsak 4963e34c3a add compatible --user like psql command 2018-06-15 09:07:32 +03:00
Dick Marinus 3fbe8e7cb3
Merge pull request #897 from gma2th/hotfix/output-unbound-local-error
Hotfix/output unbound local error
2018-06-10 13:07:38 +02:00
Matthieu Guilbert beca282196 Update changelog. 2018-06-10 16:37:00 +08:00
Matthieu Guilbert f13637aa21 Fix unbound local error when destructive_warning is false 2018-06-10 16:36:51 +08:00
Irina Truong 9d2f11164c
Merge pull request #895 from gma2th/hotfix/not-enough-values-to-unpack
Hotfix/not enough values to unpack
2018-06-06 12:21:07 -07:00
Irina Truong 99338e3e27 Changelog link. 2018-06-06 09:48:48 -07:00
Matthieu Guilbert 87b6c9a211 chore: Update changelog and AUTHORS 2018-06-07 00:43:51 +08:00
Matthieu Guilbert 1a2421892b fix: not enough values to unpack 2018-06-07 00:43:48 +08:00
Amjith Ramanujam 4505332fe5
Merge pull request #894 from dbcli/j-bennet/squash-psycopg2-warning
Silence psycopg2 warning
2018-06-01 14:12:22 -07:00
Irina Truong b8a6dfd357 Ugh. 2018-06-01 14:00:57 -07:00
Dick Marinus da2c8e542d
Merge pull request #893 from dbcli/j-bennet/fix-pgcli-magic
Fix for ipython sql connection. Fixes #891.
2018-06-01 20:15:51 +02:00
Irina Truong 69364ab4a5 Changelog. 2018-06-01 08:27:09 -07:00
Irina Truong 9e54a9ef56 Fix for ipython sql connection. Fixes #891. 2018-06-01 08:18:24 -07:00
Irina Truong 908a8ddacf
Merge pull request #888 from dbcli/bugfix/optionalkeyring
make keyring optional
2018-05-29 09:10:28 +01:00
Amjith Ramanujam 7b3eef5de3
Merge pull request #890 from dbcli/bump-pgspecial-version
Bump the version of pgspecial to 1.11.0
2018-05-26 12:49:48 -07:00
Amjith Ramanujam 9a543d05f9
Merge pull request #889 from dbcli/internal/behave_refactor
Refactor destructive warning in behave tests
2018-05-26 12:48:21 -07:00
Dick Marinus 95fda8218b Refactor destructive warning in behave tests 2018-05-26 15:49:41 +02:00
Dick Marinus 2ce2a87f37 make keyring optional 2018-05-26 11:26:06 +02:00
Amjith Ramanujam a274c731fc Fix typo in test fixture. 2018-05-20 21:38:43 -07:00
Amjith Ramanujam 5427ad9a45 Bump the version of pgspecial to 1.11.0 2018-05-20 21:30:03 -07:00
Dick Marinus d01b4eeb64
Merge pull request #885 from dbcli/pr884
Add confirmation prompt to destructive commands in behave tests.
2018-05-19 07:20:55 +02:00
Amjith Ramanujam fc41a5e8da
Merge pull request #880 from RishiRamraj/feature/get-last-sql-query
Feature/get last sql query
2018-05-18 21:48:42 -07:00