aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [maven-release-plugin] copy for tag jackcess-2.2.3jackcess-2.2.3James Ahlborn2019-02-050-0/+0
* [maven-release-plugin] prepare release jackcess-2.2.3James Ahlborn2019-02-051-4/+4
* prep for releaseJames Ahlborn2019-02-051-1/+1
* Use column label from ResultSetMetaData when importing. Fixes #152James Ahlborn2019-01-293-51/+55
* Fix parsing of escaped double quotes in expressionsJames Ahlborn2019-01-293-1/+6
* [maven-release-plugin] prepare for next development iterationJames Ahlborn2019-01-051-4/+4
* [maven-release-plugin] prepare release jackcess-2.2.2James Ahlborn2019-01-051-4/+4
* fix changelog for 151 bug fixJames Ahlborn2019-01-051-3/+5
* Fix length in units calculation for Access 97 text fields. Fixes #151James Ahlborn2018-12-316-131/+181
* use fromUnitSizeJames Ahlborn2018-12-292-40/+38
* [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
* Ignore column validators for read-only dbs. This will avoid irrelevant failu...James Ahlborn2018-12-179-35/+86
* minor tweaks to date handling; clear caches when config updated; ensure date ...James Ahlborn2018-12-102-5/+11
* 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
* reimplemnt and test financial functionsJames Ahlborn2018-10-105-364/+341
* add support for strconv functionJames Ahlborn2018-10-055-16/+73
* 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
* set default date/time and numeric config for a databaseJames Ahlborn2018-10-051-3/+2
* rework public expression api with better locale handling; support parsing of ...James Ahlborn2018-10-0431-735/+730
* add support for monthname function; implement better string to date/time conv...James Ahlborn2018-09-2911-120/+319
* add support for weekdayname functionJames Ahlborn2018-09-262-14/+61
* implement IsNumeric; add support for hex/oct integer stringsJames Ahlborn2018-09-181-0/+6
* implement IsNumeric; add support for hex/oct integer stringsJames Ahlborn2018-09-185-6/+75
* spellingJames Ahlborn2018-09-091-1/+1
* [maven-release-plugin] prepare for next development iterationJames Ahlborn2018-09-091-4/+4
* [maven-release-plugin] prepare release jackcess-2.2.0James Ahlborn2018-09-091-4/+4
* prep for releaseJames Ahlborn2018-09-092-1/+14
* more doc updatesJames Ahlborn2018-09-062-30/+27
* refactor support for working with Value instancesJames Ahlborn2018-09-0612-255/+287