Lyu Pan
Results
2
comments of
Lyu Pan
Hi, I was not able to reproduce this issue. Using the example from https://github.com/aws/pg_tle/blob/main/docs/09_datatypes.md#create-base-type, an array value can be successfully inserted and retrieved: ``` -- Create shell type SELECT pgtle.create_shell_type('public',...
Binary input representation (either an array or individual value) is not supported for a custom data type created by pg_tle API; Only string representative as the input format is supported....