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
Adding EndsWith method for Query and QueryAny (#2727)
* Add Contributor Covenant Code of Conduct
This document outlines the Code of Conduct for community members, detailing pledges, standards of behavior, enforcement responsibilities, and consequences for violations.
* Update README with new build status and badges
Updated build status badge and added pre-release badge.
* Adding EndsWith method for Query and QueryAny
* Delete CODE_OF_CONDUCT.md
* Fix: Correct comment syntax for EndsWith method
Co-authored-by: rubegrube <rubegrube@gmail.com>
* Update README with AppVeyor build status badge
Co-authored-by: rubegrube <rubegrube@gmail.com>
* Add tests for Query.StartsWith, Query.EndsWith, and Query.Contains
Added unit tests for the string matching query methods in QueryApi_Tests.cs:
- Query.StartsWith: Tests filtering by name prefix
- Query.EndsWith: Tests filtering by name suffix
- Query.Contains: Tests filtering by substring match
* Fix Query_Contains test to use specific pattern
Use "John" instead of "an" to avoid case-sensitivity differences
between LINQ string.Contains() and LiteDB LIKE operator.
---------
Co-authored-by: Jonas Kamsker <11245306+JKamsker@users.noreply.github.com>
Co-authored-by: Rúben Garcia <rube200@users.noreply.github.com>
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
0 commit comments