summaryrefslogtreecommitdiffstats
path: root/tests/test_sqlcompletion.py
AgeCommit message (Expand)Author
2022-06-08Fix typos (#1345)Kian-Meng Ang
2021-02-12Modernize code to Python 3.6+ (#1229)Miroslav Šedivý
2020-12-01dependencies: add support for sqlparse 0.4.x (#1224)Kevin Marsh
2019-10-12Take account of table aliases when completing function args (#1048)Owen Stephens
2019-05-25black all the things. (#1049)Irina Truong
2019-05-06Upgrade to sqlparse 0.3.0.Amjith Ramanujam
2017-07-05Add defaults to column metadataJoakim Koljonen
2017-06-14Fix PEP8 empty line errorsÉtienne BERSAC
2017-04-27Fix PEP8 for #693Étienne BERSAC
2017-04-27Complete keywords depending on previous tokenÉtienne BERSAC
2017-04-26Suggest columns for `ORDER BY` and `DISTINCT` (fixes #685)Owen Stephens
2017-03-09Find statements inside function bodykoljonen
2017-02-25Suggest keywords after ALTERDarik Gamble
2016-12-05Support for table-qualifying column suggestionskoljonen
2016-11-20Fix crash after `with`Joakim Koljonen
2016-10-17If prev_keyword is an unrecognized keyword, go backward until we find a recog...Darik Gamble
2016-09-12Fix crash bug with leading parenthesisJoakim Koljonen
2016-08-23Temporary hack for sqlparse crashing after ASJoakim Koljonen
2016-07-27Rename the suggestion field `tables` to `table_refs` so we can add more table...Darik Gamble
2016-07-06Better scoping for tables in insert statementskoljonen
2016-06-27Suggest table aliases + add tests for casingkoljonen
2016-06-27In test_sqlcompletion, remove some code duplicationkoljonen
2016-06-14Add a couple of tests suggested by @darikgkoljonen
2016-06-14Join conditions: alias tables already included in querykoljonen
2016-06-10Various changes after reviewkoljonen
2016-06-09For 'JOIN <cursor>', suggest 'foo on foo.fooid = bar.fooid'koljonen
2016-06-07`column` keyword suggests columnsDarik Gamble
2016-05-24Make join-condition suggestions work with multi-line querieskoljonen
2016-05-24Support for join-condition suggestions after ONkoljonen
2016-05-07Improve filtering of functions for FROM clausekoljonen
2015-11-25Add a bunch of tests for multiple joinsDarik Gamble
2015-11-23Add more tests for qualified table names with or without quotesDarik Gamble
2015-11-21Fix suggestions after a manually entered double quote escapeDarik Gamble
2015-11-16Replace suggestion dicts with namedtuplesDarik Gamble
2015-10-04Merge pull request #368 from dbcli/darikg/suggest-columns-from-functionsdarikg
2015-10-03Expand more join tests to check compound statementsDarik Gamble
2015-10-03Fix suggestions in compound join clausesDarik Gamble
2015-09-29Suggest fields from functions used as tablesDarik Gamble
2015-09-29Extract functions in the FROM clause as tablesDarik Gamble
2015-09-23Suggest set-returning functions as tablesDarik Gamble
2015-08-25Update the tests for named query.Amjith Ramanujam
2015-08-25Autocompletion in named queries. Connect #270.Iryna Cherniavska
2015-08-24Add tests for where clause with keywords.Amjith Ramanujam
2015-08-23Fix failing tests.Amjith Ramanujam
2015-08-05Merge pull request #323 from dbcli/darikg/bugfix-283Amjith Ramanujam
2015-08-05Test suggest_type with escaped table aliasesDarik Gamble
2015-08-05Add regression test for #317Darik Gamble
2015-08-01Add a test for the crashing bug fix.Amjith Ramanujam
2015-05-23Suggest datatypes from a hardcoded whitelistDarik Gamble
2015-05-20`drop schema` and `create schema` should suggest schemasDarik Gamble