Closed
Bug 291335
Opened 20 years ago
Closed 16 years ago
retrying a query after a schema error forgets the parameters
Categories
(Core :: SQLite and Embedded Database Bindings, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: mvl, Unassigned)
References
Details
testcase: remove storage.sdb from your profile, and use the calendar wizard to
create a new local calendar. That will cause a schema error, because creating
the calendar added some tables. Now an empty row will be added to cal_calendars.
-1211980096[806c550]: INSERT INTO cal_calendars_prefs (calendar, name, value)
VALUES (:calendar, :name, :value)
-1211980096[806c550]: mozStorageStatement::ExecuteStep error: database schema
has changed
-1211980096[806c550]: INSERT INTO cal_calendars_prefs (calendar, name, value)
VALUES (:calendar, :name, :value)
Assignee: vladimir → nobody
Comment 1•17 years ago
|
||
I think this will be fixed by Bug 384526 after reading the sqlite apis
Depends on: 384526
Updated•17 years ago
|
QA Contact: nobody → storage
Comment 2•16 years ago
|
||
Should be fixed by bug 384526
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•3 months ago
|
Product: Toolkit → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•