aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/java/com/healthmarketscience/jackcess/impl/expr/ExpressionatorTest.java
Commit message (Expand)AuthorAgeFilesLines
* fix NumberFormatter so that it formats according to the locale of the current dbJames Ahlborn2024-02-031-0/+13
* switch expression engine to LocalDateTimeJames Ahlborn2018-12-151-18/+15
* implement Format with predefined formatsJames Ahlborn2018-11-201-2/+2
* cache and reuse DecimalFormat instancesJames Ahlborn2018-11-131-0/+6
* add support for strconv functionJames Ahlborn2018-10-051-0/+4
* rework public expression api with better locale handling; support parsing of ...James Ahlborn2018-10-041-8/+20
* implement IsNumeric; add support for hex/oct integer stringsJames Ahlborn2018-09-181-0/+4
* refactor support for working with Value instancesJames Ahlborn2018-09-061-4/+4
* add some date function testsJames Ahlborn2018-07-251-3/+3
* test more functionsJames Ahlborn2018-07-171-2/+0
* add ability to get original expression; implement some parsing testsJames Ahlborn2018-07-171-0/+31
* fix handling of certain field validator expressions; add some tests for vario...James Ahlborn2018-07-141-28/+68
* add more tests; add not likeJames Ahlborn2018-07-011-2/+46
* more testsJames Ahlborn2018-06-291-0/+35
* use common method pattern between ParseContext and EvalConfigJames Ahlborn2018-06-271-3/+3
* ditch default parse contextJames Ahlborn2018-06-271-3/+5
* implement floating point number formatting which matches accessJames Ahlborn2018-06-031-3/+4
* handle literal string default valuesJames Ahlborn2018-05-301-5/+24
* use decimal math context which matches access precision; tweak string to numb...James Ahlborn2018-05-301-3/+4
* normalize decimals when used; convert number literals to decimal instead of d...James Ahlborn2018-05-271-8/+17
* knock out some fixmes; add support for custom function lookup and custom bind...James Ahlborn2018-05-191-18/+33
* plug expr evaluation into columns/tables; create Identifier for tracking expr...James Ahlborn2018-05-081-2/+5
* move rnd logic to RandomContextJames Ahlborn2018-03-231-16/+3
* more math unit testsJames Ahlborn2017-10-141-0/+11
* handle plus as a unary number modifier; handle precedence of plus/minus in mo...James Ahlborn2017-10-141-2/+15
* long type should be int values; implement more date/time and misc other funct...James Ahlborn2017-09-231-29/+37
* split out function groups; implement numeric functionsJames Ahlborn2017-09-201-0/+18
* add some initial default function unit tests; fix some parse bugsJames Ahlborn2017-09-061-2/+2
* use actual implicit comp op subclassJames Ahlborn2017-04-291-1/+7
* change regex to compile on first use; turn invalid pattern into unmatchable r...James Ahlborn2017-02-111-3/+32
* add more type coercion, string and date to numJames Ahlborn2017-02-071-0/+23
* support string to number coercion for mixed math operationsJames Ahlborn2017-02-041-5/+33
* add TemporalConfig to allow for custom expression date/time formatsJames Ahlborn2017-01-141-0/+4
* change evaluation contextJames Ahlborn2016-12-311-2/+2
* add testing for most basic math and fix some edge case logicJames Ahlborn2016-12-221-30/+120
* start testing simple math exprsJames Ahlborn2016-12-181-2/+75
* reorg of expression classesJames Ahlborn2016-11-181-0/+130