aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/com/healthmarketscience/jackcess/impl/expr/ExpressionTokenizer.java
Commit message (Expand)AuthorAgeFilesLines
* fix NumberFormatter so that it formats according to the locale of the current dbJames Ahlborn2024-02-031-4/+9
* Add ColumnFormatter utility which can apply Column Format property for displa...James Ahlborn2019-02-111-1/+2
* fix parsing of escaped double quote; implement euro format; implement most cu...James Ahlborn2019-01-191-11/+16
* switch expression engine to LocalDateTimeJames Ahlborn2018-12-151-152/+31
* initial work for DateAdd functionJames Ahlborn2018-10-281-0/+3
* rework string conversion to date; add support for dates with implicit years; ...James Ahlborn2018-10-181-48/+75
* handle am/pm suffix dependent on date/time configJames Ahlborn2018-10-051-9/+12
* rework public expression api with better locale handling; support parsing of ...James Ahlborn2018-10-041-47/+30
* add support for monthname function; implement better string to date/time conv...James Ahlborn2018-09-291-88/+114
* minor updateJames Ahlborn2018-07-171-0/+2
* handle literal string default valuesJames Ahlborn2018-05-301-1/+1
* normalize decimals when used; convert number literals to decimal instead of d...James Ahlborn2018-05-271-26/+41
* plug expr evaluation into columns/tables; create Identifier for tracking expr...James Ahlborn2018-05-081-36/+24
* use specific exceptions for expr evalJames Ahlborn2018-03-311-14/+14
* handle plus as a unary number modifier; handle precedence of plus/minus in mo...James Ahlborn2017-10-141-7/+0
* long type should be int values; implement more date/time and misc other funct...James Ahlborn2017-09-231-1/+1
* implement some date/time functionsJames Ahlborn2017-09-221-1/+1
* add some initial default function unit tests; fix some parse bugsJames Ahlborn2017-09-061-20/+9
* add more type coercion, string and date to numJames Ahlborn2017-02-071-1/+2
* add TemporalConfig to allow for custom expression date/time formatsJames Ahlborn2017-01-141-15/+45
* add testing for most basic math and fix some edge case logicJames Ahlborn2016-12-221-5/+13
* start testing simple math exprsJames Ahlborn2016-12-181-2/+8
* checkpoint reworking expression classes and implementing many basic operationsJames Ahlborn2016-12-091-28/+115
* reorg of expression classesJames Ahlborn2016-11-181-0/+541