Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | merge trunk changes through r1258 | James Ahlborn | 2018-12-31 | 7 | -146/+194 | |
| |\ | |/ |/| | ||||||
* | | Fix length in units calculation for Access 97 text fields. Fixes #151 | James Ahlborn | 2018-12-31 | 6 | -131/+181 | |
* | | use fromUnitSize | James Ahlborn | 2018-12-29 | 2 | -40/+38 | |
| * | fix channel open options for new files | James Ahlborn | 2018-12-31 | 2 | -6/+12 | |
| * | cleanup | James Ahlborn | 2018-12-28 | 1 | -15/+0 | |
| * | more ldt tests | James Ahlborn | 2018-12-28 | 1 | -0/+62 | |
| * | add system prop for date/time type; rework how date/times are written based o... | James Ahlborn | 2018-12-28 | 7 | -39/+190 | |
| * | merge trunk changes through r1251 | James Ahlborn | 2018-12-24 | 2 | -6/+7 | |
| |\ | |/ |/| | ||||||
* | | [maven-release-plugin] prepare for next development iteration | James Ahlborn | 2018-12-22 | 1 | -4/+4 | |
* | | [maven-release-plugin] prepare release jackcess-2.2.1 | James Ahlborn | 2018-12-22 | 1 | -4/+4 | |
* | | tweak notice text | James Ahlborn | 2018-12-22 | 1 | -5/+6 | |
* | | prep for release | James Ahlborn | 2018-12-22 | 1 | -1/+1 | |
| * | overrides everywhere | James Ahlborn | 2018-12-20 | 61 | -1/+481 | |
| * | more javadoc fixes | James Ahlborn | 2018-12-19 | 2 | -7/+7 | |
| * | more javadocs tweaks; update changes for java 8 | James Ahlborn | 2018-12-19 | 2 | -1/+25 | |
| * | get javadocs displaying correctly | James Ahlborn | 2018-12-18 | 17 | -100/+628 | |
| * | merge trunk changes through r1241 | James Ahlborn | 2018-12-17 | 9 | -16/+67 | |
| |\ | |/ |/| | ||||||
* | | Ignore column validators for read-only dbs. This will avoid irrelevant failu... | James Ahlborn | 2018-12-17 | 9 | -35/+86 | |
| * | add LocalDateTime variants for various public Date based methods | James Ahlborn | 2018-12-17 | 12 | -121/+278 | |
| * | use interface to pass zone info into date/time conversion methods | James Ahlborn | 2018-12-15 | 7 | -35/+81 | |
| * | switch expression engine to LocalDateTime | James Ahlborn | 2018-12-15 | 25 | -637/+395 | |
| * | round LDT date/times to millis; add some initial tests for LDT times | James Ahlborn | 2018-12-13 | 2 | -7/+198 | |
| * | 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 | 10 | -94/+474 | |
| * | add support for Path | James Ahlborn | 2018-11-29 | 9 | -136/+223 | |
| * | ditch log4j | James Ahlborn | 2018-11-28 | 4 | -22/+4 | |
| * | upgrade poi; upgrade various plugins | James Ahlborn | 2018-11-27 | 24 | -337/+301 | |
| * | switch to commons lang3 | James Ahlborn | 2018-11-27 | 21 | -102/+98 | |
| * | update parent pom; fix test failure | James Ahlborn | 2018-11-27 | 2 | -2/+2 | |
| * | prep for jdk8 switch | James Ahlborn | 2018-11-27 | 1 | -1/+1 | |
| * | move to jdk8 | James Ahlborn | 2018-11-27 | 0 | -0/+0 | |
|/ | ||||||
* | implement Format with predefined formats | James Ahlborn | 2018-11-20 | 14 | -82/+371 | |
* | currency format uses parens; add bool predefined formats | James Ahlborn | 2018-11-15 | 4 | -11/+23 | |
* | 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 | 5 | -12/+45 | |
* | implement FormatDateTime function | James Ahlborn | 2018-11-13 | 6 | -26/+152 | |
* | implement FormatCurrency and FormatPercent | James Ahlborn | 2018-11-08 | 2 | -43/+83 | |
* | fill out remaining tests for FormatNumber | James Ahlborn | 2018-11-08 | 2 | -2/+18 | |
* | add more numeric config | James Ahlborn | 2018-11-08 | 3 | -458/+453 | |
* | untested support for FormatNumber | James Ahlborn | 2018-11-07 | 1 | -0/+62 | |
* | implement DateDiff function | James Ahlborn | 2018-11-06 | 3 | -6/+233 | |
* | implement replace function | James Ahlborn | 2018-11-03 | 6 | -35/+94 | |
* | implement Val function | James Ahlborn | 2018-11-02 | 4 | -40/+62 | |
* | finish DateAdd function | James Ahlborn | 2018-10-29 | 6 | -20/+80 | |
* | 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 | 15 | -138/+417 | |
* | fix broken test | James Ahlborn | 2018-10-10 | 1 | -2/+2 |