aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/com/healthmarketscience/jackcess/impl/ColValidatorEvalContext.java
Commit message (Expand)AuthorAgeFilesLines
* Add ColumnFormatter utility which can apply Column Format property for displa...James Ahlborn2019-02-111-1/+1
* minor code warning cleanupsJames Ahlborn2018-06-271-2/+2
* add unit tests for property expression evaluation featuresJames Ahlborn2018-06-051-1/+1
* allow col validator to get this column by nameJames Ahlborn2018-06-041-0/+12
* do not allow null result for conditionsJames Ahlborn2018-05-251-1/+0
* plug expr evaluation into columns/tables; create Identifier for tracking expr...James Ahlborn2018-05-081-0/+84