summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Make reading long value columns more lenient (MEMO/OLE)James Ahlborn2013-10-042-0/+21
* Ignore invalid column usage map definitions, fixes issue 97James Ahlborn2013-09-143-4/+24
* prep for releaseJames Ahlborn2013-08-261-1/+1
* Fix reading of Properties with multiple value blocks (issue 96)James Ahlborn2013-08-153-5/+26
* prep for releaseJames Ahlborn2013-08-111-1/+1
* remove extra object flags before checking query typeJames Ahlborn2013-07-313-2/+13
* prep for releaseJames Ahlborn2013-07-241-1/+1
* implement handling of usagemaps for long value (MEMO/OLE) columns, fixes issu...James Ahlborn2013-07-056-140/+444
* prep for releaseJames Ahlborn2013-06-191-1/+1
* make attachment decoding the defaultJames Ahlborn2013-06-144-42/+42
* add attachment encoding supportJames Ahlborn2013-06-048-23/+115
* add methods to get the actual attachment contentJames Ahlborn2013-06-027-8/+160
* add more methods to Database for retrieving RelationshipsJames Ahlborn2013-05-312-22/+105
* Fix partial page updates when using CodecHandlers which can only do full page...James Ahlborn2013-05-252-0/+7
* retry releaseJames Ahlborn2013-05-111-1/+1
* prep for releaseJames Ahlborn2013-05-101-1/+1
* cleanup importsJames Ahlborn2013-05-031-1/+0
* do not unicode compress strings which are longer than 1024 charsJames Ahlborn2013-05-033-1/+14
* use shared Calendar instance to converting DatesJames Ahlborn2013-02-282-5/+21
* add cookbook reference to front pageJames Ahlborn2013-02-232-0/+17
* finish some basic contentJames Ahlborn2013-02-232-8/+55
* prepare for releaseJames Ahlborn2013-02-191-1/+1
* cookbook updatesJames Ahlborn2013-02-031-3/+80
* initial support for optionally enforcing foreign-key constraints (fixes featu...James Ahlborn2012-11-206-75/+570
* update faqJames Ahlborn2012-11-201-14/+52
* add support for hyperlink columnsJames Ahlborn2012-11-082-4/+52
* fix typoJames Ahlborn2012-10-161-1/+1
* plugin updates, sf updatesJames Ahlborn2012-10-161-56/+56
* 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-152-7/+26
* expand test coverage, minor tweaksJames Ahlborn2012-09-241-1/+3
* Added the MemFileChannel to enable working with dbs completely in memoryJames Ahlborn2012-09-243-1/+487
* Added DatabaseBuilder in for more convenient and flexible Database open/createJames Ahlborn2012-09-234-71/+343
* Add some more functionality to Joiner to facilitate integrity enforcement (ha...James Ahlborn2012-08-262-3/+37
* 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
* prep for releaseJames Ahlborn2012-07-111-1/+1
* reset position/limit after encoding pageJames Ahlborn2012-06-141-1/+3
* 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-251-0/+3
* add osgi header information to the jar manifest (fixes issue 3523179)James Ahlborn2012-05-251-0/+5
* enhance javadocJames Ahlborn2012-05-241-7/+17
* doc updatesJames Ahlborn2012-04-032-8/+20
* prep for releaseJames Ahlborn2012-04-031-1/+1
* add explicit exception for unsupported encodingsJames Ahlborn2012-03-142-3/+51
* add some more useful byte operationsJames Ahlborn2012-03-145-14/+49