aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/com/healthmarketscience/jackcess/impl/expr
Commit message (Expand)AuthorAgeFilesLines
* Add ColumnFormatter utility which can apply Column Format property for displa...James Ahlborn2019-02-113-40/+91
* minor cleanupsJames Ahlborn2019-02-062-7/+7
* handle number formats with no required digitsJames Ahlborn2019-02-041-12/+57
* more tests and tweaks to custom formattingJames Ahlborn2019-01-311-75/+92
* more tests, more bug fixes for custom formatsJames Ahlborn2019-01-301-6/+14
* add unit tests, fix bugs in custom formatsJames Ahlborn2019-01-291-49/+144
* implement remaining custom formatting, not testedJames Ahlborn2019-01-242-166/+418
* fix parsing of escaped double quote; implement euro format; implement most cu...James Ahlborn2019-01-193-94/+1031
* overrides everywhereJames Ahlborn2018-12-2011-0/+62
* merge trunk changes through r1241James Ahlborn2018-12-171-1/+1
|\
| * Ignore column validators for read-only dbs. This will avoid irrelevant failu...James Ahlborn2018-12-171-4/+4
* | switch expression engine to LocalDateTimeJames Ahlborn2018-12-1513-476/+278
* | switch to commons lang3James Ahlborn2018-11-273-8/+8
|/
* implement Format with predefined formatsJames Ahlborn2018-11-208-63/+422
* currency format uses parens; add bool predefined formatsJames Ahlborn2018-11-152-7/+12
* beginnings of general format supportJames Ahlborn2018-11-133-2/+129
* share nchars implJames Ahlborn2018-11-132-10/+8
* cache and reuse DecimalFormat instancesJames Ahlborn2018-11-131-12/+13
* implement FormatDateTime functionJames Ahlborn2018-11-132-10/+69
* implement FormatCurrency and FormatPercentJames Ahlborn2018-11-081-43/+73
* fill out remaining tests for FormatNumberJames Ahlborn2018-11-081-2/+5
* add more numeric configJames Ahlborn2018-11-081-6/+19
* untested support for FormatNumberJames Ahlborn2018-11-071-0/+62
* implement DateDiff functionJames Ahlborn2018-11-061-5/+163
* implement replace functionJames Ahlborn2018-11-034-34/+77
* implement Val functionJames Ahlborn2018-11-022-39/+51
* finish DateAdd functionJames Ahlborn2018-10-294-19/+62
* initial work for DateAdd functionJames Ahlborn2018-10-283-1/+65
* rework string conversion to date; add support for dates with implicit years; ...James Ahlborn2018-10-1811-131/+324
* reimplemnt and test financial functionsJames Ahlborn2018-10-103-294/+241
* add support for strconv functionJames Ahlborn2018-10-052-15/+63
* handle am/pm suffix dependent on date/time configJames Ahlborn2018-10-051-9/+12
* 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-0421-706/+578
* add support for monthname function; implement better string to date/time conv...James Ahlborn2018-09-295-100/+171
* add support for weekdayname functionJames Ahlborn2018-09-261-14/+55
* implement IsNumeric; add support for hex/oct integer stringsJames Ahlborn2018-09-182-4/+55
* refactor support for working with Value instancesJames Ahlborn2018-09-069-242/+274
* minor refactor of function support; start adding top level docs for evaluatio...James Ahlborn2018-08-246-265/+301
* test TimeSerial; implement DateSerialJames Ahlborn2018-07-261-0/+33
* add some date function testsJames Ahlborn2018-07-251-5/+14
* minor updateJames Ahlborn2018-07-171-0/+2
* test number functionsJames Ahlborn2018-07-173-7/+11
* test more functionsJames Ahlborn2018-07-172-4/+6
* add ability to get original expression; implement some parsing testsJames Ahlborn2018-07-171-15/+22
* fix handling of certain field validator expressions; add some tests for vario...James Ahlborn2018-07-141-11/+16
* handle alternate true/false constant valuesJames Ahlborn2018-07-131-4/+11
* add more tests; add not likeJames Ahlborn2018-07-012-1/+15
* more testsJames Ahlborn2018-06-291-0/+1
* use common method pattern between ParseContext and EvalConfigJames Ahlborn2018-06-271-2/+3