不要怂,就是干,撸起袖子干!

Commit eef01182 by Jan Aagaard Meier

Added a link to the findAll .lock options docs

1 parent 7961c7ca
Showing with 1 additions and 0 deletions
......@@ -643,6 +643,7 @@ module.exports = (function() {
* @param {Number} [options.offset]
* @param {Object} [queryOptions] Set the query options, e.g. raw, specifying that you want raw data instead of built Instances. See sequelize.query for options
* @param {Transaction} [queryOptions.transaction]
* @param {String} [queryOptions.lock] Lock the selected rows in either share or update mode. Possible options are transaction.LOCK.UPDATE and transaction.LOCK.SHARE. See [transaction.LOCK for an example](https://github.com/sequelize/sequelize/wiki/API-Reference-Transaction#LOCK)
*
* @see {Sequelize#query}
* @return {Promise<Array<Instance>>}
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!