Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(types): add literal to possible where options #10990

Merged
merged 3 commits into from Jul 6, 2019

Conversation

schibrikov
Copy link
Contributor

I faced a problem with typing during usage of raw query for where.
Since WhereOptions didn't accept Literal, compiler complained. But with since it works ok with ts-ignore, I decided to fix typings here.

@SimonSchick
Copy link
Contributor

Needs test.

@schibrikov
Copy link
Contributor Author

@SimonSchick test for behaviour with literal or test for typings?

@SimonSchick
Copy link
Contributor

SimonSchick commented Jun 2, 2019

Just for typings.

@codecov
Copy link

codecov bot commented Jun 21, 2019

Codecov Report

Merging #10990 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #10990   +/-   ##
=======================================
  Coverage   96.34%   96.34%           
=======================================
  Files          94       94           
  Lines        9013     9013           
=======================================
  Hits         8684     8684           
  Misses        329      329

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7a6cc32...2eaf7d0. Read the comment docs.

@schibrikov
Copy link
Contributor Author

Finally I found some time for it.
So, check this out. I'm not sure what CodeCov is talking about, because my changes couldn't affect coverage in any way.

@sushantdhiman sushantdhiman merged commit b6d6787 into sequelize:master Jul 6, 2019
@sushantdhiman
Copy link
Contributor

🎉 This PR is included in version 5.9.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

schmod pushed a commit to schmod/sequelize that referenced this pull request Jul 10, 2019
…ndle-deadlock

* 'master' of github.com:sequelize/sequelize: (22 commits)
  docs(migrations): use timestamps with seed (sequelize#11160)
  test: remove redundant test (sequelize#11156)
  fix(types): add literal to possible where options (sequelize#10990)
  fix(model): don't alter original scopes when combining them (sequelize#10722)
  fix(types): relax order typing (sequelize#10802)
  fix(types): add string to Includeable (sequelize#11003)
  docs(models-definition): correct spelling mistakes (sequelize#11147)
  fix(types): silent option for update (sequelize#11115)
  fix: update sequelize-pool (sequelize#11134)
  feat(hooks): beforeDisconnect / afterDisconnect (sequelize#11117)
  refactor: remove unused _templateSettings
  refactor(query-generation): remove lodash string templates (sequelize#11122)
  docs: improve datatype docs
  docs: explain defaults/where behavior for find/create (sequelize#11069)
  build: remove test*.js from .gitignore (sequelize#11108)
  docs(data-types): extending types
  fix(sequelize.close): update sequelize-pool (sequelize#11101)
  build: update dependencies (sequelize#11099)
  docs(migrations): foreign key example (sequelize#11097)
  fix(mariadb): properly escape json path key (sequelize#11089)
  ...
@sushantdhiman
Copy link
Contributor

🎉 This PR is included in version 7.0.0-next.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants