summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Add some more limit checking into table creation based on what access support...James Ahlborn2008-07-194-5/+63
* Better column type translation for very large MEMO/OLE types in the Database....James Ahlborn2008-07-182-2/+8
* better account for memo space usageJames Ahlborn2008-07-181-0/+5
* Reserve minimum space for memo/ole fields so that greedy inline row usage doe...James Ahlborn2008-07-172-1/+17
* prep for releaseJames Ahlborn2008-06-281-1/+1
* Reduce maximum row size to what Access considers valid.James Ahlborn2008-06-243-5/+11
* Fix writing of large memo/ole fields. Apparently Access does not likeJames Ahlborn2008-06-213-4/+13
* additional convenience methodsJames Ahlborn2008-06-211-0/+7
* prep for releaseJames Ahlborn2008-04-292-3/+3
* add commentsJames Ahlborn2008-04-291-25/+245
* fix copyrightsJames Ahlborn2008-04-294-4/+104
* cleanup unused paramJames Ahlborn2008-04-291-5/+2
* implement page deallocation; fix some issues in global usage map handlingJames Ahlborn2008-04-222-26/+75
* update unit tests to cover more of big index code; fix tail promotion/demotionJames Ahlborn2008-04-222-62/+53
* enhance some exception messagesJames Ahlborn2008-04-221-4/+8
* minor javadoc fixesJames Ahlborn2008-04-223-3/+3
* fix tail demotionJames Ahlborn2008-04-191-13/+32
* oops was not updating entry sizeJames Ahlborn2008-04-191-1/+4
* more big index tests; minor bug fixJames Ahlborn2008-04-171-0/+21
* tweak max sizeJames Ahlborn2008-04-171-1/+1
* minor code cleanupsJames Ahlborn2008-04-161-8/+6
* ugly typoJames Ahlborn2008-04-161-1/+1
* add some documentation on large index support (#1564870)James Ahlborn2008-04-164-2/+34
* fix access compatibility issue with writing small rows, limit data pages to 2...James Ahlborn2008-04-163-12/+12
* ditch some extraneous castsJames Ahlborn2008-04-161-2/+2
* clean up big index handling; get unit tests passingJames Ahlborn2008-04-153-45/+168
* put entry validation inline with entry readingJames Ahlborn2008-04-151-11/+9
* complete rework of large index support after realizing that my understanding ...James Ahlborn2008-04-141-270/+300
* tweak tostringJames Ahlborn2008-04-141-2/+4
* tweak tostringJames Ahlborn2008-04-141-1/+4
* add code to dump page cache to stringJames Ahlborn2008-04-102-1/+37
* initial (untested) code which supports page splittingJames Ahlborn2008-04-101-18/+237
* minor tweaksJames Ahlborn2008-04-101-0/+3
* continuing minor refactoringJames Ahlborn2008-04-081-30/+51
* more minor refactoringJames Ahlborn2008-04-082-41/+108
* add support for optionally enabling big index supportJames Ahlborn2008-04-072-10/+72
* make unit tests work for either index type; minor refactoringJames Ahlborn2008-04-071-75/+90
* move index pagetypes to the public type; some minor cleanupJames Ahlborn2008-04-072-17/+28
* flesh out some of the index page update operationsJames Ahlborn2008-04-062-57/+168
* initial code for implementing read/write multi-page index supportJames Ahlborn2008-04-064-13/+763
* refactor Index/SimpleIndex to move most of the add/remove entry handling logi...James Ahlborn2008-04-051-3/+0
* refactor Index/SimpleIndex to move most of the add/remove entry handling logi...James Ahlborn2008-04-052-126/+133
* refactor Index/SimpleIndex to move the Cursor handling back into IndexJames Ahlborn2008-04-052-281/+332
* add constants for movement booleansJames Ahlborn2008-04-052-19/+25
* clear nextPageNumber for held dataPageJames Ahlborn2008-04-031-2/+6
* more comment updatesJames Ahlborn2008-04-014-4/+4
* remove some old commentsJames Ahlborn2008-04-011-11/+0
* refactor Index into abstract base class with SimpleIndex implementation to al...James Ahlborn2008-04-014-533/+971
* update FAQJames Ahlborn2008-03-311-1/+1
* update FAQJames Ahlborn2008-03-311-6/+6