aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* merge branch jdk8 changes through r1279James Ahlborn2019-02-06120-1545/+4968
|\ | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1280 f203690c-595d-4dc9-a70b-905162fa7fd2
| * update site docs for 3.0.0 releasejdk8James Ahlborn2019-02-062-1/+12
| | | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jdk8@1279 f203690c-595d-4dc9-a70b-905162fa7fd2
| * merge trunk changes through r1277James Ahlborn2019-02-061-1/+1
| |\ | |/ |/| | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jdk8@1278 f203690c-595d-4dc9-a70b-905162fa7fd2
* | [maven-release-plugin] prepare for next development iterationJames Ahlborn2019-02-051-4/+4
| | | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1277 f203690c-595d-4dc9-a70b-905162fa7fd2
* | [maven-release-plugin] prepare release jackcess-2.2.3James Ahlborn2019-02-051-4/+4
| | | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1275 f203690c-595d-4dc9-a70b-905162fa7fd2
* | prep for releaseJames Ahlborn2019-02-051-1/+1
| | | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1274 f203690c-595d-4dc9-a70b-905162fa7fd2
| * handle number formats with no required digitsJames Ahlborn2019-02-042-16/+70
| | | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jdk8@1273 f203690c-595d-4dc9-a70b-905162fa7fd2
| * merge trunk changes through r1271James Ahlborn2019-01-313-51/+60
| |\ | |/ |/| | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jdk8@1272 f203690c-595d-4dc9-a70b-905162fa7fd2
* | Use column label from ResultSetMetaData when importing. Fixes #152James Ahlborn2019-01-293-51/+55
| | | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1268 f203690c-595d-4dc9-a70b-905162fa7fd2
* | Fix parsing of escaped double quotes in expressionsJames Ahlborn2019-01-293-1/+6
| | | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1267 f203690c-595d-4dc9-a70b-905162fa7fd2
| * more tests and tweaks to custom formattingJames Ahlborn2019-01-312-76/+102
| | | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jdk8@1271 f203690c-595d-4dc9-a70b-905162fa7fd2
| * more tests, more bug fixes for custom formatsJames Ahlborn2019-01-302-15/+55
| | | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jdk8@1270 f203690c-595d-4dc9-a70b-905162fa7fd2
| * add unit tests, fix bugs in custom formatsJames Ahlborn2019-01-292-61/+326
| | | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jdk8@1269 f203690c-595d-4dc9-a70b-905162fa7fd2
| * implement remaining custom formatting, not testedJames Ahlborn2019-01-243-166/+438
| | | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jdk8@1266 f203690c-595d-4dc9-a70b-905162fa7fd2
| * fix parsing of escaped double quote; implement euro format; implement most ↵James Ahlborn2019-01-195-96/+1054
| | | | | | | | | | | | custom formatting git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jdk8@1265 f203690c-595d-4dc9-a70b-905162fa7fd2
| * merge trunk changes through r1263James Ahlborn2019-01-051-3/+5
| |\ | |/ |/| | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jdk8@1264 f203690c-595d-4dc9-a70b-905162fa7fd2
* | [maven-release-plugin] prepare for next development iterationJames Ahlborn2019-01-051-4/+4
| | | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1263 f203690c-595d-4dc9-a70b-905162fa7fd2
* | [maven-release-plugin] prepare release jackcess-2.2.2James Ahlborn2019-01-051-4/+4
| | | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1261 f203690c-595d-4dc9-a70b-905162fa7fd2
* | fix changelog for 151 bug fixJames Ahlborn2019-01-051-3/+5
| | | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1260 f203690c-595d-4dc9-a70b-905162fa7fd2
| * merge trunk changes through r1258James Ahlborn2018-12-317-146/+194
| |\ | |/ |/| | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jdk8@1259 f203690c-595d-4dc9-a70b-905162fa7fd2
* | Fix length in units calculation for Access 97 text fields. Fixes #151James Ahlborn2018-12-316-131/+181
| | | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1258 f203690c-595d-4dc9-a70b-905162fa7fd2
* | use fromUnitSizeJames Ahlborn2018-12-292-40/+38
| | | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1256 f203690c-595d-4dc9-a70b-905162fa7fd2
| * fix channel open options for new filesJames Ahlborn2018-12-312-6/+12
| | | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jdk8@1257 f203690c-595d-4dc9-a70b-905162fa7fd2
| * cleanupJames Ahlborn2018-12-281-15/+0
| | | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jdk8@1255 f203690c-595d-4dc9-a70b-905162fa7fd2
| * more ldt testsJames Ahlborn2018-12-281-0/+62
| | | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jdk8@1254 f203690c-595d-4dc9-a70b-905162fa7fd2
| * add system prop for date/time type; rework how date/times are written based ↵James Ahlborn2018-12-287-39/+190
| | | | | | | | | | | | on date/time type git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jdk8@1253 f203690c-595d-4dc9-a70b-905162fa7fd2
| * merge trunk changes through r1251James Ahlborn2018-12-242-6/+7
| |\ | |/ |/| | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jdk8@1252 f203690c-595d-4dc9-a70b-905162fa7fd2
* | [maven-release-plugin] prepare for next development iterationJames Ahlborn2018-12-221-4/+4
| | | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1251 f203690c-595d-4dc9-a70b-905162fa7fd2
* | [maven-release-plugin] prepare release jackcess-2.2.1James Ahlborn2018-12-221-4/+4
| | | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1249 f203690c-595d-4dc9-a70b-905162fa7fd2
* | tweak notice textJames Ahlborn2018-12-221-5/+6
| | | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1248 f203690c-595d-4dc9-a70b-905162fa7fd2
* | prep for releaseJames Ahlborn2018-12-221-1/+1
| | | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1247 f203690c-595d-4dc9-a70b-905162fa7fd2
| * overrides everywhereJames Ahlborn2018-12-2061-1/+481
| | | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jdk8@1246 f203690c-595d-4dc9-a70b-905162fa7fd2
| * more javadoc fixesJames Ahlborn2018-12-192-7/+7
| | | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jdk8@1245 f203690c-595d-4dc9-a70b-905162fa7fd2
| * more javadocs tweaks; update changes for java 8James Ahlborn2018-12-192-1/+25
| | | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jdk8@1244 f203690c-595d-4dc9-a70b-905162fa7fd2
| * get javadocs displaying correctlyJames Ahlborn2018-12-1817-100/+628
| | | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jdk8@1243 f203690c-595d-4dc9-a70b-905162fa7fd2
| * merge trunk changes through r1241James Ahlborn2018-12-179-16/+67
| |\ | |/ |/| | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jdk8@1242 f203690c-595d-4dc9-a70b-905162fa7fd2
* | Ignore column validators for read-only dbs. This will avoid irrelevant ↵James Ahlborn2018-12-179-35/+86
| | | | | | | | | | | | failures when reading databases which have invalid column properties. Fixes #150 git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1240 f203690c-595d-4dc9-a70b-905162fa7fd2
| * add LocalDateTime variants for various public Date based methodsJames Ahlborn2018-12-1712-121/+278
| | | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jdk8@1241 f203690c-595d-4dc9-a70b-905162fa7fd2
| * use interface to pass zone info into date/time conversion methodsJames Ahlborn2018-12-157-35/+81
| | | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jdk8@1239 f203690c-595d-4dc9-a70b-905162fa7fd2
| * switch expression engine to LocalDateTimeJames Ahlborn2018-12-1525-637/+395
| | | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jdk8@1238 f203690c-595d-4dc9-a70b-905162fa7fd2
| * round LDT date/times to millis; add some initial tests for LDT timesJames Ahlborn2018-12-132-7/+198
| | | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jdk8@1237 f203690c-595d-4dc9-a70b-905162fa7fd2
| * merge trunk changes through r1235James Ahlborn2018-12-111-4/+10
| |\ | |/ |/| | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jdk8@1236 f203690c-595d-4dc9-a70b-905162fa7fd2
* | minor tweaks to date handling; clear caches when config updated; ensure date ↵James Ahlborn2018-12-102-5/+11
| | | | | | | | | | | | formats have correct symbols git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1234 f203690c-595d-4dc9-a70b-905162fa7fd2
| * initial support for LocalDateTime and Temporal typesJames Ahlborn2018-12-1110-94/+474
| | | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jdk8@1235 f203690c-595d-4dc9-a70b-905162fa7fd2
| * add support for PathJames Ahlborn2018-11-299-136/+223
| | | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jdk8@1233 f203690c-595d-4dc9-a70b-905162fa7fd2
| * ditch log4jJames Ahlborn2018-11-284-22/+4
| | | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jdk8@1232 f203690c-595d-4dc9-a70b-905162fa7fd2
| * upgrade poi; upgrade various pluginsJames Ahlborn2018-11-2724-337/+301
| | | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jdk8@1231 f203690c-595d-4dc9-a70b-905162fa7fd2
| * switch to commons lang3James Ahlborn2018-11-2721-102/+98
| | | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jdk8@1230 f203690c-595d-4dc9-a70b-905162fa7fd2
| * update parent pom; fix test failureJames Ahlborn2018-11-272-2/+2
| | | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jdk8@1229 f203690c-595d-4dc9-a70b-905162fa7fd2
| * prep for jdk8 switchJames Ahlborn2018-11-271-1/+1
| | | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jdk8@1228 f203690c-595d-4dc9-a70b-905162fa7fd2