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

Generated fields #462

Merged
merged 11 commits into from
Feb 8, 2024
Merged

Generated fields #462

merged 11 commits into from
Feb 8, 2024

Conversation

roxblnfk
Copy link
Member

@roxblnfk roxblnfk commented Feb 2, 2024

What was changed

SchemaInteface: added block GENERATED_FIELDS.
Support GENERATED_FIELDS in the Insert command

Checklist

Copy link

codecov bot commented Feb 2, 2024

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (e319fc8) 91.42% compared to head (21898cc) 91.48%.
Report is 1 commits behind head on 2.x.

Files Patch % Lines
src/Heap/State.php 50.00% 1 Missing ⚠️
src/Transaction/UnitOfWork.php 88.88% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##                2.x     #462      +/-   ##
============================================
+ Coverage     91.42%   91.48%   +0.06%     
- Complexity     1792     1804      +12     
============================================
  Files           114      114              
  Lines          4547     4582      +35     
============================================
+ Hits           4157     4192      +35     
  Misses          390      390              

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

@roxblnfk roxblnfk marked this pull request as ready for review February 8, 2024 16:10
@msmakouz msmakouz self-requested a review February 8, 2024 16:36
@roxblnfk roxblnfk merged commit 31e29e4 into 2.x Feb 8, 2024
35 of 36 checks passed
@roxblnfk roxblnfk deleted the autogenerated-fields branch February 8, 2024 17:51
@roxblnfk roxblnfk mentioned this pull request Feb 8, 2024
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.

💡 Add options set for auto-generated column values
3 participants