summaryrefslogtreecommitdiffstats
path: root/src/java/com
Commit message (Expand)AuthorAgeFilesLines
* Need to store auto-number values back into row so that indexes can beJames Ahlborn2008-03-242-26/+63
* update the bounds before updating the positionsJames Ahlborn2008-03-241-4/+3
* truncate file before overwritingJames Ahlborn2008-03-211-0/+1
* allow for TempBufferHolder which does not maintain reference (cleans up addRows)James Ahlborn2008-03-215-39/+91
* add TableBuilder utilityJames Ahlborn2008-03-201-0/+44
* 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-187-113/+257
* 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-141-1/+25
* 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-115-105/+405
* 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
* modify Index update support so that it honors the unique and ignoreNulls prop...James Ahlborn2008-03-102-53/+113
* formalize code for reading unsigned bytesJames Ahlborn2008-03-094-18/+61
* limit text index length; fix unprintable offset writingJames Ahlborn2008-03-082-8/+18
* more fixes for index writingJames Ahlborn2008-03-082-67/+165
* Fix bug caused by sign extension when reading single-byte row numbers; fix so...James Ahlborn2008-03-075-10/+16
* Simplify comparison algorithms for RowId and Index.Entry using type attribute...James Ahlborn2008-03-073-166/+561
* fix toString for EntryJames Ahlborn2008-03-061-10/+8
* More fixes for index parsing. Believe index names are now correctlyJames Ahlborn2008-03-069-633/+695
* write javadoc for DataTypes; accept wider range of incomging values for some ...James Ahlborn2008-03-042-12/+108
* cleanup variety of compiler warningsJames Ahlborn2008-03-0310-39/+33
* fix some compiler warningsJames Ahlborn2008-02-291-15/+10
* default to true for new entriesJames Ahlborn2008-02-291-2/+1
* skip unhandled index bytes for nowJames Ahlborn2008-02-291-0/+4
* better handling of index entry compression; validate index entry length readingJames Ahlborn2008-02-291-63/+130
* better toStringJames Ahlborn2008-02-291-1/+2
* tweak date handling math to reduce rounding issuesJames Ahlborn2008-02-221-12/+12
* use same date for create/update timeJames Ahlborn2008-02-221-1/+2
* user userIds from the file if possible when generating new table access contr...James Ahlborn2008-02-221-23/+67
* do not inline memo/ole fields longer than 64 bytes (fix #1899076)James Ahlborn2008-02-212-1/+7
* pass along Object[], not String[]James Ahlborn2008-02-211-1/+1
* update rowCount in common methodJames Ahlborn2008-02-211-5/+4
* Resolve more edge cases around date handlingJames Ahlborn2008-01-241-19/+23
* support reading inline usage maps with more than 512 pagesJames Ahlborn2008-01-171-12/+34