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

24 Commits

Author SHA1 Message Date
Daniel Rocco
2f34fbafd6 Only include special command completions at the start of a statement
Closes #159
2015-02-25 16:58:01 -05:00
Daniel Rocco
840f3bd3a8 Add completion for CREATE WITH TEMPLATE
Closes #156
2015-02-24 12:44:32 -05:00
Darik Gamble
22ed9ddb86 Autocomplete function names 2015-02-17 12:35:56 -05:00
darikg
13f84bf83e Fix #106 - autocompletion in multiple statements 2015-01-28 18:21:13 -05:00
Darik Gamble
89cffd18ba Fix failing tests in python 3 by converting dictionaries to tuples so sorted can sort them 2015-01-25 13:15:01 -05:00
Darik Gamble
830d1beaa8 Remove pandas dependency by storing database metadata as lists of tuples 2015-01-25 11:39:03 -05:00
Darik Gamble
7e7051fef7 Merge branch 'master' into schema_autocomplete 2015-01-25 11:37:46 -05:00
Iryna Cherniavska
13f3af72c3 ON keyword now suggests tables and aliases on the right side of equal sign also. 2015-01-19 17:03:44 -08:00
Darik Gamble
78288101c2 Make autocomplete schema-aware 2015-01-18 15:53:47 -05:00
Iryna Cherniavska
c4c61b8ce5 ON keyword suggests either table aliases, or table names. 2015-01-17 22:16:53 -08:00
Amjith Ramanujam
4e862015f8 Mark the multicolumn sub-select test to xfail. 2015-01-04 23:23:48 -08:00
Amjith Ramanujam
a4460f17cc Remove the debug statment left in tests. 2015-01-01 00:16:43 -08:00
Amjith Ramanujam
6e622d6dde Add initial completion support for JOIN statements. 2015-01-01 00:07:31 -08:00
Amjith Ramanujam
16af5d0ec1 Add keyword completion for sub-select. 2014-12-30 21:46:16 -08:00
Amjith Ramanujam
0fa38b0e4f Fix another corner case for table name extraction in nested sql. 2014-12-30 00:22:48 -08:00
Amjith Ramanujam
65c7cdaafa Fix the table extraction for nested select statement. 2014-12-29 21:43:41 -08:00
Amjith Ramanujam
be322144c3 Fix multiple columns for aliased tables. 2014-12-25 02:08:31 -08:00
Amjith Ramanujam
7492594c37 Improve the Insert completion. 2014-12-25 01:55:00 -08:00
Amjith Ramanujam
09c5f28abe First attempt at dot completion and alias detection. 2014-12-24 23:56:12 -08:00
Amjith Ramanujam
b432811a21 Refactor sqlcompletion to make it work for multiple cols and tables. 2014-12-24 01:32:01 -08:00
Amjith Ramanujam
080675ba0f Add a check for partially entered col name. 2014-12-20 23:38:48 -08:00
Amjith Ramanujam
c6926dda0a Add a test for where clause and rename all tests functions. 2014-12-20 22:28:30 -08:00
Amjith Ramanujam
23f3ae3028 Cleanup sql_completion tests. 2014-12-20 14:18:28 -08:00
Iryna Cherniavska
e287787045 attempt to suggest column name when function is typed 2014-12-18 13:57:40 -08:00