aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add unit tests for access 97 text indexesa97_indexesJames Ahlborn2019-08-195-108/+141
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/a97_indexes@1313 f203690c-595d-4dc9-a70b-905162fa7fd2
* use new general 97 index supportJames Ahlborn2019-08-163-97/+117
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/a97_indexes@1312 f203690c-595d-4dc9-a70b-905162fa7fd2
* fix handling of descending indexesJames Ahlborn2019-08-121-13/+9
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/a97_indexes@1311 f203690c-595d-4dc9-a70b-905162fa7fd2
* reword extra code handling for gen 97 indexesJames Ahlborn2019-08-114-179/+309
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/a97_indexes@1310 f203690c-595d-4dc9-a70b-905162fa7fd2
* initial support for writing access 97 indexesJames Ahlborn2019-08-061-22/+107
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/a97_indexes@1309 f203690c-595d-4dc9-a70b-905162fa7fd2
* add new sort order for legacy 97 collation orderJames Ahlborn2019-08-062-15/+27
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/a97_indexes@1308 f203690c-595d-4dc9-a70b-905162fa7fd2
* use StandardCharsetJames Ahlborn2019-08-061-60/+61
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/a97_indexes@1307 f203690c-595d-4dc9-a70b-905162fa7fd2
* add separate method for reading root db pageJames Ahlborn2019-08-063-45/+66
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/a97_indexes@1306 f203690c-595d-4dc9-a70b-905162fa7fd2
* convenience method for using case insensitive matcherJames Ahlborn2019-08-061-22/+30
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/a97_indexes@1305 f203690c-595d-4dc9-a70b-905162fa7fd2
* initial index codes for access97 general collation orderJames Ahlborn2019-08-063-0/+410
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/a97_indexes@1304 f203690c-595d-4dc9-a70b-905162fa7fd2
* create access 97 index branchJames Ahlborn2019-08-060-0/+0
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/a97_indexes@1303 f203690c-595d-4dc9-a70b-905162fa7fd2
* add convenience method for opening with PathJames Ahlborn2019-07-211-0/+14
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1302 f203690c-595d-4dc9-a70b-905162fa7fd2
* update FAQJames Ahlborn2019-04-141-51/+6
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1301 f203690c-595d-4dc9-a70b-905162fa7fd2
* [maven-release-plugin] prepare for next development iterationJames Ahlborn2019-04-141-4/+4
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1300 f203690c-595d-4dc9-a70b-905162fa7fd2
* [maven-release-plugin] prepare release jackcess-3.0.1James Ahlborn2019-04-141-4/+4
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1298 f203690c-595d-4dc9-a70b-905162fa7fd2
* prep for releaseJames Ahlborn2019-04-141-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1297 f203690c-595d-4dc9-a70b-905162fa7fd2
* update parent pomJames Ahlborn2019-02-281-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1296 f203690c-595d-4dc9-a70b-905162fa7fd2
* Add Database.newTableMetaDataIterable() which enables iterating through ↵James Ahlborn2019-02-204-11/+144
| | | | | | table names without loading the entire collection into memory at once git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1295 f203690c-595d-4dc9-a70b-905162fa7fd2
* can't believe this is useful to anyone anymoreJames Ahlborn2019-02-143-11/+0
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1294 f203690c-595d-4dc9-a70b-905162fa7fd2
* minor site docs tweakJames Ahlborn2019-02-121-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1293 f203690c-595d-4dc9-a70b-905162fa7fd2
* add migration guide for 3.xJames Ahlborn2019-02-122-0/+72
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1292 f203690c-595d-4dc9-a70b-905162fa7fd2
* Add ColumnFormatter utility which can apply Column Format property for ↵James Ahlborn2019-02-1112-65/+398
| | | | | | display of column values git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1291 f203690c-595d-4dc9-a70b-905162fa7fd2
* tweak site description some moreJames Ahlborn2019-02-091-14/+0
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1290 f203690c-595d-4dc9-a70b-905162fa7fd2
* tweak site descriptionJames Ahlborn2019-02-091-7/+7
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1289 f203690c-595d-4dc9-a70b-905162fa7fd2
* [maven-release-plugin] prepare for next development iterationJames Ahlborn2019-02-091-4/+4
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1288 f203690c-595d-4dc9-a70b-905162fa7fd2
* [maven-release-plugin] prepare release jackcess-3.0.0James Ahlborn2019-02-091-4/+4
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1286 f203690c-595d-4dc9-a70b-905162fa7fd2
* not sure why this never failed before, but i guss i need to dope the configJames Ahlborn2019-02-091-1/+23
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1285 f203690c-595d-4dc9-a70b-905162fa7fd2
* prep for releaseJames Ahlborn2019-02-092-2/+2
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1284 f203690c-595d-4dc9-a70b-905162fa7fd2
* tweak unit tests to allow for slight precision variations in different jvmsJames Ahlborn2019-02-071-1/+5
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1283 f203690c-595d-4dc9-a70b-905162fa7fd2
* minor cleanupsJames Ahlborn2019-02-062-7/+7
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1282 f203690c-595d-4dc9-a70b-905162fa7fd2
* update site docsJames Ahlborn2019-02-061-3/+4
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1281 f203690c-595d-4dc9-a70b-905162fa7fd2
* 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