Skip to content
Snippets Groups Projects
Commit 198483a2 authored by Tom Lane's avatar Tom Lane
Browse files

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.
parent d9623859
No related branches found
No related tags found
No related merge requests found
......@@ -26,20 +26,20 @@ return rv[0]["testvalue"]
SELECT unicode_return();
unicode_return
----------------
(1 row)
INSERT INTO unicode_test (testvalue) VALUES ('test');
SELECT * FROM unicode_test;
testvalue
-----------
(1 row)
SELECT unicode_plan1();
unicode_plan1
---------------
(1 row)
SELECT unicode_plan2();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment