-
-
Notifications
You must be signed in to change notification settings - Fork 38
Implement the ability for user-defined type casting #941
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
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #941 +/- ##
=========================================
Coverage 99.24% 99.24%
- Complexity 1554 1560 +6
=========================================
Files 98 98
Lines 3852 3863 +11
=========================================
+ Hits 3823 3834 +11
Misses 29 29 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Co-authored-by: Alexander Makarov <[email protected]>
public function __construct( | ||
protected PdoDriverInterface $driver, | ||
protected SchemaCache $schemaCache, | ||
protected ColumnFactoryInterface|null $columnFactory = null, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This must be used in DB implementations, right? Currently is not used.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is an option for user defined column factory
https://github.com/yiisoft/db/pull/941/files#diff-05f0a5783bcd92ea3d34bbe0c21bb3b2407837f6aa1efd441c87e5e08436dce3R291-R293
Co-authored-by: Sergei Predvoditelev <[email protected]>
Related PRs