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

在where中使用 is null 替换 = null #53

Closed
wants to merge 3 commits into from

Conversation

zihuyishi
Copy link

mysql 中,where 语句后的 field = null 无效,应该使用 field is null

@codecov-io
Copy link

codecov-io commented Apr 25, 2018

Codecov Report

❗ No coverage uploaded for pull request base (master@6f362c1). Click here to learn what that means.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #53   +/-   ##
=========================================
  Coverage          ?   86.11%           
=========================================
  Files             ?        6           
  Lines             ?      324           
  Branches          ?       51           
=========================================
  Hits              ?      279           
  Misses            ?       45           
  Partials          ?        0
Impacted Files Coverage Δ
lib/operator.js 78.01% <100%> (ø)

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 6f362c1...57f8565. Read the comment docs.

lib/operator.js Outdated Show resolved Hide resolved
@fengmk2 fengmk2 added the bug label Sep 30, 2018
@fengmk2
Copy link
Member

fengmk2 commented Dec 11, 2018

merge into #60

@fengmk2 fengmk2 closed this Dec 11, 2018
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