Opened 4 years ago

Closed 4 years ago

#984 closed defect (fixed)

Garbage SRID values being read on 64-bit Linux

Reported by: jng Owned by: jng
Priority: blocker Milestone:
Component: PostgreSQL Provider Version:
Severity: 1 Keywords:
Cc: External ID:

Description

Currently spatial queries to PostGIS through the PostgreSQL provider fail on 64-bit Linux.

PostgreSQL server output shows that queries are being executed with calls to ST_GeomFromWKB with non-sensical SRID values being passed in.

Change History (2)

comment:1 by jng, 4 years ago

Priority: majorblocker
Severity: 31

comment:2 by jng, 4 years ago

Resolution: fixed
Status: assignedclosed

In 8019:

Fix GdbiQueryResult long value parsing in 64-bit Linux. This was the cause of garbage SRID values in the PostgreSQL provider and any other code that reads out RDBI_INT or RDBI_LONG values. Fixes #984

Note: See TracTickets for help on using tickets.