Opened 12 years ago

Closed 10 years ago

#851 closed defect (fixed)

sqlite3 test failure: (finalize!) unable to close due to unfinalised statements: #<sqlite3:database>

Reported by: Mario Domenech Goulart Owned by: Thomas Chust
Priority: major Milestone:
Component: extensions Version: 4.7.x
Keywords: sqlite3 Cc:
Estimated difficulty:

Attachments (1)

sqlite3.patch (450 bytes) - added by sjamaan 10 years ago.
Replace deprecated "noop" procedure with "void"

Download all attachments as: .zip

Change History (5)

comment:1 Changed 11 years ago by Thomas Chust

While this problem is known and still persists, I have no idea about its cause unfortunately :-(

Changed 10 years ago by sjamaan

Attachment: sqlite3.patch added

Replace deprecated "noop" procedure with "void"

comment:2 Changed 10 years ago by sjamaan

Found it! The "noop" procedure is deprecated and no longer exists in master. Replacing it with "void" fixes the issue.

comment:3 Changed 10 years ago by sjamaan

Note that I get compilation warnings about the pointer to integer cast in the call to sqlite3_aggregate_context. Perhaps this could be changed to c-pointer as well?

comment:4 Changed 10 years ago by sjamaan

Resolution: fixed
Status: newclosed

Fixed in version 3.5.3

Note: See TracTickets for help on using tickets.