Skip to content

Commit

Permalink
docs update.
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed May 21, 2016
1 parent d5ad672 commit 203ce13
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -1052,8 +1052,8 @@ DEALINGS IN THE SOFTWARE.
[as.name]:http://vitaly-t.github.io/pg-promise/formatting.html#.name
[batch]:http://vitaly-t.github.io/pg-promise/Task.html#.batch
[sequence]:http://vitaly-t.github.io/pg-promise/Task.html#.sequence
[API]:http://vitaly-t.github.io/pg-promise
[API Documentation]:http://vitaly-t.github.io/pg-promise
[API]:http://vitaly-t.github.io/pg-promise/Database.html
[API Documentation]:http://vitaly-t.github.io/pg-promise/Database.html
[Transaction Mode]:http://vitaly-t.github.io/pg-promise/txMode.TransactionMode.html
[pg-minify]:https://github.com/vitaly-t/pg-minify
[pg-monitor]:https://github.com/vitaly-t/pg-monitor
Expand Down
2 changes: 1 addition & 1 deletion lib/helpers/methods/update.js
Expand Up @@ -35,7 +35,7 @@ var $npm = {
* is created - from the value of `columns` (if it was specified), or from the value of `data` (if it is not an array).
*
* When the final {@link helpers.ColumnSet ColumnSet} is empty (no columns in it), the method will throw
* {@link external:Error Error} = `Cannot generate an UPDATE without any columns.`
* {@link external:Error Error} = `Cannot generate an UPDATE without any columns.` (see also {@link helpers.ColumnSet.canUpdate ColumnSet.canUpdate})
*
* @param {helpers.TableName|String|{table,schema}} [table]
* Table to be updated.
Expand Down
4 changes: 0 additions & 4 deletions lib/stream.js
Expand Up @@ -5,10 +5,6 @@ var $npm = {
utils: require('./utils')
};

// TODO: 1. Consider extending it to support QueryFile and query+values

// TODO: 2. Now that node-pg-copy-streams got better, look into supporting it.

////////////////////////////////////////////
// Streams query data into any destination,
// with the help of pg-query-stream library.
Expand Down

0 comments on commit 203ce13

Please sign in to comment.