domaframework / doma

DAO oriented database mapping framework for Java
https://doma.readthedocs.io/
Apache License 2.0
438 stars 69 forks source link

Removed duplicate Dbms.MYSQL8 entry in ArrayTest #1101

Closed okurashoichi closed 4 months ago

okurashoichi commented 4 months ago

This PR removes a duplicate entry of Dbms.MYSQL8 in the @Run annotation of the ArrayTest class. The duplicate entry does not affect the functionality of the test, but it may cause confusion for developers reading the code. This change will make the code cleaner and easier to understand.

nakamura-to commented 4 months ago

Nice catch! Thanks.