[dba-issues] [Issue 116695] [Regression] MozAB query: operator LIKE broken

2011-02-07 Thread mhatheoo
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116695


User mhatheoo changed the following:

What|Old value |New value

  CC|''|'mhatheoo'





-
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 116695] [Regression] MozAB query: operator LIKE broken

2011-02-03 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116695


User fs changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from f...@openoffice.org Thu Feb  3 12:41:18 + 
2011 ---
can reproduce in OOo 3.3 and DEV300.m98. Cannot reproduce in DEV300.m99, where
CWS dba34b has been integrated. Assuming fixed.

-
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 116695] [Regression] MozAB query: operator LIKE broken

2011-02-03 Thread fuege
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116695


User fuege changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from fu...@openoffice.org Fri Feb  4 03:13:28 + 
2011 ---
Exchanging the MozAB libraries

mozabdrvmi.dll
mozabmi.dll

in my OOo 3.3.0 installation with those of the DEV300m99, it works (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 116695] [Regression] MozAB query: operator LIKE broken

2011-02-01 Thread fuzsin
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116695





--- Additional comments from fuz...@openoffice.org Tue Feb  1 11:50:25 
+ 2011 ---
I can confirm on winXPPro and Win7 Home Premium (DE) in OOo 3.3 as well. It
worked with OOo 3.2.1 before update. Basic script crashes with the same error
message.

-
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 116695] [Regression] MozAB query: operator LIKE broken

2011-01-29 Thread r4zoli
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116695


User r4zoli changed the following:

What|Old value |New value

Keywords|  |oooqa





--- Additional comments from r4z...@openoffice.org Sat Jan 29 09:17:42 
+ 2011 ---
I can confirm on win7 in OOo 3.3, it crashes with runtime error.
It crashes with DEV300m98, too.

No crash with dba34d cws version. 

-
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 116695] [Regression] MozAB query: operator LIKE broken

2011-01-28 Thread fuege
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116695
 Issue #|116695
 Summary|[Regression] MozAB query: operator LIKE broken
   Component|Database access
 Version|OOo 3.3 RC10
Platform|Other
 URL|
  OS/Version|Windows Vista
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|none
 Assigned to|dbaneedsconfirm
 Reported by|fuege





--- Additional comments from fu...@openoffice.org Sat Jan 29 01:17:32 + 
2011 ---
Executing a query on a Thunderbird address book like

SELECT First Name, Last Name
FROM Personal Address book
WHERE Last Name LIKE 'F%'

doesn't work with OOo 3.3.0 (worked with OOo 3.2.x); Base simply crashes 
completely.

(while: WHERE Last Name = 'Foo' works as expected)

My Basic script - using a similar query - throws the following error:

An exception occurred
Type: com.sun.star.uno.RuntimeException
Message: [msci_uno bridge error] UNO type of C++ exception unknown:
_STL.out_of_range, RTTI-name=.?AVout_of_range@_STL@@!.

-
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