To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=90531
User fs changed the following:
What |Old value |New value
================================================================================
Assigned to|dbaneedsconfirm |os
--------------------------------------------------------------------------------
Ever confirmed| |1
--------------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
--------------------------------------------------------------------------------
Keywords| |regression
--------------------------------------------------------------------------------
Target milestone|--- |OOo 3.1
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Wed Jul 16 11:49:56 +0000
2008 -------
fs->os: during running the macro, two connections are opened: One from within
the RowSet, which is employed by SwXMailMerge::execute. This connection is freed
when the RowSet dies, which is fine.
A second connection is created from within SwNewDBMgr::GetConnection, which is
called indirectly via SwNewDBMgr::MergeNew, which is called within
SwXMailMerge::execute.
The second connection is never freed, thus the database document is kept locked.
Adding "regression" keyword (since it in fact worked in OOo 2.2.1) and target.
---------------------------------------------------------------------
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]