|
2010-12-08
| ||
| 03:31 | • Fixed ticket [891cd78969]: Error: cannot close database "unable to close due to unfinalised statements" with fossil sqlite3 command plus 1 other change artifact: 632df8da5f user: drh | |
| 03:31 | Ignore unfinalized statements when shutting down the SQLite command-line shell. Ticket [891cd78969e03ec3009]. check-in: 31f5b295fa user: drh tags: trunk | |
|
2010-12-04
| ||
| 22:04 | • New ticket [891cd78969] Error: cannot close database "unable to close due to unfinalised statements" with fossil sqlite3 command. artifact: 2c175f910e user: anonymous | |
| Ticket Hash: | 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 15.32 years ago |
Created: |
2010-12-04 22:04:04 15.33 years ago |
| Version Found In: | bd75ea06b8 | ||
| Description: | ||||
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"
| ||||