diff options
Diffstat (limited to '')
-rw-r--r-- | src/pl/plpython/expected/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/pl/plpython/expected/README b/src/pl/plpython/expected/README new file mode 100644 index 0000000..d735ae9 --- /dev/null +++ b/src/pl/plpython/expected/README @@ -0,0 +1,8 @@ +Guide to alternative expected files: + +plpython_error_5.out Python 3.5 and newer + +plpython_unicode.out server encoding != SQL_ASCII +plpython_unicode_3.out server encoding == SQL_ASCII + +plpython_types_3.out Python 3.x |