Opened 13 years ago

Closed 12 years ago

Last modified 12 years ago

#4132 closed defect (fixed)

georaster - sequence.nextval not supported

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

Description

When trying to use a PL/SQL sequence object to give simultaneously a value for RasterID and primary key the driver crashes.

gdal_translate -of georaster file.tif \
  geor:usr/pwd@db,tab,col \
  -co DESCRIBE="(id number, col sdo_georaster))"
  -co INSERT="(seq.nextval,sdo_geor.init('rdt',seq.nextval))"

Change History (4)

comment:1 by ilucena, 13 years ago

Resolution: fixed
Status: newclosed

fix applied on revision r22561

comment:2 by ilucena, 12 years ago

Resolution: fixed
Status: closedreopened

I found a bug on that revision. It only happens when users type something weird like "SDO_GEOR.INI(" without the "T". It doesn't report the error, I just crashes.

comment:3 by ilucena, 12 years ago

Resolution: fixed
Status: reopenedclosed

Fixed on revision r23550

comment:4 by ilucena, 12 years ago

I mean: "It doesn't report the error, just crashes."

Note: See TracTickets for help on using tickets.