aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* modify Index update support so that it honors the unique and ignoreNulls prop...James Ahlborn2008-03-103-53/+117
* 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-076-10/+19
* Simplify comparison algorithms for RowId and Index.Entry using type attribute...James Ahlborn2008-03-074-166/+569
* fix toString for EntryJames Ahlborn2008-03-061-10/+8
* More fixes for index parsing. Believe index names are now correctlyJames Ahlborn2008-03-0610-633/+701
* 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
* faq got dropped from main menuJames Ahlborn2008-03-031-0/+1
* add faq entry on internationl chars in indexesJames Ahlborn2008-03-031-5/+34
* 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
* prep for releaseJames Ahlborn2008-02-271-1/+1
* 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-222-23/+72
* do not inline memo/ole fields longer than 64 bytes (fix #1899076)James Ahlborn2008-02-213-1/+11
* 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-242-19/+28
* prep for releaseJames Ahlborn2008-01-211-1/+1
* support reading inline usage maps with more than 512 pagesJames Ahlborn2008-01-172-12/+37
* fix some problems with sporadic usage map corruptionJames Ahlborn2008-01-172-9/+12
* fix some commentsJames Ahlborn2008-01-171-7/+8
* check for max database size when adding pagesJames Ahlborn2008-01-142-0/+12
* use source instead of pre tagJames Ahlborn2008-01-101-2/+0
* use source instead of pre tagJames Ahlborn2008-01-101-5/+5
* using subversion nowJames Ahlborn2008-01-091-0/+5
* add some links to related projectsJames Ahlborn2008-01-091-0/+14
* oops update changelogJames Ahlborn2007-12-261-1/+1
* fix site to work with inheritanceJames Ahlborn2007-12-261-14/+0
* update changelogJames Ahlborn2007-12-061-1/+6
* test cursorbuilderJames Ahlborn2007-12-053-13/+23
* add ids to savepoints in order to verify legitimacy of restore attemptsJames Ahlborn2007-12-041-9/+63
* fix file copyrightsJames Ahlborn2007-12-036-6/+156
* ditch builder-style methods on cursor impls, create CursorBuilder for simpler...James Ahlborn2007-12-035-49/+281