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

添加支持MySQL不等于操作表达式 #624

Merged
merged 3 commits into from
Aug 30, 2024
Merged

Conversation

phpdog
Copy link
Contributor

@phpdog phpdog commented Aug 29, 2024

SELECT * FROM mysql.dbWHEREDb <> 'mysql';
添加支持以下习惯的写法
SELECT * FROM mysql.dbWHEREDb != 'mysql';

@phpdog
Copy link
Contributor Author

phpdog commented Aug 29, 2024

continuous-integration/styleci/pr — Issues have been identified with 1 file
就改了一行代码,要怎么排版?

@big-dream
Copy link
Contributor

continuous-integration/styleci/pr — Issues have been identified with 1 file
就改了一行代码,要怎么排版?

你动的那些行代码没问题就行,其它没动的不用管

@liu21st liu21st merged commit 3564f92 into top-think:3.0 Aug 30, 2024
5 of 6 checks passed
Copy link

codecov bot commented Aug 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 22.27%. Comparing base (fa37d04) to head (93d9cf1).
Report is 5 commits behind head on 3.0.

Additional details and impacted files
@@            Coverage Diff            @@
##                3.0     #624   +/-   ##
=========================================
  Coverage     22.27%   22.27%           
  Complexity     3035     3035           
=========================================
  Files            65       65           
  Lines          7269     7269           
=========================================
  Hits           1619     1619           
  Misses         5650     5650           
Flag Coverage Δ
unittests 22.27% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

3 participants