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

--- Comment #21 from Julien Nabet <serval2...@yahoo.fr> ---
(In reply to Lionel Elie Mamane from comment #17)
> ...
> To be clear, the two cases are (in Gerhard's code):
> 
> oResult = oPrepStatement.executeQuery
> ccols = oPrepStatement.Columns
> 
> and
> 
> oResult = oPrepStatement.executeQuery
> ccols = oResult.Columns
> 
> In all cases, what you want to trace is
> connectivity::firebird::OResultSetMetaData::getColumnName
> It accesses
>  m_pSqlda->sqlvar[column-1].sqlname
> 
> If in one case, several columns have the same name "CONSTANT" and in the
> other case all columns have unique names like "CONSTANT", "CONSTANT1",
> "CONSTANT2", etc, then  we have definitely found the problem, it is in
> Firebird.
I got "CONSTANT" several times for both cases.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to