| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | get javadocs displaying correctly | James Ahlborn | 2018-12-18 | 16 | -44/+44 |
* | | merge trunk changes through r1241 | James Ahlborn | 2018-12-17 | 6 | -12/+38 |
|\| |
|
| * | Ignore column validators for read-only dbs. This will avoid irrelevant failu... | James Ahlborn | 2018-12-17 | 6 | -27/+53 |
* | | add LocalDateTime variants for various public Date based methods | James Ahlborn | 2018-12-17 | 9 | -85/+239 |
* | | use interface to pass zone info into date/time conversion methods | James Ahlborn | 2018-12-15 | 4 | -30/+76 |
* | | switch expression engine to LocalDateTime | James Ahlborn | 2018-12-15 | 21 | -610/+360 |
* | | round LDT date/times to millis; add some initial tests for LDT times | James Ahlborn | 2018-12-13 | 1 | -7/+38 |
* | | merge trunk changes through r1235 | James Ahlborn | 2018-12-11 | 1 | -4/+10 |
|\| |
|
| * | minor tweaks to date handling; clear caches when config updated; ensure date ... | James Ahlborn | 2018-12-10 | 2 | -5/+11 |
* | | initial support for LocalDateTime and Temporal types | James Ahlborn | 2018-12-11 | 8 | -82/+459 |
* | | add support for Path | James Ahlborn | 2018-11-29 | 5 | -84/+169 |
* | | ditch log4j | James Ahlborn | 2018-11-28 | 1 | -6/+0 |
* | | upgrade poi; upgrade various plugins | James Ahlborn | 2018-11-27 | 21 | -248/+248 |
* | | switch to commons lang3 | James Ahlborn | 2018-11-27 | 18 | -62/+60 |
|/ |
|
* | implement Format with predefined formats | James Ahlborn | 2018-11-20 | 11 | -79/+309 |
* | currency format uses parens; add bool predefined formats | James Ahlborn | 2018-11-15 | 3 | -9/+21 |
* | beginnings of general format support | James Ahlborn | 2018-11-13 | 3 | -2/+129 |
* | share nchars impl | James Ahlborn | 2018-11-13 | 2 | -10/+8 |
* | cache and reuse DecimalFormat instances | James Ahlborn | 2018-11-13 | 4 | -12/+39 |
* | implement FormatDateTime function | James Ahlborn | 2018-11-13 | 4 | -26/+143 |
* | implement FormatCurrency and FormatPercent | James Ahlborn | 2018-11-08 | 1 | -43/+73 |
* | fill out remaining tests for FormatNumber | James Ahlborn | 2018-11-08 | 1 | -2/+5 |
* | add more numeric config | James Ahlborn | 2018-11-08 | 2 | -8/+46 |
* | untested support for FormatNumber | James Ahlborn | 2018-11-07 | 1 | -0/+62 |
* | implement DateDiff function | James Ahlborn | 2018-11-06 | 2 | -6/+164 |
* | implement replace function | James Ahlborn | 2018-11-03 | 5 | -35/+78 |
* | implement Val function | James Ahlborn | 2018-11-02 | 3 | -40/+52 |
* | finish DateAdd function | James Ahlborn | 2018-10-29 | 5 | -20/+63 |
* | initial work for DateAdd function | James Ahlborn | 2018-10-28 | 3 | -1/+65 |
* | update javadocs for new function | James Ahlborn | 2018-10-22 | 1 | -1/+1 |
* | rework string conversion to date; add support for dates with implicit years; ... | James Ahlborn | 2018-10-18 | 13 | -135/+388 |
* | reimplemnt and test financial functions | James Ahlborn | 2018-10-10 | 4 | -303/+247 |
* | add support for strconv function | James Ahlborn | 2018-10-05 | 3 | -16/+64 |
* | handle am/pm suffix dependent on date/time config | James Ahlborn | 2018-10-05 | 1 | -9/+12 |
* | handle alternate decimal separators based on numeric config | James Ahlborn | 2018-10-05 | 1 | -6/+21 |
* | set default date/time and numeric config for a database | James Ahlborn | 2018-10-05 | 1 | -3/+2 |
* | rework public expression api with better locale handling; support parsing of ... | James Ahlborn | 2018-10-04 | 30 | -727/+710 |
* | add support for monthname function; implement better string to date/time conv... | James Ahlborn | 2018-09-29 | 9 | -118/+285 |
* | add support for weekdayname function | James Ahlborn | 2018-09-26 | 1 | -14/+55 |
* | implement IsNumeric; add support for hex/oct integer strings | James Ahlborn | 2018-09-18 | 3 | -6/+57 |
* | more doc updates | James Ahlborn | 2018-09-06 | 2 | -30/+27 |
* | refactor support for working with Value instances | James Ahlborn | 2018-09-06 | 10 | -249/+281 |
* | add a bunch of javadocs for expr classes | James Ahlborn | 2018-09-06 | 9 | -17/+228 |
* | minor refactor of function support; start adding top level docs for evaluatio... | James Ahlborn | 2018-08-24 | 8 | -265/+532 |
* | test TimeSerial; implement DateSerial | James Ahlborn | 2018-07-26 | 1 | -0/+33 |
* | test custom EvalConfig; fix time format | James Ahlborn | 2018-07-26 | 1 | -5/+5 |
* | add some date function tests | James Ahlborn | 2018-07-25 | 1 | -5/+14 |
* | minor update | James Ahlborn | 2018-07-17 | 1 | -0/+2 |
* | test number functions | James Ahlborn | 2018-07-17 | 3 | -7/+11 |
* | test more functions | James Ahlborn | 2018-07-17 | 2 | -4/+6 |