8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 474a424 commit 4b853c8Copy full SHA for 4b853c8
src/pl/plpython/expected/plpython_unicode_3.out
@@ -39,7 +39,7 @@ SELECT * FROM unicode_test;
39
(0 rows)
40
41
SELECT unicode_plan1();
42
-ERROR: plpy.SPIError: could not convert Python Unicode object to PostgreSQL server encoding
+ERROR: spiexceptions.InternalError: could not convert Python Unicode object to PostgreSQL server encoding
43
DETAIL: UnicodeEncodeError: 'ascii' codec can't encode character u'\x80' in position 0: ordinal not in range(128)
44
CONTEXT: PL/Python function "unicode_plan1"
45
SELECT unicode_plan2();
0 commit comments