Closed Bug 291335 Opened 18 years ago Closed 15 years ago

retrying a query after a schema error forgets the parameters

Categories

(Toolkit :: Storage, defect)

x86
Linux
defect
Not set
normal

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)
I think this will be fixed by Bug 384526 after reading the sqlite apis
Depends on: 384526
QA Contact: nobody → storage
Should be fixed by bug 384526
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.