summaryrefslogtreecommitdiffstats
path: root/pgcli
AgeCommit message (Expand)Author
2014-12-26Releasing version 0.8.1v0.8.1Amjith Ramanujam
2014-12-26Fix the table parsing for update and add a test.Amjith Ramanujam
2014-12-25Releasing version 0.8.0v0.8.0Amjith Ramanujam
2014-12-25Fix multiple columns for aliased tables.Amjith Ramanujam
2014-12-25Improve the Insert completion.Amjith Ramanujam
2014-12-24First attempt at dot completion and alias detection.Amjith Ramanujam
2014-12-24Add a doc string to --password option.Amjith Ramanujam
2014-12-24Make the password prompt an option.Amjith Ramanujam
2014-12-24Releasing version 0.7.1v0.7.1Amjith Ramanujam
2014-12-24Fix the failing parseutils test.Amjith Ramanujam
2014-12-24Fix a corner case in extract_tables.Amjith Ramanujam
2014-12-24Releasing version 0.7.0v0.7.0Amjith Ramanujam
2014-12-24Fix a corner case for comma based completion.Amjith Ramanujam
2014-12-24Refactor sqlcompletion to make it work for multiple cols and tables.Amjith Ramanujam
2014-12-24First attempt at multiple column suggestion.Amjith Ramanujam
2014-12-24Make parseutils to work with hanging comma and insert statements.Amjith Ramanujam
2014-12-22Strip only a limited set of punctuations before matching.Amjith Ramanujam
2014-12-20Formatting.Amjith Ramanujam
2014-12-20Cleanup sql_completion tests.Amjith Ramanujam
2014-12-19Set a sane default for the pager.Amjith Ramanujam
2014-12-19Merge remote-tracking branch 'upstream/master'Iryna Cherniavska
2014-12-19Merge branch 'master' of github.com:j-bennet/pgcliIryna Cherniavska
2014-12-19removed unnecessary keybinding in selection modeIryna Cherniavska
2014-12-19Add pager support for output.Amjith Ramanujam
2014-12-19added LEFT, RIGHT, OUTER keywordsIryna Cherniavska
2014-12-19merged from amjith; resolved conflictIryna Cherniavska
2014-12-19added binding on control-space; changed order to order byIryna Cherniavska
2014-12-19Releasing version 0.6.0v0.6.0Amjith Ramanujam
2014-12-19Merge pull request #2 from j-bennet/masterAmjith Ramanujam
2014-12-19Remove special char prefixes when looking for matches.Amjith Ramanujam
2014-12-18Fix the 79 char violation.Amjith Ramanujam
2014-12-18Add in table specific column completion for INSERT, DELETE, UPDATE statements.Amjith Ramanujam
2014-12-18attempt to suggest column name when function is typedIryna Cherniavska
2014-12-18Increase the height for completion menu.Amjith Ramanujam
2014-12-18Releasing version 0.5.1v0.5.1Amjith Ramanujam
2014-12-18BugFix: Reset for changing a DB was using the buggy defaultdict constructor.Amjith Ramanujam
2014-12-18Releasing version 0.5.0v0.5.0Amjith Ramanujam
2014-12-18Beginnings of a table specific column completion.Amjith Ramanujam
2014-12-18Fix the completion trigger for "order by" and "group by" commands.Amjith Ramanujam
2014-12-18Column names are stored under each table. Completion for columns is totally b...Amjith Ramanujam
2014-12-17Separate out the utility methods for sqlcompletion to parseutils.Amjith Ramanujam
2014-12-17added support for ansi sql functions; added CASE, WHEN, FULL keywords; change...Iryna Cherniavska
2014-12-16Rename the regex vars.Amjith Ramanujam
2014-12-16Separate out sqlcompletion into a package.Amjith Ramanujam
2014-12-15F3 to toggle multi-line.Amjith Ramanujam
2014-12-14Python3 compatibility.Amjith Ramanujam
2014-12-14Added \?.Amjith Ramanujam
2014-12-14Releasing version 0.4.4v0.4.4Amjith Ramanujam
2014-12-14Added doctest for _parse_dsn.Amjith Ramanujam
2014-12-14Fix :q to quit.Amjith Ramanujam