summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
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
2014-12-29Fix the table extraction for nested select statement.Amjith Ramanujam
2014-12-28Added tests for multiple column suggestion, dot and alias.Iryna Cherniavska
2014-12-27added tests for dot and aliasIryna Cherniavska
2014-12-27added naive completion testsIryna Cherniavska
2014-12-26Remove the debug statmenet.Amjith Ramanujam
2014-12-26Fix the table parsing for update and add a test.Amjith Ramanujam
2014-12-25Fix multiple columns for aliased tables.Amjith Ramanujam
2014-12-25Improve the Insert completion.Amjith Ramanujam
2014-12-24First attempt at dot completion and alias detection.Amjith Ramanujam
2014-12-24Refactor sqlcompletion to make it work for multiple cols and tables.Amjith Ramanujam
2014-12-24Make parseutils to work with hanging comma and insert statements.Amjith Ramanujam