]> source.dussan.org Git - jackcess.git/shortlog
jackcess.git
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...
2008-03-13 James Ahlbornuse readOnly dbs for unit tests
2008-03-12 James Ahlbornadd toString
2008-03-11 James Ahlbornadd support for reading table relationships; minor...
2008-03-11 James Ahlbornadd method for creating Iterable given specific column...
2008-03-11 James Ahlbornadd unit tests (and fix some bugs) for ignoreNull and...
2008-03-10 James Ahlbornadd convenience method for converting a rowMap to an...
2008-03-10 James Ahlbornadd tests for multi-column indexes
2008-03-10 James Ahlbornmake sure database file fits expected criteria
2008-03-10 James Ahlbornadd additional diagnostic info on failures
2008-03-10 James Ahlbornadd tests for the various supported index types
2008-03-10 James Ahlbornupdate FAQ with info on extended charset support in...
2008-03-10 James Ahlbornmodify Index update support so that it honors the uniqu...
2008-03-10 James Ahlbornupdate TODO notes
2008-03-09 James Ahlbornformalize code for reading unsigned bytes
2008-03-08 James Ahlbornlimit text index length; fix unprintable offset writing
2008-03-08 James Ahlbornmore fixes for index writing
2008-03-07 James AhlbornFix bug caused by sign extension when reading single...
next