]> source.dussan.org Git - jackcess.git/shortlog
jackcess.git
2013-07-29 James Ahlbornupdates jackcess-2
2013-07-29 James Ahlbornupdate testing libs
2013-07-27 James Ahlbornthese have long since out-lived their usefulness
2013-07-27 James Ahlbornenhance CodecHandler to better support impls which...
2013-07-24 James Ahlbornmerge trunk changes through r751
2013-07-24 James Ahlbornupdates
2013-07-10 James Ahlbornupdate package
2013-07-09 James Ahlbornmerge trunk changes through r744
2013-06-18 James Ahlbornmerge trunk changes through r738
2013-06-17 James Ahlbornlimit size of indexpagecache
2013-06-16 James Ahlbornupdates
2013-06-14 James Ahlbornuse logical write operations for auto-sync to make...
2013-05-30 James Ahlbornmake query types interfaces
2013-05-29 James Ahlbornmerge trunk changes through r729
2013-05-24 James Ahlbornupdates
2013-05-11 James Ahlbornupdates
2013-05-11 James Ahlbornmerge trunk changes through r724
2013-05-10 James Ahlbornmerge trunk changes through r717
2013-05-10 James Ahlbornmove escapeIdentifier to more apropos location
2013-05-04 James Ahlbornmerge trunk changes through r710
2013-05-04 James Ahlbornupdate notes
2013-04-18 James Ahlbornmore api cleanup
2013-04-13 James Ahlbornupdate javadoc urls
2013-04-10 James Ahlbornupdate javadocs
2013-04-10 James Ahlbornfix javadoc refs
2013-04-07 James Ahlbornmake iterator with no reset return current row first
2013-04-04 James Ahlbornfix javadocs
2013-03-31 James Ahlbornoops missed these
2013-03-29 James Ahlbornconsolidate custom iteration configuration into iterabl...
2013-03-21 James Ahlbornmove complex type impls to impl
2013-03-20 James Ahlbornutil method for getting new RowId
2013-03-19 James Ahlborncreate ComplexValue.Id and stash RowId for simpler...
2013-03-18 James Ahlbornfix docs
2013-03-17 James Ahlbornremove unused static methods in cursor impls
2013-03-16 James Ahlbornfix assertion
2013-03-16 James Ahlbornadd return values from most modification methods; add...
2013-03-16 James Ahlbornuse ints for cursorids as the object names could change...
2013-03-16 James Ahlbornadd more details to unsupported index exceptions
2013-03-15 James Ahlbornadd RuntimeException wrapper for IOException
2013-03-15 James Ahlbornadd addRow FromMap methods, add Row update/delete methods
2013-03-15 James Ahlborndon't need init method on import/export filters after all
2013-03-15 James Ahlbornsimplify cursor interface (remove redundant iterator...
2013-03-15 James Ahlbornadd RowId to Row
2013-03-15 James Ahlbornadding explicit row type
2013-03-15 James Ahlbornmove the last of the impls out of core api
2013-03-14 James Ahlbornfix docs
2013-03-14 James Ahlbornmove RowId impl into RowIdImpl, clean up Relationship api
2013-03-14 James Ahlbornsecond pass of class shuffling, push util classes into...
2013-03-14 James Ahlbornfirst step separating impl from api
2013-03-12 James Ahlbornclean up complex column classes
2013-03-12 James Ahlbornfix unit tests
2013-03-12 James Ahlbornclean up a bunch of loose ends in the interfaces; get...
2013-03-09 James Ahlborncleanup unnecessary constructors; make many members...
2013-03-08 James Ahlbornno longer use ColumnImpl to construct new tables; rip...
2013-03-05 James Ahlbornmove cursor impls to CursorImpl and IndexCursorImpl
2013-03-05 James Ahlbornshuffle some default instances
2013-03-05 James Ahlbornmake abstract classes interfaces instead
2013-03-05 James Ahlbornmove internals of Column into ColumnImpl
2013-03-03 James Ahlbornmove Index internals to IndexImpl
2013-03-03 James Ahlbornmove Table internals to TableImpl
2013-03-02 James Ahlbornoops, forgot new Database class; pull some internal...
2013-03-02 James Ahlbornseparate Database into internal and external; remove...
2013-03-01 James Ahlborn[maven-release-plugin] copy for branch jackcess-2
2013-03-01 James Ahlborn[maven-release-plugin] prepare branch jackcess-2
2013-02-28 James Ahlbornuse shared Calendar instance to converting Dates
2013-02-23 James Ahlbornadd cookbook reference to front page
2013-02-23 James Ahlbornfinish some basic content
2013-02-19 James Ahlborn[maven-release-plugin] prepare for next development...
2013-02-19 James Ahlborn[maven-release-plugin] prepare release jackcess-1.2.10
2013-02-19 James Ahlbornprepare for release
2013-02-03 James Ahlborncookbook updates
2012-11-20 James Ahlborninitial support for optionally enforcing foreign-key...
2012-11-20 James Ahlbornupdate faq
2012-11-08 James Ahlbornadd support for hyperlink columns
2012-10-16 James Ahlbornfix typo
2012-10-16 James Ahlborn[maven-release-plugin] prepare for next development...
2012-10-16 James Ahlborn[maven-release-plugin] prepare release jackcess-1.2.9
2012-10-16 James Ahlbornplugin updates, sf updates
2012-10-16 James Ahlbornprep for release
2012-10-16 James Ahlbornnot enough content for now
2012-10-15 James AhlbornFix some more edge cases in date/time conversions ...
2012-10-12 James Ahlbornupdate scm urls
2012-09-24 James Ahlbornexpand test coverage, minor tweaks
2012-09-24 James AhlbornAdded the MemFileChannel to enable working with dbs...
2012-09-23 James AhlbornAdded DatabaseBuilder in for more convenient and flexib...
2012-08-26 James AhlbornAdd some more functionality to Joiner to facilitate...
2012-07-26 James Ahlbornmore cookbook work
2012-07-26 James Ahlbornenhance javadoc
2012-07-21 James Ahlbornadd jackcess encrypt link to other resources
2012-07-12 James Ahlbornstart cooking the cookbook
2012-07-12 James Ahlbornupdate developer info
2012-07-11 James Ahlborn[maven-release-plugin] prepare for next development...
2012-07-11 James Ahlborn[maven-release-plugin] prepare release jackcess-1.2.8
2012-07-11 James Ahlbornprep for release
2012-06-14 James Ahlbornreset position/limit after encoding page
2012-06-14 James Ahlbornadd codechandler unit test
2012-06-13 James Ahlbornrework partial page writing and interacting with CodecH...
2012-05-25 James AhlbornAdd ImportUtil.toColumns to enable more advanced Table...
2012-05-25 James AhlbornFix NPE when running unit tests with db format MSISAM...
2012-05-25 James Ahlbornadd osgi header information to the jar manifest (fixes...
next