summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
2015-03-01Interpret incoming JSON as a string instead of via json.loadsDaniel Rocco
2015-02-28Watch out for leading whitespaceDarik Gamble
2015-02-27\dn suggests schemas onlyDarik Gamble
2015-02-27\df suggests only schemas and functionsDarik Gamble
2015-02-27Move pgspecial suggestions to separate methodDarik Gamble
2015-02-26Add a test for the special multi-command case.Amjith Ramanujam
2015-02-25Only include special command completions at the start of a statementDaniel Rocco
2015-02-24Add completion for CREATE WITH TEMPLATEDaniel Rocco
2015-02-17Autocomplete function namesDarik Gamble
2015-02-17Store function metadata (not used yet)Darik Gamble
2015-02-08Revert psycopg2cffi to psycopg2.Amjith Ramanujam
2015-02-06Convert to use cffi. But unicode isn't working.Amjith Ramanujam
2015-01-31Add a test for the boolean printing.Amjith Ramanujam
2015-01-30Replace splat import in tests.Amjith Ramanujam
2015-01-30Add a test for the unicode handling in unknown types.Amjith Ramanujam
2015-01-28Fix #106 - autocompletion in multiple statementsdarikg
2015-01-27Fix broken tests.Amjith Ramanujam
2015-01-26Fix \d special command and add some testsDarik Gamble
2015-01-25Split up smart completion tests into two filesDarik Gamble
2015-01-25Fix failing tests in python 3 by converting dictionaries to tuples so sorted ...Darik Gamble
2015-01-25Remove pandas dependency by storing database metadata as lists of tuplesDarik Gamble
2015-01-25Merge branch 'master' into schema_autocompleteDarik Gamble
2015-01-23Remove the custom parse_dsn function.Amjith Ramanujam
2015-01-21Cast bytea fields to text for output.Daniel Rocco
2015-01-19ON keyword now suggests tables and aliases on the right side of equal sign also.Iryna Cherniavska
2015-01-19fix schema-handling in testsDarik Gamble
2015-01-18Merge branch 'master' into pr127Amjith Ramanujam
2015-01-18Add tests for auto-escaped tables/columns.Amjith Ramanujam
2015-01-18Add missing importDarik Gamble
2015-01-18Get schema names with a direct query instead of stripping them from the table...Darik Gamble
2015-01-18Make autocomplete schema-awareDarik Gamble
2015-01-17ON keyword suggests either table aliases, or table names.Iryna Cherniavska
2015-01-14fix bug where show_help command failed in python 3 due to iteritems() depreca...darikg
2015-01-10Support having multiple queries on the same line.Karl-Aksel Puulmann
2015-01-09Fix expanded output package under python 3, add tests for unicode support.Karl-Aksel Puulmann
2015-01-09Fix problem with travis not using correct python versions when testing.Karl-Aksel Puulmann
2015-01-09Do only one query for all columns, instead of len(tables) queries. Should fix...Karl-Aksel Puulmann
2015-01-09Fix issues pointed out in pull request comments.Karl-Aksel Puulmann
2015-01-09Simplistic testKarl-Aksel Puulmann
2015-01-09Checking if database exists and some initial fixtures which clean upKarl-Aksel Puulmann
2015-01-08Add test for expected outputStuart Quin
2015-01-07Remove the extra tox.iniKarl-Aksel Puulmann
2015-01-04Mark the multicolumn sub-select test to xfail.Amjith Ramanujam
2015-01-04Move parse_dsn tests to test folder instead of doctests.Amjith Ramanujam
2015-01-02Add tox and fix python3 failures.Amjith Ramanujam
2015-01-01Remove the debug statment left in tests.Amjith Ramanujam
2015-01-01Add initial completion support for JOIN statements.Amjith Ramanujam
2014-12-31Extract tables from JOIN statements.Amjith Ramanujam
2014-12-30Add keyword completion for sub-select.Amjith Ramanujam
2014-12-30Fix another corner case for table name extraction in nested sql.Amjith Ramanujam