[Libreoffice-bugs] [Bug 116890] Firebird: empty columns gone with prepared statement

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Mon Apr 9 21:03:39 UTC 2018


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

--- Comment #8 from Julien Nabet <serval2412 at yahoo.fr> ---
On pc Debian x6-64 with master sources updated today, I could reproduce this.
I noticed that in
/home/julien/lo/libreoffice/connectivity/source/drivers/firebird/ResultSetMetaData.cxx,
connectivity::firebird::OResultSetMetaData::getColumnName, I could already
retrieve "CONSTANT" so I think it seems to come from firebird engine. But
perhaps I'm wrong.
I also noticed the difference between sqlname and aliasname for CONSTANT, eg: 
(gdb) p m_pSqlda->sqlvar[column-1].sqlname
$34 = "CONSTANT", '\000' <repeats 23 times>
(gdb) p m_pSqlda->sqlvar[column-1].aliasname
$35 = "Strasse", '\000' <repeats 24 times>

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20180409/7d012e34/attachment.html>


More information about the Libreoffice-bugs mailing list