Skip to content

Implemented LIKE operator with escape char for PropertyFilter#145

Open
yeliu84 wants to merge 1 commit into
coresmart:masterfrom
yeliu84:master
Open

Implemented LIKE operator with escape char for PropertyFilter#145
yeliu84 wants to merge 1 commit into
coresmart:masterfrom
yeliu84:master

Conversation

@yeliu84

@yeliu84 yeliu84 commented Apr 1, 2014

Copy link
Copy Markdown

LIKE operator works fine with persistence.store.sql, but it hadn't been implemented in memory store. I added the implementation with an added parameter escapeChar to PropertyFilter constructor. I was using SQLite as my reference, so the implementation supports % and _ in the pattern, which is the same as in SQLite.

mdkwock pushed a commit to mdkwock/persistencejs that referenced this pull request Jun 8, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant