1
1
mirror of https://github.com/dbcli/pgcli.git synced 2024-10-06 02:07:53 +03:00
Commit Graph

136 Commits

Author SHA1 Message Date
Irina Truong
b136196f29 Merge pull request #780 from dbcli/feature/output_formatter_generator
Preliminary work for a future change in outputting results that uses less memory
2017-08-18 15:27:43 -07:00
Dick Marinus
d2ecbde849 Preliminary work for a future change in outputting results that uses less memory 2017-08-18 20:40:16 +02:00
Dick Marinus
5ab0dbfdea Fix TODO, optionally use POSTGRES_USER, POSTGRES_HOST POSTGRES_PASSWORD from environment 2017-08-18 06:52:29 +02:00
Irina Truong
1e77eab21b Merge pull request #773 from dbcli/fpietka/conninfo
Add \conninfo command
2017-08-13 17:21:42 -07:00
François Pietka
3d2b4d0862
Update changelog 2017-08-12 13:03:29 +02:00
Amjith Ramanujam
887a826415 Merge branch 'master' into koljonen/array_formatting 2017-08-06 21:16:08 -06:00
Amjith Ramanujam
99c9040c3d Merge pull request #771 from dbcli/koljonen/reservered_words
Don't quote identifiers that are non-reserved keywords
2017-08-06 21:14:40 -06:00
Amjith Ramanujam
962f53fbf8 Merge branch 'master' into fpietka/drop-column 2017-08-06 21:08:48 -06:00
François Pietka
9d84955fa6
Update changelog 2017-08-07 00:20:46 +02:00
Joakim Koljonen
c616a8b422
Improve formatting of array output
Before this change, e.g. `SELECT '{1}'::numeric` would output `[Decimal(1)]`.
Now it instead outputs `{1}`.
2017-08-06 19:30:34 +02:00
Joakim Koljonen
b90beeb4d3
Don't quote identifiers that coïncide with non-reserved keywords
Keep track of which keywords are reserved, and quote identifiers
that coïncide with those.
https://www.postgresql.org/docs/10/static/sql-keywords-appendix.html
2017-08-06 09:46:52 +02:00
Joakim Koljonen
64505a9e33
Update changelog 2017-08-06 08:29:24 +02:00
François Pietka
f63081495c
Use psycopg2 to get database details 2017-07-29 16:05:35 +02:00
Amjith Ramanujam
a79db9d9af Changelog update. 2017-07-24 10:34:54 -07:00
Amjith Ramanujam
5a8e5d21b6 Merge pull request #677 from dbcli/koljonen/suggest_functions_with_args
Include arguments in function suggestions
2017-07-20 09:48:28 -07:00
Amjith Ramanujam
925341cbce Add fish-style autosuggestion. 2017-07-16 15:20:10 -07:00
Joakim Koljonen
a326e54884
Merge branch 'master' into koljonen/suggest_functions_with_args 2017-07-16 12:13:36 +02:00
Irina Truong
f806de003b Changelog update to release 1.7.0. 2017-07-15 19:20:46 -07:00
François Pietka
90fd160c90
Update changelog 2017-07-15 01:18:32 +02:00
Joakim Koljonen
43dbe96936
Add change to changelog 2017-07-07 17:22:18 +02:00
Joakim Koljonen
f355c30ef7
Include arguments in function completions
E.g. instead of suggesting `my_func()`, suggest `my_func(arg1 :=, arg2 :=)`
or `my_func(arg1 text, arg2 bigint)`, depending on the context.
2017-06-25 01:35:22 +02:00
Thomas Roten
39ee5579c4 Add cli helpers to changelog. 2017-06-19 09:27:10 -05:00
Irina Truong
d060de940e Merge branch 'master' into j-bennet/set-less-if-unset 2017-06-10 17:35:32 -07:00
Irina Truong
aea44a67fc Changelog. 2017-06-09 14:45:36 -07:00
Irina Truong
01de6b6c8c Changelog. 2017-06-09 11:17:04 -07:00
Thomas Roten
95358a1dc1 Add homebrew update to changelog. 2017-06-02 14:13:53 -05:00
Thomas Roten
bdf0d88ef3 Merge branch 'master' of github.com:dbcli/pgcli into j-bennet/refresh-after-rollback
* 'master' of github.com:dbcli/pgcli:
  Create signed tags in release script.
  Updated changelog.
  Some pep8 in config module.
  DSN aliases should take custom pgclirc into account.
2017-05-29 08:00:49 -05:00
Irina Truong
fc3025e9bc Refresh completions after COMMIT or ROLLBACK. 2017-05-28 17:56:48 -07:00
Irina Truong
bc047758c6 Updated changelog. 2017-05-28 15:04:57 -07:00
Amjith Ramanujam
565dc02a16 Merge pull request #719 from dbcli/j-bennet/release-1.6.0
Preparing to release 1.6.0.
2017-05-26 20:34:38 -07:00
Alexander Schmolck
52e47f3705 Update AUTHORS and changelog.rst 2017-05-25 14:49:30 +01:00
Dick Marinus
c6ae43a398 Merge remote-tracking branch 'upstream/master' into feature/tox_behave 2017-05-22 20:45:55 +02:00
Dick Marinus
bbb0866806 Add behave to tox 2017-05-22 20:44:02 +02:00
Irina Truong
3900329faa Preparing to release 1.6.0. 2017-05-17 20:09:21 -07:00
gustavo
6fba6037cc Adding link to my github profile 2017-05-10 19:51:39 +02:00
gustavo
cfb86c2c64 Updating AUTHORS and changelog 2017-05-10 19:49:08 +02:00
Irina Truong
d62f1e5030 Merge pull request #710 from dbcli/tsroten/edit_last_command
Edit last-run query in external editor.
2017-05-06 15:25:18 -07:00
Thomas Roten
cdec31d8f2 Merge branch 'master' of github.com:dbcli/pgcli into tsroten/edit_last_command 2017-05-06 13:52:01 -05:00
Dick Marinus
0031814627 fix pgspecial update in behave tests 2017-05-06 15:51:47 +02:00
Thomas Roten
c389f5371d Edit last-run query in external editor. 2017-05-02 23:31:29 -05:00
Dick Marinus
f39dda5773 Behave remove boiler plate code 2017-05-02 20:20:13 +02:00
Irina Truong
b0d77c1021 Changelog. 2017-04-30 16:46:09 -07:00
Irina Truong
2e4b907b19 Merge pull request #701 from jdpopkin/fix_lock_error
Fix handling of failure to obtain lock
2017-04-30 16:12:27 -07:00
Jackson Popkin
110f13fe10 Update changelog, AUTHORS 2017-04-29 20:56:34 -04:00
Irina Truong
84d89250cd Merge branch 'master' into feature/behave_fix_cleanup 2017-04-29 14:55:58 -07:00
Irina Truong
b2a22580a6 Merge pull request #706 from dbcli/feature/behave_tee
Test using behave the tee command
2017-04-29 14:51:48 -07:00
darikg
5508d725b9 Merge pull request #693 from bersace/well-known-following-keywords
Complete well known following keywords
2017-04-29 15:47:33 -04:00
Dick Marinus
5a60402649 Test using behave the tee command 2017-04-29 21:35:06 +02:00
Dick Marinus
d71032c37f behave fix clean up
In an earlier commit I've changed the current working directory and
the removal of a temporary file didn't take that into account.
2017-04-29 10:10:05 +02:00
Dick Marinus
8fa3d18353 behave test source command 2017-04-28 21:16:11 +02:00