summaryrefslogtreecommitdiffstats
path: root/tests/test_smart_completion_public_schema_only.py
AgeCommit message (Expand)Author
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