View Ticket
Not logged in
Ticket UUID: 891cd78969e03ec3009be583653dd6f524a160a3
Title: Error: cannot close database "unable to close due to unfinalised statements" with fossil sqlite3 command
Status: Fixed Type: Code_Defect
Severity: Important Priority:
Subsystem: Resolution: Fixed
Last Modified: 2010-12-08 03:31:15
Version Found In: bd75ea06b8
Description & Comments:
Closing fossil sqlite session will show error if content(uuid) function was used.
c:\soft\msys\home\user\fossil>fossil ver
This is fossil version [bd75ea06b8] 2010-12-04 19:25:04 UTC
c:\soft\msys\home\user\fossil>fossil sqlite3
SQLite version 3.7.4
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
sqlite> select * from blob where uuid='2e68abae2f7da03c7418cfe4eedc11c484fbee82';
9935|622|2886|2e68abae2f7da03c7418cfe4eedc11c484fbee82|
sqlite> select content('2e68abae2f7da03c7418cfe4eedc11c484fbee82');
...
there is a content of artifact [2e68abae2f7da03c7418cfe4eedc11c484fbee82] listed
...
sqlite> .quit
Error: cannot close database "unable to close due to unfinalised statements"

c:\soft\msys\home\user\fossil>