]> source.dussan.org Git - jackcess.git/shortlog
jackcess.git
2008-08-13 James Ahlbornadd utility methods for getting size/scale/precision...
2008-08-01 James Ahlbornfix doc issue #2035207
2008-07-25 James Ahlborn[maven-release-plugin] prepare for next development...
2008-07-25 James Ahlborn[maven-release-plugin] prepare release rel_1_1_16
2008-07-25 James Ahlbornkind of useless now
2008-07-25 James Ahlbornprep for release
2008-07-22 James AhlbornAdd compression code for possible future use; add compr...
2008-07-22 James AhlbornAdd primitive support for writing unicode compressed...
2008-07-22 James Ahlbornminor cleanups
2008-07-20 James AhlbornShare out-of-line long value pages in order to generate...
2008-07-19 James AhlbornAdd some more limit checking into table creation based...
2008-07-18 James AhlbornBetter column type translation for very large MEMO...
2008-07-18 James Ahlbornbetter account for memo space usage
2008-07-17 James AhlbornReserve minimum space for memo/ole fields so that greed...
2008-06-28 James Ahlborn[maven-release-plugin] prepare for next development...
2008-06-28 James Ahlborn[maven-release-plugin] prepare release rel_1_1_15
2008-06-28 James Ahlbornprep for release
2008-06-24 James AhlbornReduce maximum row size to what Access considers valid.
2008-06-21 James Ahlborn Fix writing of large memo/ole fields. Apparent...
2008-06-21 James Ahlbornadditional convenience methods
2008-04-29 James Ahlbornadd some prefix compression
2008-04-29 James Ahlborn[maven-release-plugin] prepare for next development...
2008-04-29 James Ahlborn[maven-release-plugin] prepare release rel_1_1_14
2008-04-29 James Ahlbornprep for release
2008-04-29 James Ahlbornadd comments
2008-04-29 James Ahlborntest batch updates and null entries
2008-04-29 James Ahlbornfix copyrights
2008-04-29 James Ahlborncleanup unused param
2008-04-28 James Ahlbornfix bigindex property handling in unit tests
2008-04-22 James Ahlbornimplement page deallocation; fix some issues in global...
2008-04-22 James Ahlbornupdate unit tests to cover more of big index code;...
2008-04-22 James Ahlbornenhance some exception messages
2008-04-22 James Ahlbornminor javadoc fixes
2008-04-19 James Ahlbornfix tail demotion
2008-04-19 James Ahlbornoops was not updating entry size
2008-04-17 James Ahlbornmore big index tests; minor bug fix
2008-04-17 James Ahlborntweak max size
2008-04-16 James Ahlbornminor code cleanups
2008-04-16 James Ahlbornugly typo
2008-04-16 James Ahlbornadd some documentation on large index support (#1564870)
2008-04-16 James Ahlbornfix access compatibility issue with writing small rows...
2008-04-16 James Ahlbornditch some extraneous casts
2008-04-15 James Ahlbornclean up big index handling; get unit tests passing
2008-04-15 James Ahlbornput entry validation inline with entry reading
2008-04-14 James Ahlborncomplete rework of large index support after realizing...
2008-04-14 James Ahlborntweak tostring
2008-04-14 James Ahlborntweak tostring
2008-04-13 James Ahlbornallow autoflush to be modified for tests
2008-04-10 James Ahlbornadd code to dump page cache to string
2008-04-10 James Ahlborninitial (untested) code which supports page splitting
2008-04-10 James Ahlbornminor tweaks
2008-04-08 James Ahlborncontinuing minor refactoring
2008-04-08 James Ahlbornmore minor refactoring
2008-04-07 James Ahlbornadd support for optionally enabling big index support
2008-04-07 James Ahlbornmake unit tests work for either index type; minor refac...
2008-04-07 James Ahlbornmove index pagetypes to the public type; some minor...
2008-04-06 James Ahlbornflesh out some of the index page update operations
2008-04-06 James Ahlborninitial code for implementing read/write multi-page...
2008-04-05 James Ahlbornrefactor Index/SimpleIndex to move most of the add...
2008-04-05 James Ahlbornrefactor Index/SimpleIndex to move most of the add...
2008-04-05 James Ahlbornrefactor Index/SimpleIndex to move the Cursor handling...
2008-04-05 James Ahlbornadd constants for movement booleans
2008-04-03 James Ahlbornclear nextPageNumber for held dataPage
2008-04-01 James Ahlbornmore comment updates
2008-04-01 James Ahlbornremove some old comments
2008-04-01 James Ahlbornrefactor Index into abstract base class with SimpleInde...
2008-03-31 James Ahlbornupdate FAQ
2008-03-31 James Ahlbornupdate FAQ
2008-03-31 James Ahlbornadd ByteUtil.getUnsignedShort
2008-03-26 James Ahlbornno need to be inner class
2008-03-25 James Ahlbornbetter max size calculation
2008-03-25 James Ahlbornadd issue number
2008-03-24 James Ahlbornredundant code
2008-03-24 James AhlbornNeed to store auto-number values back into row so that...
2008-03-24 James Ahlbornupdate the bounds before updating the positions
2008-03-21 James Ahlborn[maven-release-plugin] prepare for next development...
2008-03-21 James Ahlborn[maven-release-plugin] prepare release rel_1_1_13
2008-03-21 James Ahlborntruncate file before overwriting
2008-03-21 James Ahlbornprep for release
2008-03-21 James Ahlbornallow for TempBufferHolder which does not maintain...
2008-03-20 James Ahlbornadd TableBuilder utility
2008-03-20 James Ahlbornadd TableBuilder utility
2008-03-19 James Ahlbornadd test for uniqueEntryCount updates
2008-03-19 James Ahlbornminor cleanups
2008-03-18 James Ahlbornno need to sort entries, should already be sorted ...
2008-03-18 James Ahlbornclean up updating of the index uniqueEntryCount
2008-03-18 James Ahlbornremove unused import
2008-03-18 James Ahlborncompletely fix problems with sporadic usage map corrupt...
2008-03-18 James Ahlbornbe little lenient in date assertions due to double...
2008-03-17 James Ahlbornadd some notes on unique indexes
2008-03-15 James Ahlbornno need to use maxColCount and colNumber when storing...
2008-03-15 James Ahlbornrefactor some common code for encoding/decoding uncompr...
2008-03-15 James Ahlbornadd ColumnBuilder utility for simplifying table constru...
2008-03-14 James Ahlbornunused import
2008-03-14 James Ahlbornadd method for checking names against reserved words set
2008-03-14 James Ahlbornfix creation of tables with auto-number columns
2008-03-14 James Ahlbornrestrict new tables to only one autonumber column
2008-03-14 James Ahlborntweak column display
2008-03-13 James Ahlbornremove extraneous properties
2008-03-13 James Ahlbornalways return relationships in same order regardless...
next