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

Create ImmutableQueryBuilder and QueryBuilder interface. #9

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

baukevdw
Copy link
Member

Closes #7

@baukevdw baukevdw added the enhancement New feature or request label Feb 12, 2021
@baukevdw baukevdw self-assigned this Feb 12, 2021
@codecov
Copy link

codecov bot commented Feb 12, 2021

Codecov Report

Merging #9 (77f3ec1) into master (abf6810) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##              master        #9   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
- Complexity       177       216   +39     
===========================================
  Files              7         9    +2     
  Lines            391       469   +78     
===========================================
+ Hits             391       469   +78     
Impacted Files Coverage Δ Complexity Δ
classes/Connection.php 100.00% <ø> (ø) 53.00 <0.00> (ø)
classes/BaseQueryBuilder.php 100.00% <100.00%> (ø) 81.00 <81.00> (?)
classes/ImmutableQueryBuilder.php 100.00% <100.00%> (ø) 20.00 <20.00> (?)
classes/Query.php 100.00% <100.00%> (ø) 19.00 <19.00> (-62.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 abf6810...77f3ec1. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make the query builder immutable
1 participant