summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
2016-06-29Repair exception thrown on urls with portsEric Wald
2016-06-20Smart completion tests: make every test have its own completerkoljonen
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-09For 'JOIN <cursor>', suggest 'foo on foo.fooid = bar.fooid'koljonen
2016-06-07`column` keyword suggests columnsDarik Gamble
2016-06-06Merge pull request #512 from koljonen/casingdarikg
2016-06-05Merge pull request #521 from Smotko/configure-row-limitAmjith Ramanujam
2016-06-04Custom casing of table/column/function/view nameskoljonen
2016-06-04Merge pull request #513 from koljonen/order_columns_by_db_column_orderdarikg
2016-06-02Make sure low_count is never greater than over_defaultAnže Pečar
2016-06-02Add test for row_limit parameterAnže Pečar
2016-06-02Use pg_proc.proargmodes &c. instead of parsing arg_listkoljonen
2016-06-01Merge pull request #516 from dbcli/koljonen/fix_another_casing_issuedarikg
2016-05-31Fix issue with 'SELECT Foo.*<cursor> FROM Foo'koljonen
2016-05-31Order columns by in-table order when expanding *koljonen
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-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-17Merge pull request #505 from koljonen/drop_asterisk_column_suggestiondarikg
2016-05-17Merge pull request #504 from dbcli/amjith/unicode-noticesStuart Quin
2016-05-17Disable the test for unicode notices.Amjith Ramanujam
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-15Trying the command in a single line.Amjith Ramanujam
2016-05-15Add a test for unicode tests.Amjith Ramanujam
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-15Merge pull request #497 from koljonen/allownonsetreturningfunctionsinfromclausedarikg
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-14Fix bug where "USING(<cursor>" wasn't detected properly + add test casekoljonen