Skip to content
This repository has been archived by the owner on Feb 16, 2022. It is now read-only.

Commit

Permalink
Merge pull request #12 from heyunxia/patch-1
Browse files Browse the repository at this point in the history
Update DbPlugin.ProxyDriver
  • Loading branch information
Yuanteng (Jeff) Pei committed Feb 5, 2015
2 parents 66a3666 + c8945c0 commit 6a7794f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions play-1.2.4/framework/src/play/db/DBPlugin.java
Expand Up @@ -315,6 +315,10 @@ public DriverPropertyInfo[] getPropertyInfo(String u, Properties p) throws SQLEx
public boolean jdbcCompliant() {
return this.driver.jdbcCompliant();
}

public java.util.logging.Logger getParentLogger() {
return java.util.logging.Logger.getLogger(java.util.logging.Logger.GLOBAL_LOGGER_NAME);
}
}

public static class PlayConnectionCustomizer implements ConnectionCustomizer {
Expand Down

0 comments on commit 6a7794f

Please sign in to comment.