Overview
Artifact ID: | 2c175f910e5f682b77a4bddb409b5c015ef27448 |
---|---|
Ticket: | 891cd78969e03ec3009be583653dd6f524a160a3
Error: cannot close database "unable to close due to unfinalised statements" with fossil sqlite3 command |
User & Date: | anonymous 2010-12-04 22:04:04 |
Changes
- comment changed to:
Closing fossil sqlite session will show error if content(uuid) function was used. <pre> 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> </pre>
- foundin changed to: "bd75ea06b8"
- private_contact changed to: "24b67375dd2ec6c7381a5ad34cfcf006f0b9c260"
- severity changed to: "Important"
- status changed to: "Open"
- title changed to:
Error: cannot close database "unable to close due to unfinalised statements" with fossil sqlite3 command
- type changed to: "Code_Defect"