summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2014-12-26Remove the debug statmenet.Amjith Ramanujam
2014-12-26TODO cleanup.Amjith Ramanujam
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-24Rearrange TODO priority.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-24Cleanup TODO.Amjith 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-23added some smart completion testsIryna Cherniavska