Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#6999 closed defect (fixed)

georaster - rasterid converting overflows integer datatype

Reported by: ilucena Owned by: warmerdam
Priority: normal Milestone: 2.3.0
Component: GDAL_Raster Version: svn-trunk
Severity: normal Keywords: georaster
Cc: ilucena

Description

For very large number, like 22000799920, the driver crashes while reading from georaster format.

$ gdalinfo geor:user/password@dbname,table,column,id=22000799920

ERROR 1: ORA-01455: converting column overflows integer datatype

Change History (2)

comment:1 by ilucena, 7 years ago

Resolution: fixed
Status: newclosed

In 40610:

fix #6999 integer overflow on rasterid

comment:2 by ilucena, 7 years ago

That bug was fixed on changeset 40610 with some other improvements:

  • Better error message on JP2K compression issues
  • Reporting custom SRS WKT
  • Supporting large number of SRID
  • Support for lager blob read/write OCI functions
  • Avoiding generating spatial extents if the table is already spatially indexed by another SRID
Note: See TracTickets for help on using tickets.