summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
2015-06-16Add tests for fuzzy ranking adjustments.Daniel Rocco
2015-05-23Gross test that \dt, \df etc. run without errorDarik Gamble
2015-05-23Support \dT to list datatypesDarik Gamble
2015-05-23Suggest custom types in addition to built-insDarik Gamble
2015-05-23Give pgexecute a datatypes() method to get custom type namesDarik Gamble
2015-05-23Suggest datatypes from a hardcoded whitelistDarik Gamble
2015-05-23Add test to find_prev_keyword for parenthesesDarik Gamble
2015-05-20`drop schema` and `create schema` should suggest schemasDarik Gamble
2015-05-14Fix a typo in the test fixture setup.Amjith Ramanujam
2015-05-11Fix failing tests in Python 2.Amjith Ramanujam
2015-05-02improve suggestions in non-trivial WHERE clausesDarik Gamble
2015-05-02improve find_prev_keywordsDarik Gamble
2015-04-20Implemented external editor call.Iryna Cherniavska
2015-04-18Add suggest tests for INSERT INTO, COPY, UPDATE, DESCRIBE, JOIN, and TRUNCATEDaniel Rocco
2015-04-17Add an extra test for the JOIN USING for good measure.Amjith Ramanujam
2015-04-16Merge pull request #190 from darikg/joinsAmjith Ramanujam
2015-04-15Merge pull request #202 from drocco007/feature/match-anywhereAmjith Ramanujam
2015-04-14Merge pull request #195 from darikg/pg_catalogAmjith Ramanujam
2015-04-12Completion search text matches user-defined entities anywhere in the nameDaniel Rocco
2015-04-11Handle a ',' entered before any completions gracefullyDaniel Rocco
2015-04-09bugfix: don't exclude any schemata from metadata queriesDarik Gamble
2015-04-07support 'JOIN ... USING (' by suggesting columns present in more than one tableDarik Gamble
2015-04-06find_prev_keyword strips everything after the last keywordDarik Gamble
2015-04-06bugfix: extract_tables stopped prematurely on INNER JOIN et alDarik Gamble
2015-04-06bugfix: suggestions were broken after specifying a join typeDarik Gamble
2015-04-05suggest view namesDarik Gamble
2015-04-05pgexecute supports returning view metadataDarik Gamble
2015-03-25Add a title field and report the notices. Closes #177Amjith Ramanujam
2015-03-11Format Decimal values directly as stringsDaniel Rocco
2015-03-08Merge pull request #170 from darikg/better_dotsAmjith Ramanujam
2015-03-06Better handle schema-qualified word_before_cursorDarik Gamble
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