summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* add ByteUtil.getUnsignedShortJames Ahlborn2008-03-312-6/+35
* no need to be inner classJames Ahlborn2008-03-261-1/+1
* better max size calculationJames Ahlborn2008-03-251-5/+6
* add issue numberJames Ahlborn2008-03-251-1/+1
* redundant codeJames Ahlborn2008-03-241-1/+0
* Need to store auto-number values back into row so that indexes can beJames Ahlborn2008-03-243-26/+69
* update the bounds before updating the positionsJames Ahlborn2008-03-241-4/+3
* truncate file before overwritingJames Ahlborn2008-03-211-0/+1
* prep for releaseJames Ahlborn2008-03-211-6/+6
* allow for TempBufferHolder which does not maintain reference (cleans up addRows)James Ahlborn2008-03-215-39/+91
* add TableBuilder utilityJames Ahlborn2008-03-201-10/+12
* add TableBuilder utilityJames Ahlborn2008-03-202-0/+48
* minor cleanupsJames Ahlborn2008-03-192-4/+2
* no need to sort entries, should already be sorted (but verify just to be para...James Ahlborn2008-03-181-8/+12
* clean up updating of the index uniqueEntryCountJames Ahlborn2008-03-182-21/+33
* remove unused importJames Ahlborn2008-03-181-1/+0
* completely fix problems with sporadic usage map corruption; add some soft buf...James Ahlborn2008-03-188-113/+264
* add some notes on unique indexesJames Ahlborn2008-03-171-3/+18
* no need to use maxColCount and colNumber when storing row resultsJames Ahlborn2008-03-154-27/+21
* refactor some common code for encoding/decoding uncompressed stringsJames Ahlborn2008-03-152-44/+75
* add ColumnBuilder utility for simplifying table constructionJames Ahlborn2008-03-152-5/+141
* unused importJames Ahlborn2008-03-141-1/+0
* add method for checking names against reserved words setJames Ahlborn2008-03-141-2/+9
* fix creation of tables with auto-number columnsJames Ahlborn2008-03-142-1/+28
* restrict new tables to only one autonumber columnJames Ahlborn2008-03-141-2/+7
* tweak column displayJames Ahlborn2008-03-141-1/+6
* always return relationships in same order regardless of table parameter order...James Ahlborn2008-03-131-2/+12
* add toStringJames Ahlborn2008-03-121-0/+13
* add support for reading table relationships; minor refactor of table creation...James Ahlborn2008-03-116-105/+408
* add method for creating Iterable given specific column namesJames Ahlborn2008-03-111-0/+16
* add unit tests (and fix some bugs) for ignoreNull and unique index handlingJames Ahlborn2008-03-114-60/+67
* add convenience method for converting a rowMap to an array of row valuesJames Ahlborn2008-03-101-0/+15
* make sure database file fits expected criteriaJames Ahlborn2008-03-101-0/+6
* add additional diagnostic info on failuresJames Ahlborn2008-03-101-1/+2
* update FAQ with info on extended charset support in text indexesJames Ahlborn2008-03-101-8/+11