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

Add fk for JTI #43

Merged
merged 11 commits into from
Jan 11, 2022
Merged

Add fk for JTI #43

merged 11 commits into from
Jan 11, 2022

Conversation

msmakouz
Copy link
Member

@msmakouz msmakouz commented Dec 26, 2021

No description provided.

@msmakouz msmakouz marked this pull request as draft December 26, 2021 18:26
@codecov
Copy link

codecov bot commented Dec 26, 2021

Codecov Report

Merging #43 (97c4452) into 3.x (6aff799) will increase coverage by 0.50%.
The diff coverage is 97.72%.

Impacted file tree graph

@@             Coverage Diff              @@
##                3.x      #43      +/-   ##
============================================
+ Coverage     90.45%   90.95%   +0.50%     
- Complexity      236      252      +16     
============================================
  Files            32       32              
  Lines           576      619      +43     
============================================
+ Hits            521      563      +42     
- Misses           55       56       +1     
Impacted Files Coverage Δ
src/TableInheritance.php 93.91% <97.22%> (+1.50%) ⬆️
src/Annotation/Inheritance/JoinedTable.php 100.00% <100.00%> (ø)
src/MergeIndexes.php 93.33% <100.00%> (+0.35%) ⬆️

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 6aff799...97c4452. Read the comment docs.

EntitySchema $parent,
Inheritance\JoinedTable $annotation
): FieldMap {
if ($annotation->getOuterKey()) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we need to extract $annotation->getOuterKey() into a variable?

src/TableInheritance.php Show resolved Hide resolved
@roxblnfk roxblnfk added the type:feature New feature. label Dec 30, 2021
@msmakouz msmakouz marked this pull request as ready for review December 30, 2021 16:45
@msmakouz msmakouz linked an issue Dec 30, 2021 that may be closed by this pull request
@roxblnfk roxblnfk added this to the 2.1.x milestone Jan 11, 2022
@roxblnfk roxblnfk merged commit 9d7be00 into cycle:3.x Jan 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature New feature.
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Adding an index to a JTI table
3 participants