summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
2015-08-05Fixes for test database being in use problem.Iryna Cherniavska
2015-07-31More fiddling with python version string.Iryna Cherniavska
2015-07-31Added python version suffix to test db name, so each version creates its own ...Iryna Cherniavska
2015-07-31Disconnect from test db after table drop.Iryna Cherniavska
2015-07-28CRUD tests for database and table, select and update on table.Iryna Cherniavska
2015-07-27Working on more test steps.Iryna Cherniavska
2015-07-27Added tests for db create/drop, connect/disconnect. Fix for connecting with n...Iryna Cherniavska
2015-07-12Moved behavioral tests into tests. Updated expected help output. Drop test db...Iryna Cherniavska
2015-07-01Merge pull request #262 from dbcli/amjith/expanded_output_separator_fixIryna Cherniavska
2015-06-30pg_execute.run accepts a PGSpecial object, instead of calling special.execute...Darik Gamble
2015-06-30format_output takes an extra arg instead of referencing pgspecial directlyDarik Gamble
2015-06-21Fix the failing tests for expanded output.Amjith Ramanujam
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