883 커밋 (jackcess-3.5.1)

작성자 SHA1 메시지 날짜
  James Ahlborn 306960844b oops was not updating entry size 16 년 전
  James Ahlborn 6f9ccc356d more big index tests; minor bug fix 16 년 전
  James Ahlborn 6845efc53c tweak max size 16 년 전
  James Ahlborn f340f01a63 minor code cleanups 16 년 전
  James Ahlborn fa480ea0c4 ugly typo 16 년 전
  James Ahlborn 1069360cde add some documentation on large index support (#1564870) 16 년 전
  James Ahlborn 55592e3b49 fix access compatibility issue with writing small rows, limit data pages to 256 rows (#1942330) 16 년 전
  James Ahlborn d28f9864b9 ditch some extraneous casts 16 년 전
  James Ahlborn 6a5928f754 clean up big index handling; get unit tests passing 16 년 전
  James Ahlborn a341781aa4 put entry validation inline with entry reading 16 년 전
  James Ahlborn 5ed9b04c40 complete rework of large index support after realizing that my understanding of the node page structure was a wee bit incorrect; basic operations are working, some testing implemented 16 년 전
  James Ahlborn 7d405b6f8e tweak tostring 16 년 전
  James Ahlborn 6af3a8bd60 tweak tostring 16 년 전
  James Ahlborn 4a3fcb78f1 add code to dump page cache to string 16 년 전
  James Ahlborn a384c7f87e initial (untested) code which supports page splitting 16 년 전
  James Ahlborn 181185dd28 minor tweaks 16 년 전
  James Ahlborn 2c480d7a1b continuing minor refactoring 16 년 전
  James Ahlborn 4bf77267a5 more minor refactoring 16 년 전
  James Ahlborn 7bc622cabb add support for optionally enabling big index support 16 년 전
  James Ahlborn 4458461f52 make unit tests work for either index type; minor refactoring 16 년 전
  James Ahlborn d52cf53037 move index pagetypes to the public type; some minor cleanup 16 년 전
  James Ahlborn 095e6cc549 flesh out some of the index page update operations 16 년 전
  James Ahlborn c262ce564f initial code for implementing read/write multi-page index support 16 년 전
  James Ahlborn a1603f47e3 refactor Index/SimpleIndex to move most of the add/remove entry handling logic back into Index 16 년 전
  James Ahlborn 12d9cde06f refactor Index/SimpleIndex to move most of the add/remove entry handling logic back into Index 16 년 전
  James Ahlborn 1e5bdaed82 refactor Index/SimpleIndex to move the Cursor handling back into Index 16 년 전
  James Ahlborn a85e7e333e add constants for movement booleans 16 년 전
  James Ahlborn ea664f7a7d clear nextPageNumber for held dataPage 16 년 전
  James Ahlborn 1830cdea4f more comment updates 16 년 전
  James Ahlborn fe834eda8d remove some old comments 16 년 전
  James Ahlborn a4aaeb3cba refactor Index into abstract base class with SimpleIndex implementation to allow for phased introduction of BigIndex support 16 년 전
  James Ahlborn b6276a1978 update FAQ 16 년 전
  James Ahlborn 89c87596a3 update FAQ 16 년 전
  James Ahlborn 4f8ad5e272 add ByteUtil.getUnsignedShort 16 년 전
  James Ahlborn 8c7485a0a1 no need to be inner class 16 년 전
  James Ahlborn 5ed6738629 better max size calculation 16 년 전
  James Ahlborn fc589ceff5 add issue number 16 년 전
  James Ahlborn ed1290ab68 redundant code 16 년 전
  James Ahlborn fefc08596f Need to store auto-number values back into row so that indexes can be 16 년 전
  James Ahlborn d0c37f811d update the bounds before updating the positions 16 년 전
  James Ahlborn 67acdb9068 truncate file before overwriting 16 년 전
  James Ahlborn 5293a761c4 prep for release 16 년 전
  James Ahlborn ca15878cc1 allow for TempBufferHolder which does not maintain reference (cleans up addRows) 16 년 전
  James Ahlborn d7da2f605b add TableBuilder utility 16 년 전
  James Ahlborn fbe33559bd add TableBuilder utility 16 년 전
  James Ahlborn 3a52141904 minor cleanups 16 년 전
  James Ahlborn 09ebeb5184 no need to sort entries, should already be sorted (but verify just to be paranoid) 16 년 전
  James Ahlborn 404056c33b clean up updating of the index uniqueEntryCount 16 년 전
  James Ahlborn 53b5bde042 remove unused import 16 년 전
  James Ahlborn 774f1c4cfe completely fix problems with sporadic usage map corruption; add some soft buffer caching in various places 16 년 전