summaryrefslogtreecommitdiffstats
path: root/tests/test_pgexecute.py
AgeCommit message (Expand)Author
2018-06-17Pep8.Irina Truong
2018-06-16switched view query to imitating psqlcatherinedevlin
2018-05-15Style fixes for test docstringsRishi Ramraj
2018-05-15Code review fixesRishi Ramraj
2018-05-15Add negative test caseRishi Ramraj
2018-05-15Add is_special to run returnRishi Ramraj
2018-05-14Fix test_pgexecute.py::test_describe_specialRishi Ramraj
2017-08-18Preliminary work for a future change in outputting results that uses less memoryDick Marinus
2017-07-16Merge branch 'master' into koljonen/suggest_functions_with_argsJoakim Koljonen
2017-07-05Add defaults to column metadataJoakim Koljonen
2017-06-25Include arguments in function completionsJoakim Koljonen
2017-06-23Do not expect numbers in exponent notation.Thomas Roten
2017-06-14Fix PEP8 empty line errorsÉtienne BERSAC
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