Skip to content

Conversation

@djechelon
Copy link
Contributor

Fixed escape and dbo problem in MySQL by restructuring

Conflicts:
	Source/EntityFramework.Extended/Mapping/MetadataMappingProvider.cs

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not what StringBuilder is for... you use it when you have multiple varying things to concatenate in a loop.

In this case, much better to simply do the concatenation by simple + operator which C# compiler will compile as a String.Concat call.

@djechelon
Copy link
Contributor Author

I agree with @IDisposable 👍
Pushing to my branch asap

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants