summaryrefslogtreecommitdiffstats
path: root/tests/test_smart_completion_public_schema_only.py
AgeCommit message (Expand)Author
2017-03-06Add MATERIALIZED VIEW keywordsJoakim Koljonen
2017-02-25Suggest keywords after ALTERDarik Gamble
2016-12-05Support for table-qualifying column suggestionskoljonen
2016-09-04Support configuring keyword casing preferencesDarik Gamble
2016-08-08Merge pull request #553 from dbcli/darikg/cte-suggestionsAmjith Ramanujam
2016-07-27Make suggestions based on local tablesDarik Gamble
2016-07-08Some changes to sorting of suggestionsJoakim Koljonen
2016-07-06Better scoping for tables in insert statementskoljonen
2016-06-27Suggest table aliases + add tests for casingkoljonen
2016-06-18Fix indentation of test_smart_completion_* metadata dictskoljonen
2016-06-18In completion tests, get columns from metadata instead of manually listing themkoljonen
2016-06-18In completion tests, get functions from metadata instead of manually listing ...koljonen
2016-06-18In completion tests, get views from metadata instead of manually listing themkoljonen
2016-06-18In completion tests, get tables from metadata instead of manually listing themkoljonen
2016-06-18In completion tests, get datatypes from metadata instead of manually listing ...koljonen
2016-06-18In completion tests, get schemas from metadata instead of manually listing themkoljonen
2016-06-18Consolidate common code in smart_completion testskoljonen
2016-06-16Fix some join-condition issueskoljonen
2016-06-14Add a couple of tests suggested by @darikgkoljonen
2016-06-14Join conditions: alias tables already included in querykoljonen
2016-06-10Also exclude NATURAL JOIN from join suggestionskoljonen
2016-06-10Various changes after reviewkoljonen
2016-06-02Use pg_proc.proargmodes &c. instead of parsing arg_listkoljonen
2016-05-31Fix issue with 'SELECT Foo.*<cursor> FROM Foo'koljonen
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