https://bugs.documentfoundation.org/show_bug.cgi?id=149434

--- Comment #14 from Alex Thurgood <ipla...@tuta.io> ---
Sounds like something not quite right in 

connectivity/source/drivers/mysqlc/mysqlc_databasemetadata.cxx ?

Lines 834-843:
    OUString query = buffer.makeStringAndClear();
    // TODO use prepared stmt instead
    // TODO escape schema, table name ?
    query = query.replaceFirst("?", schemaPattern);
    query = query.replaceFirst("?", tableNamePattern);
    Reference<XStatement> statement = m_rConnection.createStatement();
    Reference<XResultSet> rs = statement->executeQuery(query);
    return rs;

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to