summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* remove unused static methods in cursor implsJames Ahlborn2013-03-174-222/+9
* fix assertionJames Ahlborn2013-03-161-1/+1
* add return values from most modification methods; add unit tests for new modi...James Ahlborn2013-03-166-87/+205
* use ints for cursorids as the object names could change, split tablescancurso...James Ahlborn2013-03-162-204/+230
* add more details to unsupported index exceptionsJames Ahlborn2013-03-162-26/+25
* add RuntimeException wrapper for IOExceptionJames Ahlborn2013-03-1511-29/+76
* add addRow FromMap methods, add Row update/delete methodsJames Ahlborn2013-03-155-7/+103
* don't need init method on import/export filters after allJames Ahlborn2013-03-157-37/+3
* simplify cursor interface (remove redundant iterator methods)James Ahlborn2013-03-152-83/+84
* add RowId to RowJames Ahlborn2013-03-157-14/+50
* adding explicit row typeJames Ahlborn2013-03-1529-259/+366
* move the last of the impls out of core apiJames Ahlborn2013-03-1512-250/+370
* fix docsJames Ahlborn2013-03-141-2/+2
* move RowId impl into RowIdImpl, clean up Relationship apiJames Ahlborn2013-03-1411-190/+233
* second pass of class shuffling, push util classes into util packageJames Ahlborn2013-03-1433-51/+125
* first step separating impl from apiJames Ahlborn2013-03-1474-163/+346
* clean up complex column classesJames Ahlborn2013-03-128-247/+273
* fix unit testsJames Ahlborn2013-03-126-12/+14
* clean up a bunch of loose ends in the interfaces; get unit tests compilingJames Ahlborn2013-03-1231-412/+544
* cleanup unnecessary constructors; make many members finalJames Ahlborn2013-03-095-240/+158
* no longer use ColumnImpl to construct new tables; rip out some useless debug ...James Ahlborn2013-03-0817-243/+287
* move cursor impls to CursorImpl and IndexCursorImplJames Ahlborn2013-03-0514-1790/+2060
* shuffle some default instancesJames Ahlborn2013-03-055-37/+37
* make abstract classes interfaces insteadJames Ahlborn2013-03-059-203/+128
* move internals of Column into ColumnImplJames Ahlborn2013-03-0534-2575/+2685
* move Index internals to IndexImplJames Ahlborn2013-03-0311-466/+531
* move Table internals to TableImplJames Ahlborn2013-03-0321-2455/+2564
* oops, forgot new Database class; pull some internal details out of FileFormatJames Ahlborn2013-03-023-23/+489
* separate Database into internal and external; remove SimpleIndexData; make fk...James Ahlborn2013-03-0224-1206/+246
* [maven-release-plugin] copy for branch jackcess-2James Ahlborn2013-03-010-0/+0
* [maven-release-plugin] prepare branch jackcess-2James Ahlborn2013-03-011-4/+4
* use shared Calendar instance to converting DatesJames Ahlborn2013-02-284-9/+26
* add cookbook reference to front pageJames Ahlborn2013-02-232-0/+17
* finish some basic contentJames Ahlborn2013-02-232-8/+55
* [maven-release-plugin] prepare for next development iterationJames Ahlborn2013-02-191-4/+4
* [maven-release-plugin] prepare release jackcess-1.2.10James Ahlborn2013-02-191-4/+4
* 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-207-75/+708
* update faqJames Ahlborn2012-11-201-14/+52
* 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