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

--- Comment #6 from Julien Nabet <serval2...@yahoo.fr> ---
(In reply to Lionel Elie Mamane from comment #5)
> Hi,
> 
> the word wrapping makes it a bit hard to read patches inside comments. When
> you want to discuss a patch in bugzilla,  upload it as an attachment, and
> check the "patch" box. Thanks.
Ok I wanted to avoid to submit a patch on gerrit and abandon it afterwards if
it's wrong and don't know how to keep on.

> 
> do I understand correctly that sName is just the table's name (not
> necessarily unique) but sComposedName is the full schemaName.tableName? Then
> I think it would be best to fix the MariaDB SDBC driver so that
> m_pImpl->m_xTableContainer is populated by ComposedName rather than by just
> tablename, like the other SDBC drivers seem to do.
> 
Yes it's exactly the pb sComposedName is schemaName.tableName (and perhaps for
another database, it would be catalogName.schemaName.tableName).

I'm gonna search about m_pImpl->m_xTableContainer population, hope I won't got
lost :-)

> 
> Else I think we will have problems when the same tableName happens in
> several schemas, which is allowed.
Indeed

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

Reply via email to