Cache rebased#312
Conversation
| { | ||
| $this | ||
| ->setName('orm-cache-build') | ||
| ->setDescription('Build all metadata caches for the connection. If a table name is provided, only that table will be cached.') |
There was a problem hiding this comment.
Line exceeds 120 characters; contains 138 characters
There was a problem hiding this comment.
I wished if the @stickler-ci could fix it than complaining.
| { | ||
| $this | ||
| ->setName('orm-cache-clear') | ||
| ->setDescription('Clear all metadata caches for the connection. If a table name is provided, only that table will be removed.') |
There was a problem hiding this comment.
Line exceeds 120 characters; contains 139 characters
Codecov Report
@@ Coverage Diff @@
## master #312 +/- ##
=========================================
+ Coverage 85.97% 86.07% +0.1%
=========================================
Files 33 36 +3
Lines 1782 1853 +71
=========================================
+ Hits 1532 1595 +63
- Misses 250 258 +8
Continue to review full report at Codecov.
|
|
Is there anything I can do to make this merge ? |
|
I'll merge now but not doing a release until I confirm it does not create a big conflict with the shells provided by the cake core |
|
@harikt thanks so much!! |
|
@lorenzo thank you for merging this.
I don't believe so. But you can test things before the release :-) .
You are very welcome. And thank you once again for the merge. I hate to see PR's waiting for days :-) . |
For #309