summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-04-20Merge pull request #219 from darikg/sqlparse_versionAmjith Ramanujam
2015-04-20pin sqlparse to 0.1.14Darik Gamble
2015-04-20Fixes for external editor command.Iryna Cherniavska
2015-04-20Implemented external editor call.Iryna Cherniavska
2015-04-20Merge pull request #215 from amjith/masterdarikg
2015-04-18Update repo references.Amjith Ramanujam
2015-04-18Merge pull request #209 from amjith/json_py3_handlerAmjith Ramanujam
2015-04-18Merge pull request #208 from drocco007/feature/truncateAmjith Ramanujam
2015-04-18Add suggest tests for INSERT INTO, COPY, UPDATE, DESCRIBE, JOIN, and TRUNCATEDaniel Rocco
2015-04-18Support table completion for TRUNCATEDaniel Rocco
2015-04-18When suggesting from last token, precompute .lower()Daniel Rocco
2015-04-18Do the decoding of json_data only for PY2.Amjith Ramanujam
2015-04-17Merge pull request #210 from amjith/reconnectAmjith Ramanujam
2015-04-17Add the ability to reconnect.Amjith Ramanujam
2015-04-17Register the json handler only for PY2.Amjith Ramanujam
2015-04-17Add USING to the list of completion keywords.Amjith Ramanujam
2015-04-17Add an extra test for the JOIN USING for good measure.Amjith Ramanujam
2015-04-16Merge pull request #190 from darikg/joinsAmjith Ramanujam
2015-04-15Update Changelog.Amjith Ramanujam
2015-04-15Merge pull request #204 from j-bennet/masterAmjith Ramanujam
2015-04-15Removed \watch and \copy: we may not be able to support those.Iryna Cherniavska
2015-04-15Update Changelog.Amjith Ramanujam
2015-04-15Merge pull request #202 from drocco007/feature/match-anywhereAmjith Ramanujam
2015-04-15Add license type in Vagrantfile.Amjith Ramanujam
2015-04-14Add instructions for RPM and DEB package building.Amjith Ramanujam
2015-04-14Merge pull request #199 from ceocoder/add_deb_packagingAmjith Ramanujam
2015-04-14Merge pull request #195 from darikg/pg_catalogAmjith Ramanujam
2015-04-14Reformatted command docstrings.Iryna Cherniavska
2015-04-13Added some commands to be implemented.Iryna Cherniavska
2015-04-13Added message to the user in case the command he wants is not implemented yet...Iryna Cherniavska
2015-04-12Completion search text matches user-defined entities anywhere in the nameDaniel Rocco
2015-04-11Packaging: first cut of working deb and rpm buildDhaivat Pandit
2015-04-11Merge pull request #198 from drocco007/masterAmjith Ramanujam
2015-04-11Update README to include mysql-cli.Amjith Ramanujam
2015-04-11Handle a ',' entered before any completions gracefullyDaniel Rocco
2015-04-09filter out suggestions starting with pg_Darik Gamble
2015-04-09search_path query returns implicit schemas (e.g. pg_catalog)Darik Gamble
2015-04-09bugfix: don't exclude any schemata from metadata queriesDarik Gamble
2015-04-09Merge pull request #194 from xalley/masterAmjith Ramanujam
2015-04-09Add a check for `command == '\connect'`xalley
2015-04-09Fix the checking to commands '\c' or 'use'xalley
2015-04-07Merge pull request #191 from davidcelis/patch-1Amjith Ramanujam
2015-04-07support 'JOIN ... USING (' by suggesting columns present in more than one tableDarik Gamble
2015-04-07Fix typoDavid Celis
2015-04-06find_prev_keyword strips everything after the last keywordDarik Gamble
2015-04-06bugfix: extract_tables stopped prematurely on INNER JOIN et alDarik Gamble
2015-04-06bugfix: suggestions were broken after specifying a join typeDarik Gamble
2015-04-05Update changelog.Amjith Ramanujam
2015-04-05Merge pull request #187 from darikg/viewsAmjith Ramanujam
2015-04-05Merge pull request #186 from xalley/masterAmjith Ramanujam