aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * merge trunk changes through r1258James Ahlborn2018-12-317-146/+194
| |\ | |/ |/|
* | Fix length in units calculation for Access 97 text fields. Fixes #151James Ahlborn2018-12-316-131/+181
* | use fromUnitSizeJames Ahlborn2018-12-292-40/+38
| * fix channel open options for new filesJames Ahlborn2018-12-312-6/+12
| * cleanupJames Ahlborn2018-12-281-15/+0
| * more ldt testsJames Ahlborn2018-12-281-0/+62
| * add system prop for date/time type; rework how date/times are written based o...James Ahlborn2018-12-287-39/+190
| * merge trunk changes through r1251James Ahlborn2018-12-242-6/+7
| |\ | |/ |/|
* | [maven-release-plugin] prepare for next development iterationJames Ahlborn2018-12-221-4/+4
* | [maven-release-plugin] prepare release jackcess-2.2.1James Ahlborn2018-12-221-4/+4
* | tweak notice textJames Ahlborn2018-12-221-5/+6
* | prep for releaseJames Ahlborn2018-12-221-1/+1
| * overrides everywhereJames Ahlborn2018-12-2061-1/+481
| * more javadoc fixesJames Ahlborn2018-12-192-7/+7
| * more javadocs tweaks; update changes for java 8James Ahlborn2018-12-192-1/+25
| * get javadocs displaying correctlyJames Ahlborn2018-12-1817-100/+628
| * merge trunk changes through r1241James Ahlborn2018-12-179-16/+67
| |\ | |/ |/|
* | Ignore column validators for read-only dbs. This will avoid irrelevant failu...James Ahlborn2018-12-179-35/+86
| * add LocalDateTime variants for various public Date based methodsJames Ahlborn2018-12-1712-121/+278
| * use interface to pass zone info into date/time conversion methodsJames Ahlborn2018-12-157-35/+81
| * switch expression engine to LocalDateTimeJames Ahlborn2018-12-1525-637/+395
| * round LDT date/times to millis; add some initial tests for LDT timesJames Ahlborn2018-12-132-7/+198
| * merge trunk changes through r1235James Ahlborn2018-12-111-4/+10
| |\ | |/ |/|
* | minor tweaks to date handling; clear caches when config updated; ensure date ...James Ahlborn2018-12-102-5/+11
| * initial support for LocalDateTime and Temporal typesJames Ahlborn2018-12-1110-94/+474
| * add support for PathJames Ahlborn2018-11-299-136/+223
| * ditch log4jJames Ahlborn2018-11-284-22/+4
| * upgrade poi; upgrade various pluginsJames Ahlborn2018-11-2724-337/+301
| * switch to commons lang3James Ahlborn2018-11-2721-102/+98
| * update parent pom; fix test failureJames Ahlborn2018-11-272-2/+2
| * prep for jdk8 switchJames Ahlborn2018-11-271-1/+1
| * move to jdk8James Ahlborn2018-11-270-0/+0
|/
* implement Format with predefined formatsJames Ahlborn2018-11-2014-82/+371
* currency format uses parens; add bool predefined formatsJames Ahlborn2018-11-154-11/+23
* 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-135-12/+45
* implement FormatDateTime functionJames Ahlborn2018-11-136-26/+152
* implement FormatCurrency and FormatPercentJames Ahlborn2018-11-082-43/+83
* fill out remaining tests for FormatNumberJames Ahlborn2018-11-082-2/+18
* add more numeric configJames Ahlborn2018-11-083-458/+453
* untested support for FormatNumberJames Ahlborn2018-11-071-0/+62
* implement DateDiff functionJames Ahlborn2018-11-063-6/+233
* implement replace functionJames Ahlborn2018-11-036-35/+94
* implement Val functionJames Ahlborn2018-11-024-40/+62
* finish DateAdd functionJames Ahlborn2018-10-296-20/+80
* initial work for DateAdd functionJames Ahlborn2018-10-283-1/+65
* update javadocs for new functionJames Ahlborn2018-10-221-1/+1
* rework string conversion to date; add support for dates with implicit years; ...James Ahlborn2018-10-1815-138/+417
* fix broken testJames Ahlborn2018-10-101-2/+2