Opened 16 years ago

Closed 16 years ago

#347 closed defect (fixed)

SQLite provider: Calling Close() twice in succession causes crash

Reported by: traianstanev Owned by: traianstanev
Priority: major Milestone:
Component: SQLite Provider Version: 3.2.0
Severity: 3 Keywords:
Cc: External ID:

Description

Closing a connection to the SQLite provider twice in succession was causing a crash due to the same memory being freed twice.

Change History (2)

comment:1 by traianstanev, 16 years ago

There is an additional problem where a DescribeSchema called after ApplySchema, on the same connection object, returns the stale schema (as it was before the ApplySchema).

comment:2 by traianstanev, 16 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.