summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-12-19Releasing version 0.6.0v0.6.0Amjith Ramanujam
2014-12-19Fix grammar.Amjith Ramanujam
2014-12-19Update readme and develop docs.Amjith 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-18Update README and add DEVELOP file.Amjith Ramanujam
2014-12-18Add AUTHORS file.Amjith Ramanujam
2014-12-18attempt to suggest column name when function is typedIryna Cherniavska
2014-12-18Update TODO.Amjith Ramanujam
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-18Make it Py3 compatible.Amjith Ramanujam
2014-12-18Improvements to release and TODO list.Amjith 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-17Merge pull request #1 from j-bennet/masterAmjith Ramanujam
2014-12-17Add some TODO items.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-15Add a whacky idea to TODO.Amjith Ramanujam
2014-12-15F3 to toggle multi-line.Amjith Ramanujam
2014-12-14Python3 compatibility.Amjith Ramanujam
2014-12-14Rearrange priorities.Amjith Ramanujam
2014-12-14Added \?.Amjith Ramanujam
2014-12-14Add gitignore.Amjith Ramanujam
2014-12-14Releasing version 0.4.4v0.4.4Amjith Ramanujam
2014-12-14Update release script.Amjith Ramanujam
2014-12-14Add a release script.Amjith Ramanujam
2014-12-14Added doctest for _parse_dsn.Amjith Ramanujam
2014-12-14Fix :q to quit.Amjith Ramanujam
2014-12-14Releasing version 0.4.3v0.4.3Amjith Ramanujam
2014-12-14Add some docs for release procedures and manual tests.Amjith Ramanujam
2014-12-13Fix the bug when just pressing enter without any text.Amjith Ramanujam
2014-12-13Clean up TODO.Amjith Ramanujam
2014-12-13Add middle of the line completion.Amjith Ramanujam
2014-12-13Enable autocommit when the database is switched.Amjith Ramanujam
2014-12-13Fix a bug in postgres connection string.Amjith Ramanujam
2014-12-12Add :q to quit.Amjith Ramanujam
2014-12-12Allow postgres url for database name.Amjith Ramanujam
2014-12-12Add \l command.Amjith Ramanujam
2014-12-12Add in USE and DESCRIBE to auto-completion.Amjith Ramanujam
2014-12-12Releasing 0.4.1Amjith Ramanujam
2014-12-12Separate case sensitive and insensitive commands.Amjith Ramanujam