[email protected] (Peter Eisentraut) writes:
> Log Message:
> ---
> Add Unicode support in PL/Python
The buildfarm seems quite unhappy with this patch.
regards, tom lane
--
Sent via pgsql-committers mailing list ([email protected])
To make chang
Log Message:
---
Add Unicode support in PL/Python
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