﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
3352	"failing sqlite3 query with error ""database or disk is full"""	anonymous	Adrian Holovaty	"It seems adding new stuff works fine, but UPDATE fails with this error:

""OperationalError at /content/update/
database or disk is full""

The raw sql query it's trying to run is : UPDATE ""content_content"" SET ""signature""=?,""name""=?,""autoname""=?,""location""=?,""url""=?,""added_date""=? WHERE ""id""=? 

And the params : ['Lost', 'Lost', False, '/mnt/dump/Series/Lost', 'http://www.tv.com/lost/show/24313/summary.html', '2006-11-09 15:50:23.002833', 358]

However if I do sqlite3 mediadb.sql and run this:

UPDATE ""content_content"" SET ""signature""=""Lost"",""name""=""Lost"",""autoname""=""False"",""location""='/mnt/dump/Series/Lost',""url""='http://www.tv.com/lost/show/24313/summary.html',""added_date""='2006-11-09 15:50:23.002833' WHERE ""id""=358 

It works fine, so I can't see why django would fail."	Uncategorized	closed	Database layer (models, ORM)	dev	Normal	invalid	sqlite3 stalled		Unreviewed	0	0	0	0	0	0
