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 24a88ff commit 9e2838bCopy full SHA for 9e2838b
lib/src/connection.dart
@@ -104,7 +104,7 @@ class PostgreSQLConnection extends Object
104
/// to [Notification.processID].
105
Stream<Notification> get notifications => _notifications.stream;
106
107
- /// Whether or not this connection is open or not.
+ /// Reports on the latest known status of the connection: whether it was open or failed for some reason.
108
///
109
/// This is `true` when this instance is first created and after it has been closed or encountered an unrecoverable error.
110
/// If a connection has already been opened and this value is now true, the connection cannot be reopened and a instance
0 commit comments