top-think / think-orm

Think ORM——the PHP Database&ORM Framework
Apache License 2.0
413 stars 171 forks source link

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

Closed phpdog closed 2 weeks ago

phpdog commented 2 weeks ago

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

phpdog commented 2 weeks ago

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

big-dream commented 2 weeks ago

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

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

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

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 ```diff @@ 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](https://app.codecov.io/gh/top-think/think-orm/pull/624/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=top-think) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/top-think/think-orm/pull/624/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=top-think) | `22.27% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=top-think#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.