Paul Dziemiela
Paul Dziemiela
Hi Laurenz, I have not entirely forgotten about #245. However overall it seems that geometry translation is rather slow and adding additional logic to check the orientation of polygon rings...
This is another known issue with the legacy navigation code that has moved forward into the NLDI navigator. PP navigation does not contain a proper QA evaluation of whether the...
I thought I'd write this up on as I was tracking down a related bug in my alternative navigation code. I think this is important to NLDI as NLDI navigation...
Hi Lele, great project, When parsing a plpgsql function with a composite type, the parse fails with an unknown variable error. Example: ``` CREATE TYPE public.dz_sumthing AS(sumattribute INTEGER); CREATE FUNCTION...
Hi all, When testing with pglast, it seems the library is unable to parse PLPgSQL functions returning a composite type attribute https://github.com/lelit/pglast/issues/156 Just to copy/paste over lele's answer from that...