[dba-issues] [Issue 103938] connectivity: wrong argum ents to OUString::intern

2009-08-20 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103938


User fs changed the following:

What|Old value |New value

 Assigned to|fs|oj





--- Additional comments from f...@openoffice.org Thu Aug 20 07:35:28 + 
2009 ---
fs-oj: please verify in CWS dba32f

-
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



[dba-issues] [Issue 103938] connectivity: wrong argum ents to OUString::intern

2009-08-20 Thread oj
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103938


User oj changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from o...@openoffice.org Thu Aug 20 08:12:45 + 
2009 ---
Verified.

-
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



[dba-issues] [Issue 103938] connectivity: wrong argum ents to OUString::intern

2009-08-13 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103938


User fs changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from f...@openoffice.org Thu Aug 13 07:25:05 + 
2009 ---
fix committed to CWS dba32f - thanks again!

-
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



[dba-issues] [Issue 103938] connectivity: wrong argum ents to OUString::intern

2009-08-11 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103938





--- Additional comments from f...@openoffice.org Tue Aug 11 13:25:48 + 
2009 ---
thanks, will commit to a 3.2 CWS as soon as I have one ...

-
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



[dba-issues] [Issue 103938] connectivity: wrong argum ents to OUString::intern

2009-07-31 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103938
 Issue #|103938
 Summary|connectivity: wrong arguments to OUString::intern
   Component|Database access
 Version|DEV300m52
Platform|All
 URL|
  OS/Version|Linux
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|none
 Assigned to|fs
 Reported by|cmc





--- Additional comments from c...@openoffice.org Fri Jul 31 15:38:14 + 
2009 ---
i.e.

static OUString intern( const sal_Char * value, sal_Int32 length,
   rtl_TextEncoding encoding,
   sal_uInt32 convertFlags = OSTRING_TO_OUSTRING_CVTFLAGS,
   sal_uInt32 *pInfo = NULL )

# define RTL_CONSTASCII_USTRINGPARAM( constAsciiStr ) constAsciiStr,
((sal_Int32)(sizeof(constAsciiStr)-1)), RTL_TEXTENCODING_ASCII_US

but in connectivity/source/commontools/sqlerror.cxx we have...

sState = ::rtl::OUString::intern( RTL_CONSTASCII_USTRINGPARAM( S1000 ),
RTL_TEXTENCODING_ASCII_US );

i.e. this passes RTL_TEXTENCODING_ASCII_US as the *convertFlags* value, which is
obviously not what was intended

we happen to get away with it in this case of course.

-
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



[dba-issues] [Issue 103938] connectivity: wrong argum ents to OUString::intern

2009-07-31 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103938


User cmc changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |63897)
fix it up






--- Additional comments from c...@openoffice.org Fri Jul 31 15:38:45 + 
2009 ---
Created an attachment (id=63897)
fix it up


-
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



[dba-issues] [Issue 103938] connectivity: wrong argum ents to OUString::intern

2009-07-31 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103938


User cmc changed the following:

What|Old value |New value

Target milestone|---   |OOo 3.2





-
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