| Commit message (Expand) | Author | Age | Files | Lines |
* | handle number formats with no required digits | James Ahlborn | 2019-02-04 | 1 | -12/+57 |
* | merge trunk changes through r1271 | James Ahlborn | 2019-01-31 | 1 | -44/+44 |
|\ |
|
| * | Use column label from ResultSetMetaData when importing. Fixes #152 | James Ahlborn | 2019-01-29 | 1 | -44/+44 |
| * | Fix parsing of escaped double quotes in expressions | James Ahlborn | 2019-01-29 | 1 | -1/+0 |
* | | more tests and tweaks to custom formatting | James Ahlborn | 2019-01-31 | 1 | -75/+92 |
* | | more tests, more bug fixes for custom formats | James Ahlborn | 2019-01-30 | 1 | -6/+14 |
* | | add unit tests, fix bugs in custom formats | James Ahlborn | 2019-01-29 | 1 | -49/+144 |
* | | implement remaining custom formatting, not tested | James Ahlborn | 2019-01-24 | 2 | -166/+418 |
* | | fix parsing of escaped double quote; implement euro format; implement most cu... | James Ahlborn | 2019-01-19 | 4 | -95/+1038 |
* | | merge trunk changes through r1258 | James Ahlborn | 2018-12-31 | 6 | -146/+191 |
|\| |
|
| * | Fix length in units calculation for Access 97 text fields. Fixes #151 | James Ahlborn | 2018-12-31 | 5 | -131/+178 |
| * | use fromUnitSize | James Ahlborn | 2018-12-29 | 2 | -40/+38 |
* | | fix channel open options for new files | James Ahlborn | 2018-12-31 | 1 | -5/+11 |
* | | add system prop for date/time type; rework how date/times are written based o... | James Ahlborn | 2018-12-28 | 4 | -38/+97 |
* | | overrides everywhere | James Ahlborn | 2018-12-20 | 61 | -1/+481 |
* | | more javadoc fixes | James Ahlborn | 2018-12-19 | 1 | -6/+6 |
* | | 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 |
* | | 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 |