* Creates an object representing nested where conditions for postgres/sqlite/mysql json data-type. * * @see * {@link Model.findAll} * * @param {string|object} conditionsOrPath A hash containing strings/numbers or other nested hash, a string using dot notation or a string using postgre
(conditionsOrPath, value)
| 1023 | * @returns {Sequelize.json} |
| 1024 | */ |
| 1025 | static json(conditionsOrPath, value) { |
| 1026 | return new Utils.Json(conditionsOrPath, value); |
| 1027 | } |
| 1028 | |
| 1029 | /** |
| 1030 | * A way of specifying attr = condition. |
no outgoing calls
no test coverage detected