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

--- Comment #17 from Lionel Elie Mamane <lio...@mamane.lu> ---
No, it is not LibreOffice itself that "quotes" the WEEKDAY, it is the SDBC
Firebird driver. <big sigh of relief>

connectivity::firebird::Connection::prepareStatement is called with:

 SELECT "ID", "StartTimestamp", EXTRACT(WEEKDAY FROM "StartTimestamp") FROM
"Table3"

but it quotes it, by calling
connectivity::firebird::Connection::transformPreparedStatement

The latter seems to exist only to remove named parameters... Which can be done
much more cleanly by setting (hardcoding) the appropriate setting. <sigh>

-- 
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