aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/com/healthmarketscience/jackcess/impl/expr/BuiltinOperators.java
Commit message (Expand)AuthorAgeFilesLines
* switch expression engine to LocalDateTimeJames Ahlborn2018-12-151-3/+3
* implement Format with predefined formatsJames Ahlborn2018-11-201-4/+3
* rework string conversion to date; add support for dates with implicit years; ...James Ahlborn2018-10-181-1/+1
* rework public expression api with better locale handling; support parsing of ...James Ahlborn2018-10-041-107/+115
* refactor support for working with Value instancesJames Ahlborn2018-09-061-131/+1
* test number functionsJames Ahlborn2018-07-171-0/+2
* add more tests; add not likeJames Ahlborn2018-07-011-0/+4
* implement floating point number formatting which matches accessJames Ahlborn2018-06-031-11/+12
* use decimal math context which matches access precision; tweak string to numb...James Ahlborn2018-05-301-12/+28
* normalize decimals when used; convert number literals to decimal instead of d...James Ahlborn2018-05-271-5/+27
* plug expr evaluation into columns/tables; create Identifier for tracking expr...James Ahlborn2018-05-081-22/+36
* use specific exceptions for expr evalJames Ahlborn2018-03-311-11/+12
* long type should be int values; implement more date/time and misc other funct...James Ahlborn2017-09-231-70/+31
* implement some date/time functionsJames Ahlborn2017-09-221-19/+35
* split out function groups; implement numeric functionsJames Ahlborn2017-09-201-0/+4
* implement a bunch of functions which really need unit tests; add support for ...James Ahlborn2017-09-051-0/+4
* implement various functionsJames Ahlborn2017-08-171-0/+1
* add more type coercion, string and date to numJames Ahlborn2017-02-071-69/+60
* support string to number coercion for mixed math operationsJames Ahlborn2017-02-041-1/+56
* add date time Value accessorJames Ahlborn2017-01-261-1/+3
* add TemporalConfig to allow for custom expression date/time formatsJames Ahlborn2017-01-141-3/+3
* ditch BIG_INT value typeJames Ahlborn2016-12-311-41/+10
* change evaluation contextJames Ahlborn2016-12-311-15/+30
* use isNullJames Ahlborn2016-12-241-2/+5
* Value cleanup, start on functionsJames Ahlborn2016-12-241-20/+16
* add testing for most basic math and fix some edge case logicJames Ahlborn2016-12-221-4/+19
* implement more operationsJames Ahlborn2016-12-151-5/+15
* ditch boolean typeJames Ahlborn2016-12-091-23/+4
* checkpoint reworking expression classes and implementing many basic operationsJames Ahlborn2016-12-091-127/+404
* reorg of expression classesJames Ahlborn2016-11-181-0/+440