You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 1, 2025. It is now read-only.
Fix#40 EF Core value converter selector support (#42)
* Use semantic Id<>.ToString()
* Add helper methods for Id<>
* Add IN() case to selector for Id<> array to ConvertorTests
* Invert if in DefineConvertors
* Extract method WithNullCheck from DefineConvertors
* Extract method WithConvertToObject from DefineConvertors
* Extract method WithToDataParameter from DefineConvertors
* Add SqlConverters from EFCore value convertors - fix ConvertorTests
* Add assert for id<> convertions check
* Use tricky converter
* Use internal Id<> constructor and Value property
* Use direct EF conveters instead linq2db automation
* Add nullable equality case
* Add equality Id<> operators
* Drop nullable Id<SubDivision, long> field
* Use modelType variable in DefineConvertors method
* Use providerType variable in DefineConvertors method
* Move sqlConverter variable from cycle in DefineConvertors method
* Drop useless code
* Extract MapEFCoreType local function from DefineConvertors method
* Also define converters for Nullable<EFCoreType>
0 commit comments