To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115398





------- Additional comments from lu...@openoffice.org Sat Nov  6 21:34:57 +0000 
2010 -------
The problem is caused by OFieldDescription::getSpecialTypeInfo(). For one reason
or another, the bAutoIncrement field returns always true. I added the following
line at line 631 in 
DEV300_m92\dbaccess\source\ui\tabledesign\FieldDescriptions.cxx 

    pSpecialType->bAutoIncrement = IsAutoIncrement();

This returns the correct bAutoIncrement. 
But why doesn't m_pType contain the correct bAutoIncrement value? In
OCopyTableWizard::loadData a call is made to OFieldDescription::FillFromTypeInfo
but that doesn't modify m_pType. So I suspect the real solution to this problem
is somewhere else. 
I'll do some further testing to see if nothing else is broken with this patch.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to