aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/com/healthmarketscience/jackcess/impl/expr/StringValue.java
Commit message (Expand)AuthorAgeFilesLines
* overrides everywhereJames Ahlborn2018-12-201-0/+2
* switch expression engine to LocalDateTimeJames Ahlborn2018-12-151-2/+1
* switch to commons lang3James Ahlborn2018-11-271-1/+1
* finish DateAdd functionJames Ahlborn2018-10-291-14/+6
* rework string conversion to date; add support for dates with implicit years; ...James Ahlborn2018-10-181-1/+27
* handle alternate decimal separators based on numeric configJames Ahlborn2018-10-051-6/+21
* rework public expression api with better locale handling; support parsing of ...James Ahlborn2018-10-041-11/+18
* add support for monthname function; implement better string to date/time conv...James Ahlborn2018-09-291-0/+1
* implement IsNumeric; add support for hex/oct integer stringsJames Ahlborn2018-09-181-4/+35
* refactor support for working with Value instancesJames Ahlborn2018-09-061-1/+1
* normalize decimals when used; convert number literals to decimal instead of d...James Ahlborn2018-05-271-1/+1
* plug expr evaluation into columns/tables; create Identifier for tracking expr...James Ahlborn2018-05-081-3/+3
* long type should be int values; implement more date/time and misc other funct...James Ahlborn2017-09-231-2/+2
* support string to number coercion for mixed math operationsJames Ahlborn2017-02-041-0/+37
* ditch boolean typeJames Ahlborn2016-12-091-2/+2
* checkpoint reworking expression classes and implementing many basic operationsJames Ahlborn2016-12-091-0/+50