Opened 12 years ago

Closed 12 years ago

#4783 closed defect (fixed)

SQLITE VFS doesn't work with recent sqlite3 (such as 3.7.11 or later)

Reported by: Even Rouault Owned by: Even Rouault
Priority: normal Milestone: 1.9.2
Component: OGR_SF Version: unspecified
Severity: normal Keywords:
Cc:

Description

This is due to the xFileControl method now being used, whereas it was not before. And our implementation returned a successfull return code, whereas it should return SQLITE_NOTFOUND to indicate it does not support the extended functions.

Change History (1)

comment:1 by Even Rouault, 12 years ago

Resolution: fixed
Status: newclosed

Committed in trunk (r24807) and branches/1.9 (r24808)

Note: See TracTickets for help on using tickets.