Julian24816 / lHelper

command line vocabular trainer for latin
GNU General Public License v3.0
1 stars 0 forks source link

lookup regex accepting #30

Closed ghost closed 8 years ago

ghost commented 8 years ago

lookup should accept regex instead of _ and %.

Julian24816 commented 8 years ago

_ and % are the wildcards used by sqlite3. using regex would mean loading all cards to memory beforehand.

ghost commented 8 years ago

What about http://stackoverflow.com/questions/5071601/how-do-i-use-regex-in-a-sqlite-query ? You can do this in sqlite3...

Julian24816 commented 8 years ago

implemented in commit b54928c (on branch development)

Julian24816 commented 8 years ago

recently merged -> available since v1.3.0