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

--- Comment #8 from Julien Nabet <serval2...@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.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to