-
Notifications
You must be signed in to change notification settings - Fork 470
Replace SqlDataType AST type with DbDataType in mapping schema #4836
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
/azp run test-all |
Azure Pipelines successfully started running 1 pipeline(s). |
Source/LinqToDB.Scaffold/CodeModel/AST/Basics/AttributeOwner.cs
Outdated
Show resolved
Hide resolved
Test baselines changed by this PR. Don't forget to merge/close baselines PR after this pr merged/closed. |
- remove unnecessary DataOptions parameter from ILinqToDBForEFTools EFCore interface
baf8bac
to
8eb5f49
Compare
/azp run test-all |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run test-all |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run test-all |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run test-all |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run test-all |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run test-all |
Azure Pipelines successfully started running 1 pipeline(s). |
Test baselines changed by this PR. Don't forget to merge/close baselines PR after this pr merged/closed. |
This will not make it into v6 due to amount of work required around types. Better to shift it to v7 alongside with planned type mapping refactoring |
SqlDataType
from mapping schema, useDbDataType
DataOptions
parameter from EFC ILinqToDBForEFTools interface methodsIn progress/different PR:
remove (obsolete till v7) magic type tables and APIs inwill be done in separate PR due to complexitySqlDataType
, types should be configured only inMappingSchema