397 Commits (e90cf92fe263777dac361e2fdf6f32cf05dbb7e4)

Author SHA1 Message Date
  James Ahlborn 324e51c4af prep for release 15 years ago
  James Ahlborn 4ee04fea44 Fix simple index handling of tail index pages (2043499) 16 years ago
  James Ahlborn 19f784490c add utility methods for getting size/scale/precision within valid range for a given type 16 years ago
  James Ahlborn 7094a4d9b6 fix doc issue #2035207 16 years ago
  James Ahlborn 76d89cc4fc prep for release 16 years ago
  James Ahlborn 4af4fe4451 Add compression code for possible future use; add compression unit 16 years ago
  James Ahlborn d1359adfbf Add primitive support for writing unicode compressed text columns. 16 years ago
  James Ahlborn 050db7f0f7 minor cleanups 16 years ago
  James Ahlborn 7afa998954 Share out-of-line long value pages in order to generate more compact database files 16 years ago
  James Ahlborn 16d611821a Add some more limit checking into table creation based on what access supports (max rows per table, max identifier lengths). 16 years ago
  James Ahlborn 030b110901 Better column type translation for very large MEMO/OLE types in the Database.copyTable logic 16 years ago
  James Ahlborn 9541bb51bb better account for memo space usage 16 years ago
  James Ahlborn 48404ab2d6 Reserve minimum space for memo/ole fields so that greedy inline row usage does not cause spurious write failures for wide tables. 16 years ago
  James Ahlborn 3fa38f75cc prep for release 16 years ago
  James Ahlborn f6d431d8d2 Reduce maximum row size to what Access considers valid. 16 years ago
  James Ahlborn 0ec5b19a9f Fix writing of large memo/ole fields. Apparently Access does not like 16 years ago
  James Ahlborn 0a36276507 additional convenience methods 16 years ago
  James Ahlborn f139d35a9c prep for release 16 years ago
  James Ahlborn d94612ec0d add comments 16 years ago
  James Ahlborn 78ace51889 fix copyrights 16 years ago
  James Ahlborn b999f8502f cleanup unused param 16 years ago
  James Ahlborn 27f7855db1 implement page deallocation; fix some issues in global usage map handling 16 years ago
  James Ahlborn d2d14fe7ee update unit tests to cover more of big index code; fix tail promotion/demotion 16 years ago
  James Ahlborn e59184ffac enhance some exception messages 16 years ago
  James Ahlborn b530c3d58a minor javadoc fixes 16 years ago
  James Ahlborn 15465c0260 fix tail demotion 16 years ago
  James Ahlborn 306960844b oops was not updating entry size 16 years ago
  James Ahlborn 6f9ccc356d more big index tests; minor bug fix 16 years ago
  James Ahlborn 6845efc53c tweak max size 16 years ago
  James Ahlborn f340f01a63 minor code cleanups 16 years ago
  James Ahlborn fa480ea0c4 ugly typo 16 years ago
  James Ahlborn 1069360cde add some documentation on large index support (#1564870) 16 years ago
  James Ahlborn 55592e3b49 fix access compatibility issue with writing small rows, limit data pages to 256 rows (#1942330) 16 years ago
  James Ahlborn d28f9864b9 ditch some extraneous casts 16 years ago
  James Ahlborn 6a5928f754 clean up big index handling; get unit tests passing 16 years ago
  James Ahlborn a341781aa4 put entry validation inline with entry reading 16 years ago
  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 years ago
  James Ahlborn 7d405b6f8e tweak tostring 16 years ago
  James Ahlborn 6af3a8bd60 tweak tostring 16 years ago
  James Ahlborn 4a3fcb78f1 add code to dump page cache to string 16 years ago
  James Ahlborn a384c7f87e initial (untested) code which supports page splitting 16 years ago
  James Ahlborn 181185dd28 minor tweaks 16 years ago
  James Ahlborn 2c480d7a1b continuing minor refactoring 16 years ago
  James Ahlborn 4bf77267a5 more minor refactoring 16 years ago
  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