-
- Downloads
You need to sign in or sign up before continuing.
Handle domains over arrays like plain arrays in PL/python.
Domains over arrays are now converted to/from python lists when passed as arguments or return values. Like regular arrays. This has some potential to break applications that rely on the old behavior that they are passed as strings, but in practice there probably aren't many such applications out there. Rodolfo Campero
Showing
- src/pl/plpython/expected/plpython_types.out 28 additions, 0 deletionssrc/pl/plpython/expected/plpython_types.out
- src/pl/plpython/expected/plpython_types_3.out 28 additions, 0 deletionssrc/pl/plpython/expected/plpython_types_3.out
- src/pl/plpython/plpy_typeio.c 13 additions, 4 deletionssrc/pl/plpython/plpy_typeio.c
- src/pl/plpython/sql/plpython_types.sql 20 additions, 0 deletionssrc/pl/plpython/sql/plpython_types.sql
Loading
Please register or sign in to comment