Hey Guys, I’m having an issue with SQL Delight JV...
# squarelibraries
k
Hey Guys, I’m having an issue with SQL Delight JVM test driver. Very similar to issue here https://github.com/cashapp/sqldelight/issues/1329
Copy code
No suitable driver found for jdbc:sqlite:
java.sql.SQLException: No suitable driver found for jdbc:sqlite:
	at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:702)
	at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:189)
This only happens when I run all the tests in a gradle task. If i run the tests individually it works. One thought is to just keep retrying the connection, how could I do this? Thanks
v
This only happens when I run all the tests in a gradle task. If i run the tests individually it works.
Can confirm. Although I haven't had this issue in ages