Package: sqlite3
Version: 3.2.1-1
Severity: grave
Justification: renders package unusable
1st session:
$ sqlite3 db
begin transaction;
update tabfoo set colbar = 'y';
Now leave the transaction uncommitted and go to
2nd session:
$ sqlite3 db
.timeout 300000
update tabfoo set barbar = 'x';
In 300 seconds this update should time out with SQLITE_BUSY error.
Return to 1st session:
commit;
The 2nd session should now perform its
update and return. But instead it hangs.
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (80, 'testing'), (60, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.18-k7
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages sqlite3 depends on:
ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an
ii libreadline5 5.0-10 GNU readline and history libraries
ii libsqlite3-0 3.2.1-1 SQLite 3 shared library
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]