aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [maven-release-plugin] prepare for next development iterationHEADmasterJames Ahlborn2024-06-241-4/+4
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1417 f203690c-595d-4dc9-a70b-905162fa7fd2
* [maven-release-plugin] prepare release jackcess-4.0.7James Ahlborn2024-06-241-4/+4
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1415 f203690c-595d-4dc9-a70b-905162fa7fd2
* prep for releaseJames Ahlborn2024-06-241-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1414 f203690c-595d-4dc9-a70b-905162fa7fd2
* Add support for surrogate pairs in text indexes (e.g. emoticons), fixes #157James Ahlborn2024-05-147-25/+101
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1413 f203690c-595d-4dc9-a70b-905162fa7fd2
* [maven-release-plugin] prepare for next development iterationJames Ahlborn2024-05-121-4/+4
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1412 f203690c-595d-4dc9-a70b-905162fa7fd2
* [maven-release-plugin] prepare release jackcess-4.0.6James Ahlborn2024-05-121-4/+4
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1410 f203690c-595d-4dc9-a70b-905162fa7fd2
* prep for releaseJames Ahlborn2024-05-121-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1409 f203690c-595d-4dc9-a70b-905162fa7fd2
* Account for character sizes when copying column lengths, fixes #158James Ahlborn2024-05-082-1/+4
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1408 f203690c-595d-4dc9-a70b-905162fa7fd2
* cleanup some compiler warnings, thanks Markus SpannJames Ahlborn2024-02-0813-70/+37
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1407 f203690c-595d-4dc9-a70b-905162fa7fd2
* fix NumberFormatter so that it formats according to the locale of the current dbJames Ahlborn2024-02-0310-99/+137
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1406 f203690c-595d-4dc9-a70b-905162fa7fd2
* ensure unit tests run reliably in different localesJames Ahlborn2024-02-014-19/+33
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1405 f203690c-595d-4dc9-a70b-905162fa7fd2
* relocate propertiesJames Ahlborn2024-01-111-6/+4
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1404 f203690c-595d-4dc9-a70b-905162fa7fd2
* add faq entryJames Ahlborn2023-12-301-0/+17
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1403 f203690c-595d-4dc9-a70b-905162fa7fd2
* add maven wrapper support; minor version upgrades and pom cleanupsJames Ahlborn2023-12-306-2/+548
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1402 f203690c-595d-4dc9-a70b-905162fa7fd2
* update javadoc urlsJames Ahlborn2023-08-291-2/+2
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1401 f203690c-595d-4dc9-a70b-905162fa7fd2
* do not increment unique entry count when replacing an existing entryJames Ahlborn2023-08-281-1/+3
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1400 f203690c-595d-4dc9-a70b-905162fa7fd2
* [maven-release-plugin] prepare for next development iterationJames Ahlborn2023-01-271-4/+4
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1399 f203690c-595d-4dc9-a70b-905162fa7fd2
* [maven-release-plugin] prepare release jackcess-4.0.5James Ahlborn2023-01-271-4/+4
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1397 f203690c-595d-4dc9-a70b-905162fa7fd2
* prep for releaseJames Ahlborn2023-01-271-2/+2
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1396 f203690c-595d-4dc9-a70b-905162fa7fd2
* Add option to DatabaseBuilder for ignoring broken system catalog indexes. ↵James Ahlborn2023-01-1210-238/+365
| | | | | | Fixes #46 git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1395 f203690c-595d-4dc9-a70b-905162fa7fd2
* update parent pom versionJames Ahlborn2022-11-261-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1394 f203690c-595d-4dc9-a70b-905162fa7fd2
* [maven-release-plugin] prepare for next development iterationJames Ahlborn2022-10-291-4/+4
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1393 f203690c-595d-4dc9-a70b-905162fa7fd2
* [maven-release-plugin] prepare release jackcess-4.0.4James Ahlborn2022-10-291-4/+4
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1391 f203690c-595d-4dc9-a70b-905162fa7fd2
* update parent pomJames Ahlborn2022-10-292-1/+6
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1390 f203690c-595d-4dc9-a70b-905162fa7fd2
* [maven-release-plugin] prepare for next development iterationJames Ahlborn2022-10-291-4/+4
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1389 f203690c-595d-4dc9-a70b-905162fa7fd2
* [maven-release-plugin] prepare release jackcess-4.0.3James Ahlborn2022-10-291-4/+4
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1387 f203690c-595d-4dc9-a70b-905162fa7fd2
* prep for releaseJames Ahlborn2022-10-291-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1386 f203690c-595d-4dc9-a70b-905162fa7fd2
* Fix edge case which can cause table to be considered corrupt. Fixes #156James Ahlborn2022-10-282-78/+92
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1385 f203690c-595d-4dc9-a70b-905162fa7fd2
* update ignoresJames Ahlborn2022-08-290-0/+0
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1384 f203690c-595d-4dc9-a70b-905162fa7fd2
* [maven-release-plugin] prepare for next development iterationJames Ahlborn2022-08-261-4/+4
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1383 f203690c-595d-4dc9-a70b-905162fa7fd2
* [maven-release-plugin] prepare release jackcess-4.0.2James Ahlborn2022-08-261-4/+4
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1381 f203690c-595d-4dc9-a70b-905162fa7fd2
* prep for releaseJames Ahlborn2022-08-261-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1380 f203690c-595d-4dc9-a70b-905162fa7fd2
* Add support for linked odbc tables. TableMetaData provides access to ↵James Ahlborn2022-08-2614-206/+627
| | | | | | connection string and local TableDefinition if available. Fixes #45 git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1379 f203690c-595d-4dc9-a70b-905162fa7fd2
* update poi versionJames Ahlborn2022-08-261-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1378 f203690c-595d-4dc9-a70b-905162fa7fd2
* update to spotbugsJames Ahlborn2022-08-261-3/+3
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1377 f203690c-595d-4dc9-a70b-905162fa7fd2
* update some docsJames Ahlborn2021-11-112-7/+6
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1376 f203690c-595d-4dc9-a70b-905162fa7fd2
* Add Table methods to access the creation and last modified datesJames Ahlborn2021-07-076-1/+75
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1375 f203690c-595d-4dc9-a70b-905162fa7fd2
* test util methodJames Ahlborn2021-07-071-0/+9
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1374 f203690c-595d-4dc9-a70b-905162fa7fd2
* update parent pomJames Ahlborn2021-06-221-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1373 f203690c-595d-4dc9-a70b-905162fa7fd2
* [maven-release-plugin] prepare for next development iterationJames Ahlborn2021-06-221-4/+4
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1372 f203690c-595d-4dc9-a70b-905162fa7fd2
* [maven-release-plugin] prepare release jackcess-4.0.1James Ahlborn2021-06-221-4/+4
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1370 f203690c-595d-4dc9-a70b-905162fa7fd2
* prep for releaseJames Ahlborn2021-06-221-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1369 f203690c-595d-4dc9-a70b-905162fa7fd2
* tighten up readonly handling for external channels; minor test code refactorJames Ahlborn2021-06-102-22/+34
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1368 f203690c-595d-4dc9-a70b-905162fa7fd2
* update docsJames Ahlborn2021-06-104-4/+4
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1367 f203690c-595d-4dc9-a70b-905162fa7fd2
* add unit tests for extended date/time typeJames Ahlborn2021-06-105-12/+163
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1366 f203690c-595d-4dc9-a70b-905162fa7fd2
* Add support for extended date/time type in access 2019+ dbsJames Ahlborn2021-06-085-13/+177
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1365 f203690c-595d-4dc9-a70b-905162fa7fd2
* Add basic support for access 2019+ dbs.James Ahlborn2021-06-046-4/+47
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1364 f203690c-595d-4dc9-a70b-905162fa7fd2
* fix download linkJames Ahlborn2021-03-121-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1363 f203690c-595d-4dc9-a70b-905162fa7fd2
* add download linkJames Ahlborn2021-03-121-0/+2
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1362 f203690c-595d-4dc9-a70b-905162fa7fd2
* ignore trailing spaces when creating text index entriesJames Ahlborn2021-01-243-16/+35
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1361 f203690c-595d-4dc9-a70b-905162fa7fd2