summaryrefslogtreecommitdiffstats
path: root/tests/test_smart_completion_public_schema_only.py
AgeCommit message (Expand)Author
2016-05-24Make join-condition suggestions work with multi-line querieskoljonen
2016-05-24Support for join-condition suggestions after ONkoljonen
2016-05-20Fix problem where table names would not be recognized when not in lower casekoljonen
2016-05-17Stop suggesting * as a columnkoljonen
2016-05-16Merge pull request #502 from koljonen/cleanupdarikg
2016-05-16Merge pull request #492 from koljonen/masterdarikg
2016-05-16Remove obsolete commentskoljonen
2016-05-16Various small changes after code reviewkoljonen
2016-05-15Merge pull request #501 from koljonen/fixusingdarikg
2016-05-15Remove new test I added and edit the existing ones to cover the same case ins...koljonen
2016-05-15Remove dead code and fix a broken test (all found by Codacy)koljonen
2016-05-15Fix more test bugs ... apparently the able order can be indeterministickoljonen
2016-05-15Fix some bugs in the tests I addedkoljonen
2016-05-14Some changes after code reviewkoljonen
2016-05-14Fix tests I broke in eaf3a11c944d14163fd0e4ec13cc10eabbae972fkoljonen
2016-03-22unescape completion names for lexical priorityAnthony Lai
2016-03-18Fix lexical order tiebreakingAnthony Lai
2015-11-26Really sort keywords after everything elseDarik Gamble
2015-11-25Add a bunch of tests for multiple joinsDarik Gamble
2015-11-21Fix suggestions after a manually entered double quote escapeDarik Gamble
2015-11-08Update pgcompleter testsDarik Gamble
2015-09-29Suggest fields from functions used as tablesDarik Gamble
2015-09-29Move FunctionMetadata definition into its own packageDarik Gamble
2015-09-23Suggest set-returning functions as tablesDarik Gamble
2015-09-23pgexecute returns additional function metadataDarik Gamble
2015-08-23Fix failing tests.Amjith Ramanujam
2015-08-05Test completions with an escaped table aliasDarik Gamble
2015-07-19Update tests so they pass with metadisplayDarik Gamble
2015-05-23Suggest custom types in addition to built-insDarik Gamble
2015-05-23Suggest datatypes from a hardcoded whitelistDarik Gamble
2015-05-11Fix failing tests in Python 2.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-12Completion search text matches user-defined entities anywhere in the nameDaniel Rocco
2015-04-07support 'JOIN ... USING (' by suggesting columns present in more than one tableDarik Gamble
2015-04-05suggest view namesDarik Gamble
2015-02-17Autocomplete function namesDarik Gamble
2015-01-25Split up smart completion tests into two filesDarik Gamble