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
ResultCursor reports command complete status immediately with a zero-result query. Column metadata is now held on ResultCursor if requested. SqlStatementTest passes.
Copy file name to clipboardExpand all lines: README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,11 +30,9 @@ This project has been adapted from PostgresClientKit, with the following changes
30
30
31
31
-**Channel binding support.** A security feature for SCRAM-SHA-256 authentication over TLS, channel binding links the TLS session to the authentication exchange, protecting against man-in-the-middle (MitM) attacks.
32
32
33
-
Sounds good? Let's look at an example.
34
-
35
33
## Example
36
34
37
-
This is a basic, but complete, example of how to connect to Postgres, perform a SQL `SELECT` command, and process the resulting rows. It uses the `weather` table in the [Postgres tutorial](https://www.postgresql.org/docs/11/tutorial-table.html).
35
+
This is a basic, but complete, example of how to connect to a PostgresSQL server, perform a SQL `SELECT` command, and process the resulting rows. It uses the `weather` table in the [Postgres tutorial](https://www.postgresql.org/docs/current/tutorial-table.html).
0 commit comments