Skip to content

Conversation

@jusguy
Copy link
Contributor

@jusguy jusguy commented Oct 16, 2018

Pull Request check-list

Please make sure to review and check all of these items:

  • Does npm run test or npm run test-DIALECT pass with this change (including linting)?
  • Does the description below contain a link to an existing issue (Closes #[issue]) or a description of the issue you are solving?
  • Have you added new tests to prevent regressions?
  • Is a documentation update included (if this change modifies existing APIs, or introduces new ones)?
  • Did you follow the commit message conventions explained in CONTRIBUTING.md?

Description of change

#10024 added CITETXT for Postgres.

This isn't a real data-type in SQLite but uses COLLATE NOCASE on the TEXT field. The behavior is the same as CITEXT for Postgres with the exception of SQLite only supporting ASCII characters.

@codecov
Copy link

codecov bot commented Oct 16, 2018

Codecov Report

Merging #10036 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #10036      +/-   ##
==========================================
+ Coverage    96.3%    96.3%   +<.01%     
==========================================
  Files          63       63              
  Lines        9421     9427       +6     
==========================================
+ Hits         9073     9079       +6     
  Misses        348      348
Impacted Files Coverage Δ
lib/data-types.js 95.21% <ø> (ø) ⬆️
lib/instance-validator.js 97.54% <100%> (ø) ⬆️
lib/dialects/sqlite/data-types.js 97.15% <100%> (+0.1%) ⬆️

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 198cb52...f8710f3. Read the comment docs.

@sushantdhiman sushantdhiman merged commit f6d2b47 into sequelize:master Oct 16, 2018
@sushantdhiman
Copy link
Contributor

Thanks @justinkalland

@jusguy jusguy deleted the feature-citext-sqlite branch October 16, 2018 06:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants