https://bugs.freedesktop.org/show_bug.cgi?id=51767
Alex Thurgood <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW AssignedTo|[email protected] |[email protected] |desktop.org | CC| |[email protected] --- Comment #6 from Alex Thurgood <[email protected]> 2012-08-31 08:14:14 UTC --- Adding Lionel to CC @Lionel : Looks like the UI option to activate parameter substitution has gone AWOL, but I still see stuff in the source tree : git grep ParameterNameSubstitution connectivity/qa/complex/connectivity/HsqlDriverTest.java: ,new com.sun.star.beans.PropertyValue("ParameterNameSubstitution",0, false,PropertyState.DIRECT_VALUE) connectivity/registry/jdbc/org/openoffice/Office/DataAccess/Drivers.xcu: <node oor:name="ParameterNameSubstitution" oor:op="replace"> connectivity/registry/odbc/org/openoffice/Office/DataAccess/Drivers.xcu: <node oor:name="ParameterNameSubstitution" oor:op="replace"> connectivity/source/drivers/jdbc/JConnection.cxx: m_bParameterSubstitution = aSettings.getOrDefault( "ParameterNameSubstitution", m_bParameterSubstitution ); connectivity/source/drivers/jdbc/JDriver.cxx: ::rtl::OUString("ParameterNameSubstitution") connectivity/source/drivers/jdbc/tools.cxx: && pBegin->Name.compareToAscii( "ParameterNameSubstitution" ) connectivity/source/drivers/mysql/YDriver.cxx: ::rtl::OUString("ParameterNameSubstitution") connectivity/source/drivers/odbcbase/OConnection.cxx: const char* pParaName = "ParameterNameSubstitution"; connectivity/source/drivers/odbcbase/ODriver.cxx: ::rtl::OUString("ParameterNameSubstitution") connectivity/source/resource/conn_shared_res.src: Text [ en-US ] = "You tried to set a parameter at position '$pos$' but there is/are only '$count$' parameter(s) allowed. On dbaccess/source/core/dataaccess/ModelImpl.cxx: AsciiPropertyValue( "ParameterNameSubstitution", makeAny( (sal_Bool)sal_False ) ), dbaccess/source/inc/stringconstants.inc:IMPLEMENT_CONSTASCII_USTRING(INFO_PARAMETERNAMESUBST,"ParameterNameSubstitution"); dbaccess/source/ui/misc/dsmeta.cxx: { DSID_PARAMETERNAMESUBST, "ParameterNameSubstitution" }, offapi/com/sun/star/sdbc/ODBCConnectionProperties.idl: [optional, property] boolean ParameterNameSubstitution; Alex -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- 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
