Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Jul 31, 2021
1 parent 2e3cb8a commit 797699c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1034,7 +1034,7 @@ See the relevant API: [pgp.end], [Database.$pool]

### update

Version 10.11.0 of the library started supporting new connection option `allowExitOnIdle`, to let process exit when pool is idle.
Version 10.11.0 added support for connection option `allowExitOnIdle`, to let process exit when pool is idle.

# History

Expand Down
3 changes: 2 additions & 1 deletion lib/formatting.js
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,8 @@ const $as = {
/**
* @method formatting.json
* @description
* Converts any value into JSON, and returns it as a valid string, with single-quote symbols fixed, unless flag `raw` is set.
* Converts any value into JSON (includes `BigInt` support), and returns it as a valid string,
* with single-quote symbols fixed, unless flag `raw` is set.
*
* When formatting a query, a variable makes use of this method via modifier `:json`. See method {@link formatting.format format}.
*
Expand Down

0 comments on commit 797699c

Please sign in to comment.