We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa5f117 commit 3a581f6Copy full SHA for 3a581f6
src/Database/PostgreSQL/PQTypes/Internal/Connection.hs
@@ -97,7 +97,7 @@ data ConnectionStats = ConnectionStats
97
-- ^ Number of values fetched from the database.
98
, statsParams :: !Int
99
-- ^ Number of parameters sent to the database.
100
- , statsTime :: Double
+ , statsTime :: !Double
101
-- ^ Time spent executing queries (in seconds).
102
}
103
deriving (Eq, Ord, Show)
0 commit comments