cereum

Results 1 issues of cereum

When using the output of `squids.encode(...)`in a `GENERATED` column, postgres was complaining that the functions needs to be immutable. ```plpgsql -- Example Table CREATE TABLE public.order( id integer PRIMARY KEY...