summaryrefslogtreecommitdiffstats
path: root/tests/test_pgexecute.py
AgeCommit message (Expand)Author
2016-09-15master: numbers division for int and floatFoxygrandpa
2016-07-27packages/function_metadata.py --> packages/parseutils/meta.pyDarik Gamble
2016-07-26Fix failing tests.Amjith Ramanujam
2016-06-02Use pg_proc.proargmodes &c. instead of parsing arg_listkoljonen
2016-05-24Support for join-condition suggestions after ONkoljonen
2016-05-17Disable the test for unicode notices.Amjith Ramanujam
2016-05-15Trying the command in a single line.Amjith Ramanujam
2016-05-15Add a test for unicode tests.Amjith Ramanujam
2016-02-26More appropiate dates/times types test nameFernando Mora
2016-02-26Issue #448. Add timestamptz to DATE custom extensionFernando Mora
2016-02-03Issue #448 extension for BC datesStuart Quin
2016-01-12Add a test case for enum unicode case.Amjith Ramanujam
2015-10-28Fix pgexecute testsDarik Gamble
2015-10-10support different error-handling optionsDarik Gamble
2015-09-29Move FunctionMetadata definition into its own packageDarik Gamble
2015-09-26Using pgspecial as a separate module. Warning: this branch will not build.Iryna Cherniavska
2015-09-23pgexecute returns additional function metadataDarik Gamble
2015-09-22Don't hide functions from pg_catalogDarik Gamble
2015-08-18Fix unicode issues and update tests.Amjith Ramanujam
2015-08-18Fix tests for multiple queries with syntax error.Amjith Ramanujam
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-05-23Gross test that \dt, \df etc. run without errorDarik Gamble
2015-05-23Give pgexecute a datatypes() method to get custom type namesDarik Gamble
2015-04-20Implemented external editor call.Iryna Cherniavska
2015-04-09bugfix: don't exclude any schemata from metadata queriesDarik Gamble
2015-04-05pgexecute supports returning view metadataDarik Gamble
2015-03-11Format Decimal values directly as stringsDaniel Rocco
2015-03-01Interpret incoming JSON as a string instead of via json.loadsDaniel Rocco
2015-02-26Add a test for the special multi-command case.Amjith Ramanujam
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-30Add a test for the unicode handling in unknown types.Amjith Ramanujam
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-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-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-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-04Move parse_dsn tests to test folder instead of doctests.Amjith Ramanujam
2014-12-09Add test plan and place holder stubs.Amjith Ramanujam