Skip to content

Commit cca3cc7

Browse files
authored
chore: fix README.md formatting (#440)
1 parent b4cd384 commit cca3cc7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A [Feathers](https://feathersjs.com) database adapter for [Sequelize](http://seq
1515
- [API](#api)
1616
- [`service(options)`](#serviceoptions)
1717
- [params.sequelize](#paramssequelize)
18-
- [operators](#operators)
18+
- [operators](#operatormap)
1919
- [Caveats](#caveats)
2020
- [Sequelize `raw` queries](#sequelize-raw-queries)
2121
- [Working with MSSQL](#working-with-mssql)
@@ -118,9 +118,6 @@ Beware that when setting a [top-level `where` property](https://sequelize.org/ma
118118

119119
This library offers some additional functionality when using `sequelize.returning` in services that support `multi`. The `multi` option allows you to create, patch, and remove multiple records at once. When using `sequelize.returning` with `multi`, the `sequelize.returning` is used to indicate if the method should return any results. This is helpful when updating large numbers of records and you do not need the API (or events) to be bogged down with results.
120120

121-
```js
122-
123-
124121
### operatorMap
125122

126123
Sequelize deprecated string based operators a while ago for security reasons. Starting at version 4.0.0 `feathers-sequelize` converts queries securely, so you can still use string based operators listed below. If you want to support additional Sequelize operators, the `operatorMap` service option can contain a mapping from query parameter name to Sequelize operator. By default supported are:

0 commit comments

Comments
 (0)