summaryrefslogtreecommitdiffstats
path: root/tests/test_smart_completion_public_schema_only.py
AgeCommit message (Expand)Author
2021-02-12Modernize code to Python 3.6+ (#1229)Miroslav Šedivý
2020-07-31Update suggestion literals (#1195)Sky.G.Uieen
2020-03-14removed py2-related stuffGeorgy Frolov
2019-10-12fixup! Take account of table aliases when completing function args (#1048)Owen Stephens
2019-05-25black all the things. (#1049)Irina Truong
2019-02-08fix unhashable formatted textDick Marinus
2019-01-02Remove some functions completions (#982)Irina Truong
2018-11-27Fix special commands (#973)Amjith Ramanujam
2018-09-22Revert abs imports in tests.Irina Truong
2018-09-22Attempt to fix failing tests. Add some debug info. Make imports py3-compatible.Irina Truong
2017-08-06Merge pull request #771 from dbcli/koljonen/reservered_wordsAmjith Ramanujam
2017-08-07Make pep8radius happyJoakim Koljonen
2017-08-06Don't quote identifiers that coïncide with non-reserved keywordsJoakim Koljonen
2017-08-06Don't include args in function suggestions for backslash commandsJoakim Koljonen
2017-06-25Suggest function signature after `CREATE FUNCTION`Joakim Koljonen
2017-06-25Include arguments in function completionsJoakim Koljonen
2017-06-14Fix PEP8 empty line errorsÉtienne BERSAC
2017-06-10Fixed copypaste that should not have been checked in.Irina Truong
2017-06-09Schema name should be escaped in SET SCHEMA.Irina Truong
2017-03-17Make pylint happier with metadata.pyJoakim Koljonen
2017-03-15Deduplicate tests: Add some helper functions to metadata.pyJoakim Koljonen
2017-03-15Deduplicate tests: Various simplificationsJoakim Koljonen
2017-03-15Deduplicate tests: add metadata.qual, metadata.no_qualJoakim Koljonen
2017-03-15Deduplicate tests: Add Testdata.get_result() methodJoakim Koljonen
2017-03-15Deduplicate tests: Change len('...') to len(text)Joakim Koljonen
2017-03-15Parametrize completer in testsJoakim Koljonen
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