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

21 Commits

Author SHA1 Message Date
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
Iryna Cherniavska
799d4bc35b Added tests for multiple column suggestion, dot and alias. 2014-12-28 14:57:51 -08:00
Iryna Cherniavska
335e57215c added tests for dot and alias 2014-12-27 14:43:49 -08:00
Iryna Cherniavska
5b4644ba34 added naive completion tests 2014-12-27 13:49:35 -08:00
Amjith Ramanujam
665f5e9d0a Remove the debug statmenet. 2014-12-26 00:41:45 -08:00
Amjith Ramanujam
9763ddb95c Fix the table parsing for update and add a test. 2014-12-26 00:32:56 -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
351686fa33 Make parseutils to work with hanging comma and insert statements. 2014-12-24 00:16:08 -08:00
Iryna Cherniavska
6933b72cb9 added some smart completion tests 2014-12-23 23:59:14 -08:00
Amjith Ramanujam
6a9b224834 Add tests for parse_utils.extract_tables. 2014-12-23 23:29:26 -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
Amjith Ramanujam
1b8d11a3e7 Add default config file to setup.py. 2014-12-11 08:59:42 -08:00
Amjith Ramanujam
e3f7d263f3 Add test plan and place holder stubs. 2014-12-09 23:14:49 -08:00