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 44ce569 commit 8079890Copy full SHA for 8079890
README.md
@@ -16,7 +16,7 @@ iex> Postgrex.query!(pid, "SELECT user_id, text FROM comments", [])
16
%Postgrex.Result{command: :select, empty?: false, columns: ["user_id", "text"], rows: [[3,"hey"],[4,"there"]], size: 2}}
17
18
iex> Postgrex.query!(pid, "INSERT INTO comments (user_id, text) VALUES (10, 'heya')", [])
19
-%Postgrex.Result{command: :insert, columns: nil, rows: nil, num_rows: 1}}
+%Postgrex.Result{command: :insert, columns: nil, rows: nil, num_rows: 1}
20
```
21
22
## Features
0 commit comments