Skip to content

Commit 64c388e

Browse files
committed
Fix dead link to the 'Preserving Time Instants' article on the Oracle docs
1 parent 67a44cf commit 64c388e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/mysql/src/main/scala/doobie/mysql/MysqlJavaTimeInstances.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
*/

modules/mysql/src/test/scala/doobie/mysql/MySQLTestTransactor.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)