aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/java/com/healthmarketscience/jackcess/PropertyExpressionTest.java
Commit message (Expand)AuthorAgeFilesLines
* Add more static utility methods to DatabaseBuilder to enable more succinct ob...James Ahlborn2020-09-071-23/+24
* switch expression engine to LocalDateTimeJames Ahlborn2018-12-151-2/+2
* implement FormatDateTime functionJames Ahlborn2018-11-131-0/+1
* rework string conversion to date; add support for dates with implicit years; ...James Ahlborn2018-10-181-1/+1
* add support for monthname function; implement better string to date/time conv...James Ahlborn2018-09-291-2/+25
* refactor support for working with Value instancesJames Ahlborn2018-09-061-2/+2
* minor refactor of function support; start adding top level docs for evaluatio...James Ahlborn2018-08-241-1/+2
* test custom EvalConfig; fix time formatJames Ahlborn2018-07-261-1/+77
* add unit tests for property expression evaluation featuresJames Ahlborn2018-06-051-0/+283