summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-01-06Releasing version 0.10.0v0.10.0Amjith Ramanujam
2015-01-06Update the homepage in setup.Amjith Ramanujam
2015-01-04Add badges to Readme.Amjith Ramanujam
2015-01-04Mark the multicolumn sub-select test to xfail.Amjith Ramanujam
2015-01-04Add a travis config file.Amjith Ramanujam
2015-01-04Update TODO.Amjith Ramanujam
2015-01-04Remove blank lines in pgline.Amjith Ramanujam
2015-01-04Add logging to pgcompleter.Amjith Ramanujam
2015-01-04Refactor pgcompleter.Amjith Ramanujam
2015-01-04Add smart_completion as a default param to get_completions.Amjith Ramanujam
2015-01-04Add logging to pgexecute.py.Amjith Ramanujam
2015-01-04Move parse_dsn tests to test folder instead of doctests.Amjith Ramanujam
2015-01-04Copy databases query from psql.Amjith Ramanujam
2015-01-04Add logging and cleanup main.Amjith Ramanujam
2015-01-04Add basic tools for logging.Amjith Ramanujam
2015-01-03Make \? output sorted.Amjith Ramanujam
2015-01-03Merge pull request #15 from j-bennet/masterAmjith Ramanujam
2015-01-03Added \di and \dv meta-commands.Iryna Cherniavska
2015-01-02Add tox and fix python3 failures.Amjith Ramanujam
2015-01-01Remove the debug statment left in tests.Amjith Ramanujam
2015-01-01Update copyright year in LICENSE.Amjith Ramanujam
2015-01-01Releasing version 0.9.0v0.9.0Amjith Ramanujam
2015-01-01Add initial completion support for JOIN statements.Amjith Ramanujam
2014-12-31Fix the missing comma in the list of keywords.Amjith Ramanujam
2014-12-31Extract tables from JOIN statements.Amjith Ramanujam
2014-12-31Add JOIN to the list of keywords.Amjith Ramanujam
2014-12-31Add JOIN related items and cleanup done items in TODO.Amjith Ramanujam
2014-12-30Major TODO cleanup.Amjith Ramanujam
2014-12-30Add keyword completion for sub-select.Amjith Ramanujam
2014-12-30Update TODO.Amjith Ramanujam
2014-12-30TODO update.Amjith Ramanujam
2014-12-30Merge pull request #14 from j-bennet/masterAmjith Ramanujam
2014-12-30Fix for bug #12: Config reading is failing when an option is missing.Iryna Cherniavska
2014-12-30Add a bug to TODO.Amjith Ramanujam
2014-12-30Fix another corner case for table name extraction in nested sql.Amjith Ramanujam
2014-12-29Fix the table extraction for nested select statement.Amjith Ramanujam
2014-12-29Make the casing for true/false consistent.Amjith Ramanujam
2014-12-29Merge pull request #11 from j-bennet/masterAmjith Ramanujam
2014-12-29Set multi-line via config file.Iryna Cherniavska
2014-12-28Merge pull request #8 from j-bennet/masterAmjith Ramanujam
2014-12-28Added tests for multiple column suggestion, dot and alias.Iryna Cherniavska
2014-12-27Merge pull request #7 from j-bennet/masterAmjith Ramanujam
2014-12-27added tests for dot and aliasIryna Cherniavska
2014-12-27Merge pull request #6 from j-bennet/masterAmjith Ramanujam
2014-12-27added naive completion testsIryna Cherniavska
2014-12-27all completions should include keywordsIryna Cherniavska
2014-12-27Fix easy_install command in readme.Amjith Ramanujam
2014-12-26Mark off a few items on TODO.Amjith Ramanujam
2014-12-26Return the current alias if the table name is not found.Amjith Ramanujam
2014-12-26Move find_prev_token to parse_utils.Amjith Ramanujam