We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a249ad commit 85500b5Copy full SHA for 85500b5
orm_lib/src/postgresql_impl/PgConnection.cc
@@ -136,7 +136,7 @@ void PgConnection::handleClosed()
136
137
if (isWorking_)
138
{
139
- // Connection was closed unexpectedly while isWorking_ were true.
+ // Connection was closed unexpectedly while isWorking_ was true.
140
isWorking_ = false;
141
handleFatalError();
142
callback_ = nullptr;
0 commit comments