Actions
Bug #168
closedeliminate title attribute from xml_documents
Start date:
11/13/2000
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
168
Description
The current 'title' attribute in the xml_docuemnts tabe and xml_revisions table
is no longer needed because of the flexible 'returnfield' query mechanism that
allows the query to specify which fields to return. Thus, we need to delete it
from the tabels, and delete all of the mentions of it from the code, including
the DBSAXHandler code that updates this field on insert and update.
Actions