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]
