Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed May 11, 2018
1 parent 68f788d commit 7fcec86
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
### Environment

* Version of pg-promise:
* OS type Linux/Windows/Mac:
* OS type (Linux/Windows/Mac):
* Version of Node.js:
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ The following filters are supported:
### SQL Names

When a variable ends with `:name`, or shorter syntax `~` (tilde), it represents an SQL name or identifier,
to be escaped accordingly, and then wrapped in double quotes:
to be escaped accordingly:

<details>
<summary><b>Using ~ filter</b></summary>
Expand Down
2 changes: 0 additions & 2 deletions lib/database.js
Original file line number Diff line number Diff line change
Expand Up @@ -1489,8 +1489,6 @@ function Database(cn, dc, config) {
* ```
*
* @param {boolean|function} [options.reusable=false]
* **Added in v8.2.0**
*
* When `cnd` is/returns false, reuse context of the current task/transaction, if one exists.
* It can be either a simple boolean, or a callback function that takes the task/tx context as `this`
* and as the first parameter.
Expand Down

0 comments on commit 7fcec86

Please sign in to comment.