File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import java.time.ZoneOffset
1818/** Instances for JSR-310 date time types.
1919 *
2020 * Note that to ensure instants are preserved you may need to use one of the solutions described in
21- * [[https://docs.oracle.com/cd/E17952_01/connector-j-8.0- en/connector-j-time-instants.html ]].
21+ * [[https://docs.oracle.com/cd/E17952_01/connector-j-en/connector-j-time-instants.html ]].
2222 *
2323 * OffsetTime instance is not supported as there is no semantically equivalent type on the MySQL side.
2424 */
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ object MySQLTestTransactor {
1111
1212 val xa = Transactor .fromDriverManager[IO ](
1313 " com.mysql.cj.jdbc.Driver" ,
14- // args from solution 2a https://docs.oracle.com/cd/E17952_01/connector-j-8.0- en/connector-j-time-instants.html
14+ // args from solution 2a https://docs.oracle.com/cd/E17952_01/connector-j-en/connector-j-time-instants.html
1515 " jdbc:mysql://localhost:3306/world?preserveInstants=true&connectionTimeZone=SERVER" ,
1616 " root" ,
1717 " password" ,
You can’t perform that action at this time.
0 commit comments