-
changelog file
![11](https://github.com/user-attachments/assets/11f8830b-7390-40ef-aa32-e3e043f7ff0c)
model file
![22](https://github.com/user-attachments/assets/45697799-dc47-4fe6-9366-2942b5ac4…
-
-
When using PostGIS geometry types and storing a record it serializes the ``Point`` type incorrectly.
``$10::geometry`` gets as parameter ``"(50.501899 10.963963)"`` instead of ``"Point(50.501899 10.…
-
-
**Reporter: jerry.pisk@gmail.com**
**Date: 2005/02/01 - 18:41**
```
The postgis connector is using fixed size string buffers without checking for
overflows. The attached patch is dynamically allocat…
-
**Reporter: oven38@volja.net**
**Date: 2007/01/14 - 02:47**
```
Join with postgis table noz work when FROM and TO items are charater type.
mappostgresql.c line 336 must change to
sprintf(sq…
-
I have realised there's a branch with that stack and as of today CARTO is using those versions within.
How safe is to use that branch? Why is the master branch using old Postgres10?
-
**Issue by [samay-sharma](https://github.com/samay-sharma)**
_Friday Aug 07, 2015 at 00:19 GMT_
_Originally opened as https://github.com/citusdata/citus_documentation_source/issues/5_
---
Either in…
-
### Provide the Bytebase version you are using
2.14.1
### Describe the bug
I tried using the schema sync in the hosted version, was getting 502 errors.
So I tried the same in self-host version an…
-
Once there is a spatial partitioning backend in place, we could read chunks from PostGIS via SQL (`ST_Intersects` or something).
We may also be able to link it to `chunksize` parameter and read in…