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

86 Commits

Author SHA1 Message Date
Dick Marinus
8fa3d18353 behave test source command 2017-04-28 21:16:11 +02:00
Dick Marinus
6f1f4bfa8e behave quit pgcli nicely 2017-04-28 18:00:51 +02:00
Étienne BERSAC
ef096222ca
Fix @meeuw broken link 2017-04-27 16:39:33 +02:00
Étienne BERSAC
50b8ea9f47
Fix spurious conflict marker in Changelog
Fixes:

    changelog.rst:9: (SEVERE/4) Missing matching underline for section title overline.

    =======
2017-04-27 16:17:49 +02:00
Étienne BERSAC
9327caa601
Fix Changelog title
Fixes:

    changelog.rst:2: (WARNING/2) Title underline too short.

    Upcoming
    =====
2017-04-27 16:17:37 +02:00
Irina Truong
bad238f996 Merge pull request #686 from owst/column_completion_for_order_by_and_distinct
Suggest columns for `ORDER BY` and `DISTINCT` (fixes #685)
2017-04-26 11:01:32 -07:00
Owen Stephens
3d560baf6c Suggest columns for ORDER BY and DISTINCT (fixes #685)
Having typed an alias name in an `ORDER BY` or (`SELECT`) `DISTINCT`
clause, the alias was not taken account of, and the completion simply
listed all columns. This change fixes that, and makes the autocompletion
behave the same as in `SELECT` and `WHERE` clauses.
2017-04-26 01:10:57 +01:00
Dick Marinus
bc47a07d92 behave pager wrapper 2017-04-25 07:37:53 +02:00
Amjith Ramanujam
edf40d052b Merge branch 'master' into koljonen/case_column_titles 2017-04-21 07:38:14 -07:00
Irina Truong
b3ade2db9d Ported pep8radius addition from mycli. 2017-04-07 17:00:35 -07:00
Russell Davies
f8597b78a6
Standardize command line option names
This standardizes on the same names as psql and removes some
conflicts.
2017-04-07 12:02:07 +01:00
Owen Stephens
e5d3d5d63f Allow configurable multiline continuation char 2017-03-30 11:12:25 +01:00
Irina Truong
26174637d8 Added fix to changelog. 2017-03-21 21:31:26 -07:00
Joakim Koljonen
49ba6b4001
Casing for column headers (based on casing file)
```
koljonen@localhost:koljonen> SELECT transferid, parenttransferid, amount from transfers
╒══════════════╤════════════════════╤══════════╕
│ TransferID   │ ParentTransferID   │ Amount   │
╞══════════════╪════════════════════╪══════════╡
...
...
...
```
2017-03-18 18:51:56 +01:00
Joakim Koljonen
d32049bfde Update changelog.rst 2017-03-14 22:37:39 +01:00
Irina Truong
6a30874e3d Changelog for bugfix release 1.5.1. 2017-03-13 22:52:14 -07:00
Irina Truong
f621dce8ad Track recent changes in changelog. 2017-03-11 15:23:48 -08:00
koljonen
1277752d62
Find statements inside function body
Consider this script
```
CREATE FUNCTION foo() returns text LANGUAGE SQL AS $func$
SELECT 1 FROM Bar;
SELECT <cursor> FROM Baz;
$func$;
```
The change here is that `SELECT <cursor> FROM Baz;` will be seen as the
current statement, instead of the whole function definition.
This means we'll no longer get column suggestions from `Bar`.
2017-03-09 01:41:11 +01:00
Amjith Ramanujam
0ab1cade0e Changelog update for 1.5.0 2017-03-03 15:55:39 -08:00
Irina Truong
d9649db2e8 Release v1.4.0. 2017-01-10 16:35:59 -08:00
Amjith Ramanujam
2f015c05f8 Update changelog for version 1.3.1 2016-10-26 12:37:46 -07:00
Amjith Ramanujam
3e0aa27231 Changelog and authors update for 1.3.0 2016-10-22 10:11:11 -07:00
Amjith Ramanujam
cea051922d Update Changelog. 2016-09-02 06:47:36 -07:00
Amjith Ramanujam
84aa89d112 Update changelog for version 1.2.0 release. 2016-09-01 05:45:18 -07:00
Amjith Ramanujam
db140fb766 Update changelog for release 1.1.0. 2016-07-01 23:13:50 -07:00
Amjith Ramanujam
c3a1431fa0 Update the changelong to include pgspecial upgrade. 2016-06-21 00:59:49 -07:00
Amjith Ramanujam
9f91f02aee Merge branch 'amjith/release-1.0' of github.com:dbcli/pgcli into amjith/release-1.0 2016-06-19 15:19:00 -07:00
Amjith Ramanujam
83dd783814 Update authors and changelog. 2016-06-19 15:15:55 -07:00
Amjith Ramanujam
7ced391208 Update Anthony's github address. 2016-05-26 00:19:56 -07:00
Amjith Ramanujam
7b8f546270 Update changelog for release 1.0.0. 2016-05-11 22:59:49 -07:00
Iryna Cherniavska
b4bea5f2f5 Preparing release 0.20.1 with Windows log fix. 2015-11-07 11:23:39 -08:00
Amjith Ramanujam
2c1c493977 Update the changelong to add \h. 2015-10-31 22:11:24 -07:00
Amjith Ramanujam
6bdb3504ed Update the changelong and AUTHORS for 0.20.0 release. 2015-10-31 06:49:50 -07:00
Iryna Cherniavska
804dd446b5 Updated changelog and AUTHORS for v0.19.2. 2015-08-28 22:38:18 -07:00
Amjith Ramanujam
518fbdade7 Fix typo in in changelog. 2015-08-09 19:36:27 -07:00
Amjith Ramanujam
f4e59035b8 Update changelog for 0.19.1 release. 2015-08-04 07:10:38 -07:00
Amjith Ramanujam
0bd63653ec Fix a typo in changelog. 2015-08-03 08:49:26 -07:00
Amjith Ramanujam
57e436ace1 Update changelog. 2015-08-02 17:09:17 -07:00
Amjith Ramanujam
5568ada162 Update Changelog for version 0.18.0. 2015-07-04 23:13:42 -07:00
Amjith Ramanujam
da31947d3b Update changelog for 0.17.0 release. 2015-05-24 23:38:39 -07:00
Amjith Ramanujam
ca2373330b Update Changelog. 2015-04-15 11:39:40 -07:00
Amjith Ramanujam
1b91c4e060 Update Changelog. 2015-04-15 06:36:20 -07:00
Amjith Ramanujam
e1958c0f9b Add instructions for RPM and DEB package building. 2015-04-14 22:16:13 -07:00
Amjith Ramanujam
0a916e313d Update changelog. 2015-04-05 17:28:47 -07:00
Amjith Ramanujam
84184fc67a Prep changelog for next release. 2015-04-02 18:31:22 -07:00
Amjith Ramanujam
dfa01ffb44 Changelog update. 2015-04-02 18:19:07 -07:00
Amjith Ramanujam
b3f4dcfe12 Update Changelog. 2015-03-26 21:21:21 -07:00
Amjith Ramanujam
a80eb4ea19 Add a title field and report the notices. Closes #177 2015-03-25 00:26:38 -07:00
Amjith Ramanujam
67c0b3db08 Changelog update. 2015-03-22 13:55:33 -07:00
Amjith Ramanujam
70f6800d5a Update changelog. 2015-03-14 13:38:12 -07:00