You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (metadata.driverName !="PostgreSQL JDBC Driver") {
73
+
return logger.warn { "Detected a third party PostgreSQL driver, though it may work regardless, we test PostgreSQL support using the first party driver found at https://github.com/pgjdbc/pgjdbc" }
74
+
}
75
+
76
+
// The 42.7.5 driver is required for byte[] support in setObject
77
+
check(metadata.driverVersion >="42.7.5") {
78
+
"Using components require a version of the PostgreSQL driver higher or equal to 42.7.5"
0 commit comments