aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add support for hyperlink columnsJames Ahlborn2012-11-082-4/+52
* fix typoJames Ahlborn2012-10-161-1/+1
* [maven-release-plugin] prepare for next development iterationJames Ahlborn2012-10-161-4/+4
* [maven-release-plugin] prepare release jackcess-1.2.9James Ahlborn2012-10-161-4/+4
* plugin updates, sf updatesJames Ahlborn2012-10-162-62/+59
* prep for releaseJames Ahlborn2012-10-161-1/+1
* not enough content for nowJames Ahlborn2012-10-161-1/+1
* Fix some more edge cases in date/time conversions (fixes issue 92)James Ahlborn2012-10-153-7/+64
* update scm urlsJames Ahlborn2012-10-121-3/+3
* expand test coverage, minor tweaksJames Ahlborn2012-09-242-3/+20
* Added the MemFileChannel to enable working with dbs completely in memoryJames Ahlborn2012-09-246-8/+678
* Added DatabaseBuilder in for more convenient and flexible Database open/createJames Ahlborn2012-09-237-78/+353
* Add some more functionality to Joiner to facilitate integrity enforcement (ha...James Ahlborn2012-08-263-6/+62
* more cookbook workJames Ahlborn2012-07-261-2/+62
* enhance javadocJames Ahlborn2012-07-261-32/+37
* add jackcess encrypt link to other resourcesJames Ahlborn2012-07-211-0/+6
* start cooking the cookbookJames Ahlborn2012-07-122-0/+85
* update developer infoJames Ahlborn2012-07-121-1/+1
* [maven-release-plugin] prepare for next development iterationJames Ahlborn2012-07-111-4/+4
* [maven-release-plugin] prepare release jackcess-1.2.8James Ahlborn2012-07-111-4/+4
* prep for releaseJames Ahlborn2012-07-111-1/+1
* reset position/limit after encoding pageJames Ahlborn2012-06-142-1/+5
* add codechandler unit testJames Ahlborn2012-06-141-0/+276
* rework partial page writing and interacting with CodecHandlers (issue #3532250)James Ahlborn2012-06-134-33/+68
* Add ImportUtil.toColumns to enable more advanced Table creation implementatio...James Ahlborn2012-05-252-28/+43
* Fix NPE when running unit tests with db format MSISAM (fixes issue 3529534)James Ahlborn2012-05-252-0/+6
* add osgi header information to the jar manifest (fixes issue 3523179)James Ahlborn2012-05-252-0/+33
* enhance javadocJames Ahlborn2012-05-241-7/+17
* doc updatesJames Ahlborn2012-04-032-8/+20
* [maven-release-plugin] prepare for next development iterationJames Ahlborn2012-04-031-4/+4
* [maven-release-plugin] prepare release jackcess-1.2.7James Ahlborn2012-04-031-4/+4
* prep for releaseJames Ahlborn2012-04-031-1/+1
* updatesJames Ahlborn2012-03-291-0/+2
* add explicit exception for unsupported encodingsJames Ahlborn2012-03-142-3/+51
* add some more useful byte operationsJames Ahlborn2012-03-145-14/+49
* add codec type for access 2007+ encodingJames Ahlborn2012-03-012-1/+7
* add FAQ entry about 'decoding not supported' messageJames Ahlborn2012-02-291-0/+17
* update faqJames Ahlborn2012-02-081-8/+16
* better exception message for decimal conversion failuresJames Ahlborn2012-02-061-2/+8
* add initial support for linked tables (fixes issue 3479560)James Ahlborn2012-02-011-1/+3
* add initial support for linked tables (fixes issue 3479560)James Ahlborn2012-02-0111-38/+367
* for consistencyJames Ahlborn2012-01-111-1/+1
* update to latest parent pomJames Ahlborn2012-01-111-1/+1
* handle wrong array type passed to addRowJames Ahlborn2011-12-301-8/+11
* Rename and refactor the Cursor find methods to improve usabilityJames Ahlborn2011-12-2715-115/+577
* [maven-release-plugin] prepare for next development iterationJames Ahlborn2011-12-161-4/+4
* [maven-release-plugin] prepare release jackcess-1.2.6James Ahlborn2011-12-161-4/+4
* prep for releaseJames Ahlborn2011-12-161-1/+1
* ensure new database is flushed after creation as some users drop the Database...James Ahlborn2011-12-061-0/+1
* always pass Object[] to ImportFilter.filterRowJames Ahlborn2011-11-301-4/+4