diff --git a/database/sql/proxy.go b/database/sql/proxy.go index e35a33d..8150790 100644 --- a/database/sql/proxy.go +++ b/database/sql/proxy.go @@ -54,7 +54,7 @@ type NullBool struct { // DBStats the compatible structure of DBStats in 'database/sql' package. type DBStats struct { - core core.DBStats + core.DBStats } // Stmt the compatible structure of Stmt in 'database/sql' package.