sqlite-net icon indicating copy to clipboard operation
sqlite-net copied to clipboard

Add Contains method with StringComparison parameter.

Open microspaze opened this issue 2 years ago • 2 comments

Modified from older commit: https://github.com/praeclarum/sqlite-net/pull/806/commits/9040c0b6d7e47d5a4ca5bc5c2bb4dbaec69b7cd6

Remove useless Contains extension method and fix args unmatch bug.

microspaze avatar Jan 16 '24 09:01 microspaze

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 avatar Mar 27 '24 21:03 praeclarum

@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.

microspaze avatar Mar 28 '24 02:03 microspaze