600 Commits (390fb12c8cb9a0232ae2a62c91db70ad7b716a35)
 

Author SHA1 Message Date
  James Ahlborn 7bc622cabb add support for optionally enabling big index support 16 years ago
  James Ahlborn 4458461f52 make unit tests work for either index type; minor refactoring 16 years ago
  James Ahlborn d52cf53037 move index pagetypes to the public type; some minor cleanup 16 years ago
  James Ahlborn 095e6cc549 flesh out some of the index page update operations 16 years ago
  James Ahlborn c262ce564f initial code for implementing read/write multi-page index support 16 years ago
  James Ahlborn a1603f47e3 refactor Index/SimpleIndex to move most of the add/remove entry handling logic back into Index 16 years ago
  James Ahlborn 12d9cde06f refactor Index/SimpleIndex to move most of the add/remove entry handling logic back into Index 16 years ago
  James Ahlborn 1e5bdaed82 refactor Index/SimpleIndex to move the Cursor handling back into Index 16 years ago
  James Ahlborn a85e7e333e add constants for movement booleans 16 years ago
  James Ahlborn ea664f7a7d clear nextPageNumber for held dataPage 16 years ago
  James Ahlborn 1830cdea4f more comment updates 16 years ago
  James Ahlborn fe834eda8d remove some old comments 16 years ago
  James Ahlborn a4aaeb3cba refactor Index into abstract base class with SimpleIndex implementation to allow for phased introduction of BigIndex support 16 years ago
  James Ahlborn b6276a1978 update FAQ 16 years ago
  James Ahlborn 89c87596a3 update FAQ 16 years ago
  James Ahlborn 4f8ad5e272 add ByteUtil.getUnsignedShort 16 years ago
  James Ahlborn 8c7485a0a1 no need to be inner class 16 years ago
  James Ahlborn 5ed6738629 better max size calculation 16 years ago
  James Ahlborn fc589ceff5 add issue number 16 years ago
  James Ahlborn ed1290ab68 redundant code 16 years ago
  James Ahlborn fefc08596f Need to store auto-number values back into row so that indexes can be 16 years ago
  James Ahlborn d0c37f811d update the bounds before updating the positions 16 years ago
  James Ahlborn 173e68492a [maven-release-plugin] prepare for next development iteration 16 years ago
  James Ahlborn f10d0f6def [maven-release-plugin] prepare release rel_1_1_13 16 years ago
  James Ahlborn 67acdb9068 truncate file before overwriting 16 years ago
  James Ahlborn 5293a761c4 prep for release 16 years ago
  James Ahlborn ca15878cc1 allow for TempBufferHolder which does not maintain reference (cleans up addRows) 16 years ago
  James Ahlborn d7da2f605b add TableBuilder utility 16 years ago
  James Ahlborn fbe33559bd add TableBuilder utility 16 years ago
  James Ahlborn d9bd45a7a6 add test for uniqueEntryCount updates 16 years ago
  James Ahlborn 3a52141904 minor cleanups 16 years ago
  James Ahlborn 09ebeb5184 no need to sort entries, should already be sorted (but verify just to be paranoid) 16 years ago
  James Ahlborn 404056c33b clean up updating of the index uniqueEntryCount 16 years ago
  James Ahlborn 53b5bde042 remove unused import 16 years ago
  James Ahlborn 774f1c4cfe completely fix problems with sporadic usage map corruption; add some soft buffer caching in various places 16 years ago
  James Ahlborn 3d7b5f9a2a be little lenient in date assertions due to double rounding 16 years ago
  James Ahlborn 8f8d0c0756 add some notes on unique indexes 16 years ago
  James Ahlborn 446e80d696 no need to use maxColCount and colNumber when storing row results 16 years ago
  James Ahlborn b1defc16c3 refactor some common code for encoding/decoding uncompressed strings 16 years ago
  James Ahlborn fbb55b5a66 add ColumnBuilder utility for simplifying table construction 16 years ago
  James Ahlborn 9dd0f931e3 unused import 16 years ago
  James Ahlborn bed2623da8 add method for checking names against reserved words set 16 years ago
  James Ahlborn 975ae3f8bb fix creation of tables with auto-number columns 16 years ago
  James Ahlborn a0c5a05bde restrict new tables to only one autonumber column 16 years ago
  James Ahlborn dfdc177c50 tweak column display 16 years ago
  James Ahlborn 88b0e3de82 remove extraneous properties 16 years ago
  James Ahlborn 4885e4e69f always return relationships in same order regardless of table parameter order; add some simple relationship unit tests 16 years ago
  James Ahlborn d4113e1b68 use readOnly dbs for unit tests 16 years ago
  James Ahlborn 340c3dc831 add toString 16 years ago
  James Ahlborn 379669147b add support for reading table relationships; minor refactor of table creation; minor features added to cursorbuilder 16 years ago