spiral-modules / database

Database Abstraction Layer, Schema Introspection, Schema Generation, Query Builders
MIT License
53 stars 19 forks source link

SelectQuery: `orderBy` twice by same field #67

Closed roxblnfk closed 3 years ago

roxblnfk commented 3 years ago

Just covered this case without break BC.

codecov[bot] commented 3 years ago

Codecov Report

Merging #67 (bf9f357) into master (0e163b4) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #67      +/-   ##
============================================
+ Coverage     92.46%   92.47%   +0.01%     
- Complexity     1481     1484       +3     
============================================
  Files            67       67              
  Lines          3823     3829       +6     
============================================
+ Hits           3535     3541       +6     
  Misses          288      288              
Impacted Files Coverage Δ Complexity Δ
src/Query/SelectQuery.php 95.49% <100.00%> (+0.25%) 37.00 <3.00> (+3.00)

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 0e163b4...bf9f357. Read the comment docs.