]> source.dussan.org Git - jackcess.git/commit
change regex to compile on first use; turn invalid pattern into unmatchable regex...
authorJames Ahlborn <jtahlborn@yahoo.com>
Sat, 11 Feb 2017 04:02:30 +0000 (04:02 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Sat, 11 Feb 2017 04:02:30 +0000 (04:02 +0000)
commit14353b569b627087e0de660b92f7cb3b72f48636
tree134c4c2a6a107eb48fdf01ff52236b5e98271742
parent631911dcf16b3bf860995e1984d9169842df4aae
change regex to compile on first use; turn invalid pattern into unmatchable regex; add some like pattern tests

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/exprs@1085 f203690c-595d-4dc9-a70b-905162fa7fd2
src/main/java/com/healthmarketscience/jackcess/impl/expr/Expressionator.java
src/test/java/com/healthmarketscience/jackcess/impl/expr/ExpressionatorTest.java