Open asfernandes opened 4 months ago
BTW, where FLAG_ORPHAN is reset so reused statement won't throw "invalid handle" error?
Statement link to the cursor is established at prepare time. Once the cursor request is disposed, links are broken forever, until someone compiles another statement.
BTW, where FLAG_ORPHAN is reset so reused statement won't throw "invalid handle" error?