summaryrefslogtreecommitdiff
path: root/src/pl/plpython/expected/plpython_do.out
Commit message (Collapse)AuthorAgeFilesLines
* PL/Python: Improve test coveragePeter Eisentraut2012-05-021-0/+3
| | | | | | | | Add test cases for inline handler of plython2u (when using that language name), and for result object element assignment. There is now at least one test case for every top-level functionality, except plpy.Fatal (annoying to use in regression tests) and result object slice retrieval and slice assignment (which are somewhat broken).
* Add traceback information to PL/Python errorsPeter Eisentraut2011-04-061-1/+4
| | | | | | | This mimics the traceback information the Python interpreter prints with exceptions. Jan Urbański
* Do not prefix error messages with the string "PL/Python: "Peter Eisentraut2011-01-271-1/+1
| | | | | | It is redundant, given the error context. Jan Urbański
* PL/Python DO handlerPeter Eisentraut2010-01-221-0/+6
Also cleaned up some redundancies between the primary error messages and the error context in PL/Python. Hannu Valtonen