summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
2015-10-19Clearer function name, handle passwords with spacesStuart Quin
2015-10-18Issue #355 Use setproctitle to hide command line passwordsStuart Quin
2015-10-10support different error-handling optionsDarik Gamble
2015-10-05Fix for behave tests failing with pexpect 4.0.Iryna Cherniavska
2015-10-04Merge pull request #368 from dbcli/darikg/suggest-columns-from-functionsdarikg
2015-10-03Merge pull request #373 from dbcli/darikg/fix-need_completion_refreshAmjith Ramanujam
2015-10-03Fix need_completion_refreshDarik Gamble
2015-10-03Expand more join tests to check compound statementsDarik Gamble
2015-10-03Fix suggestions in compound join clausesDarik Gamble
2015-10-03Add missing test assertionDarik Gamble
2015-10-03Delete outdated commentDarik Gamble
2015-09-29Suggest fields from functions used as tablesDarik Gamble
2015-09-29Move FunctionMetadata definition into its own packageDarik Gamble
2015-09-29Extract functions in the FROM clause as tablesDarik Gamble
2015-09-26Using pgspecial as a separate module. Warning: this branch will not build.Iryna Cherniavska
2015-09-23Suggest set-returning functions as tablesDarik Gamble
2015-09-23pgexecute returns additional function metadataDarik Gamble
2015-09-22Don't hide functions from pg_catalogDarik Gamble
2015-09-13Strip color codes out of behave actual output.Iryna Cherniavska
2015-09-13When behave fails, it prints out expected and actual output.Iryna Cherniavska
2015-09-06Functional test for refresh command.Iryna Cherniavska
2015-09-05Added refresher tests.Iryna Cherniavska
2015-08-25Merge pull request #342 from dbcli/j-bennet/completion-in-named-queryAmjith Ramanujam
2015-08-25Update the tests for named query.Amjith Ramanujam
2015-08-25Minor test changes.Iryna Cherniavska
2015-08-25Autocompletion in named queries. Connect #270.Iryna Cherniavska
2015-08-25Merge pull request #344 from dbcli/j-bennet/fix-read-from-fileAmjith Ramanujam
2015-08-24Add tests for where clause with keywords.Amjith Ramanujam
2015-08-24Added read_from_file back into iospecial (it was removed but is still being u...Iryna Cherniavska
2015-08-23Fix failing tests for python 3.Amjith Ramanujam
2015-08-23Fix failing tests.Amjith Ramanujam
2015-08-19Merge pull request #337 from dbcli/darikg/multiline_open_quotesAmjith Ramanujam
2015-08-18Add function to check for unclosed quotationsDarik Gamble
2015-08-18Fix unicode issues and update tests.Amjith Ramanujam
2015-08-18Fix tests for multiple queries with syntax error.Amjith Ramanujam
2015-08-13Started adding "service" option. Connect #289.Iryna Cherniavska
2015-08-05Merge pull request #323 from dbcli/darikg/bugfix-283Amjith Ramanujam
2015-08-05Merge pull request #324 from dbcli/darikg/bugfix-322Amjith Ramanujam
2015-08-05Merge pull request #320 from dbcli/darikg/bugfix-317Amjith Ramanujam
2015-08-05Merge pull request #321 from dbcli/j-bennet/integration-testsAmjith Ramanujam
2015-08-05Test completions with an escaped table aliasDarik Gamble
2015-08-05Test suggest_type with escaped table aliasesDarik Gamble
2015-08-05Test extract_tables with escaped table aliasesDarik Gamble
2015-08-05Add tests for \c and \connect to suggest databasesDarik Gamble
2015-08-05Shortened expect timeouts.Iryna Cherniavska
2015-08-05Fixes for test database being in use problem.Iryna Cherniavska
2015-08-05Add regression test for #317Darik Gamble
2015-08-02Merge pull request #311 from dbcli/amjith/autocompletion-crashdarikg
2015-08-01Add a test for the crashing bug fix.Amjith Ramanujam
2015-08-01Fix the crashing autocompletion on joins.Amjith Ramanujam