summaryrefslogtreecommitdiffstats
path: root/tests/test_smart_completion_multiple_schemata.py
AgeCommit message (Expand)Author
2021-05-07Blacken.Amjith Ramanujam
2021-05-07Add tests for search_path function completion.Amjith Ramanujam
2021-02-12Modernize code to Python 3.6+ (#1229)Miroslav Šedivý
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-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-06Don't quote identifiers that coïncide with non-reserved keywordsJoakim Koljonen
2017-07-16Merge branch 'master' into koljonen/suggest_functions_with_argsJoakim Koljonen
2017-07-07Skip unwanted columns when expanding `INSERT INTO tbl(*`Joakim Koljonen
2017-06-25Include arguments in function completionsJoakim Koljonen
2017-06-14Fix PEP8 empty line errorsÉtienne BERSAC
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-15Add empty lines between functions (PEP 80)Joakim Koljonen
2017-03-15Parametrize completer in testsJoakim Koljonen
2017-03-14Merge pull request #649 from dbcli/koljonen/suggest_from_all_schemasdarikg
2017-03-13Make schema-qualified objects sort after non-schema-qualifiedJoakim Koljonen
2017-03-09Find statements inside function bodykoljonen
2017-03-05Start suggesting tables/functions/views/types not in search_pathJoakim Koljonen
2016-12-12Initialism search for columns and functionsJoakim Koljonen
2016-12-12Search table suggestions using initialismsJoakim Koljonen
2016-11-20Fix scoping for columns from CTEsJoakim 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 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-14Join conditions: alias tables already included in querykoljonen
2016-06-10Various changes after reviewkoljonen
2016-06-02Use pg_proc.proargmodes &c. instead of parsing arg_listkoljonen
2016-05-27Fix two casing issues with schemaskoljonen
2016-05-25Merge pull request #510 from koljonen/fixtablecasingissue2darikg
2016-05-25Fix another problem where table names would not be recognized when not in low...koljonen
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