sqlite-net
sqlite-net copied to clipboard
Add Contains method with StringComparison parameter.
Modified from older commit: https://github.com/praeclarum/sqlite-net/pull/806/commits/9040c0b6d7e47d5a4ca5bc5c2bb4dbaec69b7cd6
Remove useless Contains extension method and fix args unmatch bug.
Hello, thank you very much. I wonder if you wouldn't mind splitting this PR into two: one with your DefaultValue change (which needs some tests) and the comparison changes. I like your code, for the StringComparison :-)
@praeclarum I have revert the commit of DefaultValue on my master branch. Now the merge request is clean. Please verify when you are convenient. Thanks.