Repository: zest-java Updated Branches: refs/heads/develop c714084fc -> 520aa5f38
SQL ES: fix MySQL test jdbc url for new drivers Project: http://git-wip-us.apache.org/repos/asf/zest-java/repo Commit: http://git-wip-us.apache.org/repos/asf/zest-java/commit/47837db3 Tree: http://git-wip-us.apache.org/repos/asf/zest-java/tree/47837db3 Diff: http://git-wip-us.apache.org/repos/asf/zest-java/diff/47837db3 Branch: refs/heads/develop Commit: 47837db306074687a948d8bb2c0660539ee2bdca Parents: c714084 Author: Paul Merlin <[email protected]> Authored: Mon Oct 24 13:32:16 2016 +0200 Committer: Paul Merlin <[email protected]> Committed: Mon Oct 24 13:32:16 2016 +0200 ---------------------------------------------------------------------- .../entitystore-sql/src/test/resources/mysql-datasource.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zest-java/blob/47837db3/extensions/entitystore-sql/src/test/resources/mysql-datasource.properties ---------------------------------------------------------------------- diff --git a/extensions/entitystore-sql/src/test/resources/mysql-datasource.properties b/extensions/entitystore-sql/src/test/resources/mysql-datasource.properties index a5080ce..b6c57cb 100644 --- a/extensions/entitystore-sql/src/test/resources/mysql-datasource.properties +++ b/extensions/entitystore-sql/src/test/resources/mysql-datasource.properties @@ -19,7 +19,7 @@ # enabled=true -url=jdbc:mysql://localhost:3306/jdbc_test_db?profileSQL=true +url=jdbc:mysql://localhost:3306/jdbc_test_db?profileSQL=true&useLegacyDatetimeCode=false&serverTimezone=UTC driver=com.mysql.jdbc.Driver username=root password=
