diff options
Diffstat (limited to 'mysqlc')
-rw-r--r-- | mysqlc/source/mysqlc_connection.cxx | 1 | ||||
-rw-r--r-- | mysqlc/source/mysqlc_connection.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/mysqlc/source/mysqlc_connection.cxx b/mysqlc/source/mysqlc_connection.cxx index 42dbe1a65af3..aa6ef46e66b1 100644 --- a/mysqlc/source/mysqlc_connection.cxx +++ b/mysqlc/source/mysqlc_connection.cxx @@ -97,7 +97,6 @@ void OConnection::construct(const rtl::OUString& url, const Sequence< PropertyVa rtl::OUString aDbName; m_settings.encoding = MysqlCDriver::getDefaultEncoding(); - m_settings.quoteIdentifier.clear(); // parse url. Url has the following format: // external server: sdbc:mysqlc:[hostname]:[port]/[dbname] diff --git a/mysqlc/source/mysqlc_connection.hxx b/mysqlc/source/mysqlc_connection.hxx index 82887251d340..5e62eff048d0 100644 --- a/mysqlc/source/mysqlc_connection.hxx +++ b/mysqlc/source/mysqlc_connection.hxx @@ -71,7 +71,6 @@ namespace connectivity rtl_TextEncoding encoding; std::unique_ptr<sql::Connection> cppConnection; rtl::OUString schema; - rtl::OUString quoteIdentifier; rtl::OUString connectionURL; bool readOnly; }; |