Lauri Kajan
Lauri Kajan
**Bug description** Exclude overlapping constraint of range datatypes makes diff process extremely slow and causes crashing. I have the following table with exclude constraint that prevents overlapping reservations of the...
**Bug description** PgModeler produces a malformed diff sql after altering a identity column to other type (e.g. uuid). "DROP IDENTITY" and "ALTER TYPE" DDLs are in wrong order in a...
### What happened In my .tbls.yml config file I have set include filter as ``` include: - mychema.* ``` The generated docs still includes all the functions (750 in my...
I found this bug using ST_Snap on PostGIS and verified with Shapely. When snapping this input polygon  to this reference polygon using 5 meters tolerance  I'll...
### What is the bug or the crash? The PyQGIS API includes compiled packages with names prefixed by an underscore (e.g., “_gui” or “_core”). These underscore-prefixed packages are not meant...
The main change in this PR: Since we have extended the approved line length to 120 it is unlikely that imports should be reformatted. For example with that one conditional...
Render the whole hook directory to a temporary folder before executing hooks so that it's possible to use local imports in hooks. I kindly request comments regarding this implementation before...
Currently we have two alternative ways to make sure map layers are cleaned completly to avoid seg faults. One is automatically method to run the cleanin process layers returned by...
**Feature description** Currently when installing for the current user only the program is installed to `C:\Users\\pgModeler` by default. On Windows better place would be `C:\Users\\AppData\Local\Programs\pgModeler` also accessible by `%LocalAppData%\Programs\pgModeler` **Additional...