]> source.dussan.org Git - jackcess.git/shortlog
jackcess.git
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...
2008-03-07 James AhlbornSimplify comparison algorithms for RowId and Index...
2008-03-06 James Ahlbornfix toString for Entry
2008-03-06 James AhlbornMore fixes for index parsing. Believe index names...
2008-03-04 James Ahlbornwrite javadoc for DataTypes; accept wider range of...
2008-03-03 James Ahlborncleanup variety of compiler warnings
2008-03-03 James Ahlbornfaq got dropped from main menu
2008-03-03 James Ahlbornadd faq entry on internationl chars in indexes
2008-02-29 James Ahlbornfix some compiler warnings
2008-02-29 James Ahlborndefault to true for new entries
2008-02-29 James Ahlbornskip unhandled index bytes for now
2008-02-29 James Ahlbornbetter handling of index entry compression; validate...
2008-02-29 James Ahlbornmore index testing
2008-02-29 James Ahlbornbetter toString
2008-02-27 James Ahlborn[maven-release-plugin] prepare for next development...
2008-02-27 James Ahlborn[maven-release-plugin] prepare release rel_1_1_12
2008-02-27 James Ahlbornprep for release
2008-02-22 James Ahlborntweak date handling math to reduce rounding issues
2008-02-22 James Ahlbornuse same date for create/update time
2008-02-22 James Ahlborndo not store millis in date test
2008-02-22 James Ahlbornuser userIds from the file if possible when generating...
2008-02-21 James Ahlborndo not inline memo/ole fields longer than 64 bytes...
2008-02-21 James Ahlbornpass along Object[], not String[]
2008-02-21 James Ahlbornupdate rowCount in common method
next