You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/db.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,12 +18,11 @@ Pass `TRUE` as the second parameter to force new connection (otherwise, existing
18
18
19
19
> Personal note: I'm thinking about removing this in the next big release.
20
20
21
-
You can create a blank `Connection` object and set connection parameters on this object with functions`setConnectionConfig()`and `setConnectForceNew()`. You must set it before `connect()` is executed.
21
+
You can create a blank `Connection` object and set connection parameters on this object with function`setConnectionConfig()`later. You must set it before `connect()` is executed.
22
22
23
23
```php
24
24
$connection = new Forrest79\PhPgSql\Db\Connection();
0 commit comments