Minor change:
[CONJ-623] Increase connection logging when Primary node connection fails
[CONJ-384] Permit knowing affected rows number, not only real changed rows
Bug correction:
[CONJ-624] MariaDbPoolDataSource possible NPE on configuration getter
[CONJ-622] The option "connectTimeout" must take in account DriverManager.getLoginTimeout() when set
[CONJ-621] wrong escaping when having curly bracket in table/field name
[CONJ-618] Client preparestatement parsing error on escaped ' / " in query
Updates may require up to 24 hours to propagate to mirrors. If the following command doesn't work, please retry later:
sudo dnf upgrade --refresh --advisory=FEDORA-2018-215876350b
Please log in to add feedback.
This update has been submitted for testing by jjanco.
This update has been pushed to testing.
This update has reached 7 days in testing and can be pushed to stable now if the maintainer wishes
This update has been submitted for batched by jjanco.
This update has been submitted for stable by bodhi.
This update has been pushed to stable.
[CONJ-618] Client preparestatement parsing error on escaped ' / " in query
Causes problems if \ without following ' or "
Simple Select doesn't work any more without ...?sessionVariables=sql_mode=NO_BACKSLASH_ESCAPES getSession().createSQLQuery("SELECT CONCAT('\\', '') FROM (SELECT '') AS a WHERE :q = 1").setParameter("q", 1).list();
Caused by: java.sql.SQLException: Could not set parameter at position 1 (values was 1) Query - conn:1180011(M) - "SELECT CONCAT('\', '') FROM (SELECT '') AS a WHERE ? = 1" at org.mariadb.jdbc.internal.util.exceptions.ExceptionMapper.getSqlException(ExceptionMapper.java:211) at org.mariadb.jdbc.MariaDbPreparedStatementClient.setParameter(MariaDbPreparedStatementClient.java:438) at org.mariadb.jdbc.BasePrepareStatement.setInt(BasePrepareStatement.java:1436) ...
Hello, mariadb-java-client 2.3.0 is available in testing repository. FEDORA-2018-c9dee88aae