| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add Unicode support in PL/Python | Peter Eisentraut | 2009-09-12 | 1 | -11/+12 |
| | | | | | | | | | | | | | PL/Python now accepts Unicode objects where it previously only accepted string objects (for example, as return value). Unicode objects are converted to the PostgreSQL server encoding as necessary. This change is also necessary for future Python 3 support, which treats all strings as Unicode objects. Since this removes the error conditions that the plpython_unicode test file tested for, the alternative result files are no longer necessary. | ||||
| * | Split the plpython regression test into test cases arranged by topic, instead | Peter Eisentraut | 2009-08-12 | 1 | -0/+37 |
| of the previous monolithic setup-create-run sequence, that was apparently inherited from a previous test infrastructure, but makes working with the tests and adding new ones weird. | |||||
