[dba-issues] [Issue 72111] Crash executing SQL Select Statement

2007-04-23 Thread atjensen
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72111


User atjensen changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Mon Apr 23 11:45:54 + 
2007 ---
Test with 2.2.1 Build 1940

Following steps:

Created test_data.ods
Created test_data.odb ( connected to calc file )
Created simple query
Closed test_data.odb
Renamed test_data.ods > *.*.bak
Open test_data.odb
Attempted to run query. No crash, query simply refuses to run.
Attempted to edit query. No crash, query simply refuses to open.
Renamed Calc file back to original name, while ODB file open.
Attempted to run query - ran with no errors.

-
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]



[dba-issues] [Issue 72111] Crash executing SQL Select Statement

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





--- Additional comments from [EMAIL PROTECTED] Mon Dec 11 01:46:39 -0800 
2006 ---
targeting to 2.2, since the fix is part of a CWS aiming for this release

-
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]



[dba-issues] [Issue 72111] Crash executing SQL Select Statement

2006-12-07 Thread msc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72111


User msc changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Thu Dec  7 03:15:25 -0800 
2006 ---
verified in CWS dba22ui

find more information about this CWS, like when it is available in the master
builds, in EIS, the Environment Information System:
http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fdba22ui

-
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]



[dba-issues] [Issue 72111] Crash executing SQL Select Statement

2006-12-06 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72111


User fs changed the following:

What|Old value |New value

 Assigned to|oj|msc





--- Additional comments from [EMAIL PROTECTED] Wed Dec  6 04:42:34 -0800 
2006 ---
fs-> msc: please verify in CWS dba22ui

-
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]



[dba-issues] [Issue 72111] Crash executing SQL Select Statement

2006-12-06 Thread oj
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72111


User oj changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Wed Dec  6 00:59:14 -0800 
2006 ---
Fixed in cws dba22ui.

-
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]



[dba-issues] [Issue 72111] Crash executing SQL Select Statement

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





--- Additional comments from [EMAIL PROTECTED] Thu Nov 30 02:54:45 -0800 
2006 ---
fs->oj: I originally thought this is a file-driver issue, since the crash is in
file::OResultSet::OpenImpl. However, further investigations reveal the 
following:

In sqliterator.cxx, there's a function lcl_findTableInMetaData, which tries to
find a given table name in the database's meta data. Now unfortunately
OCalcDatabaseMetaData::getTables completely *ignores* the tableNamePattern
parameter - it always returns all tables. This later on results in the crash.

For fixing it, I suggest we fix OCalcDatabaseMetaData::getTables to only return
the tables it was asked for.

-
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]



[dba-issues] [Issue 72111] Crash executing SQL Select Statement

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


User fs changed the following:

What|Old value |New value

 Assigned to|dbaneedsconfirm   |oj

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

Keywords|  |regression

Target milestone|not determined|OOo 2.2





--- Additional comments from [EMAIL PROTECTED] Thu Nov 30 02:39:28 -0800 
2006 ---
confirming, targeting, assigning

That's a regression between 2.0.3 and 2.0.4.

-
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]



[dba-issues] [Issue 72111] Crash executing SQL Select Statement

2006-11-29 Thread jcdiaz
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72111


User jcdiaz changed the following:

What|Old value |New value

 Summary|Crash executing SQL Select|Crash executing SQL Select
| Statement| Statement





--- Additional comments from [EMAIL PROTECTED] Wed Nov 29 11:12:50 -0800 
2006 ---
I forgot to add that the "producto_presentación" sheet does not exist.  It did
but then it was renamed to "product_presentation"

-
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]



[dba-issues] [Issue 72111] Crash executing SQL Select Statement

2006-11-29 Thread jcdiaz
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72111
 Issue #|72111
 Summary|Crash executing SQL Select Statement 
   Component|Database access
 Version|OOo 2.0.4
Platform|PC
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P2
Subcomponent|none
 Assigned to|dbaneedsconfirm
 Reported by|jcdiaz





--- Additional comments from [EMAIL PROTECTED] Wed Nov 29 11:09:21 -0800 
2006 ---
When submitting the following SQL statement, the OO process crashes (all windows
are closed, even those with other documents):

SELECT Aleación, Marca, commonName, ppId, Empaque2, Empaque, Presentación2,
Presentación, Producto 
FROM producto_presentación 
ORDER BY Producto ASC,Aleación ASC,Presentación ASC;

This crash happens when executing the statement using an OOOBase Query window
and also when using an XStatement.executeQuery(String) method call.

The connection (in both cases) is made to a Calc spreadsheet.

-
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]