First committed version of plpython_unicode_0.out did not actually contain the
required \200 bytes. Let's see if this commit works, or if CVS is messing it up.
This commit is contained in:
parent
d9623859e8
commit
198483a2e4
@ -26,20 +26,20 @@ return rv[0]["testvalue"]
|
|||||||
SELECT unicode_return();
|
SELECT unicode_return();
|
||||||
unicode_return
|
unicode_return
|
||||||
----------------
|
----------------
|
||||||
|
<EFBFBD>
|
||||||
(1 row)
|
(1 row)
|
||||||
|
|
||||||
INSERT INTO unicode_test (testvalue) VALUES ('test');
|
INSERT INTO unicode_test (testvalue) VALUES ('test');
|
||||||
SELECT * FROM unicode_test;
|
SELECT * FROM unicode_test;
|
||||||
testvalue
|
testvalue
|
||||||
-----------
|
-----------
|
||||||
|
<EFBFBD>
|
||||||
(1 row)
|
(1 row)
|
||||||
|
|
||||||
SELECT unicode_plan1();
|
SELECT unicode_plan1();
|
||||||
unicode_plan1
|
unicode_plan1
|
||||||
---------------
|
---------------
|
||||||
|
<EFBFBD>
|
||||||
(1 row)
|
(1 row)
|
||||||
|
|
||||||
SELECT unicode_plan2();
|
SELECT unicode_plan2();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user