https://bugs.freedesktop.org/show_bug.cgi?id=81213

--- Comment #5 from Lionel Elie Mamane <[email protected]> ---
(In reply to comment #4)
> Julien: still remove the "AS" in the two places you found. Please also set
> this setting to *FALSE* by default, in the "general" drivers (those not
> linked to a specific RDBMS: odbc, jdbc, etc, *not* MySQL, PostgreSQL, ...).
> It corresponds to "UseKeywordAsBeforeAlias" in files
> connectivity/registry/*/org/openoffice/Office/DataAccess/Drivers.xcu

Also "GenerateASBeforeCorrelationName" in
dbaccess/source/core/dataaccess/ModelImpl.cxx, function
ODatabaseModelImpl::getDefaultDataSourceSettings, change that to false.

And connectivity/source/drivers/odbc/ODriver.cxx, function
ODBCDriver::getPropertyInfo, again "GenerateASBeforeCorrelationName"
and same in connectivity/source/drivers/jdbc/JDriver.cxx and
connectivity/source/commontools/dbmetadata.cxx function, line "bool doGenerate(
true );"


All this hoping that no other widely used RDBMS *requires* this 'AS'...

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to