summaryrefslogtreecommitdiffstats
path: root/test/src/java
Commit message (Expand)AuthorAgeFilesLines
...
* use readOnly dbs for unit testsJames Ahlborn2008-03-133-18/+22
* add unit tests (and fix some bugs) for ignoreNull and unique index handlingJames Ahlborn2008-03-113-20/+115
* add tests for the various supported index typesJames Ahlborn2008-03-101-0/+394
* formalize code for reading unsigned bytesJames Ahlborn2008-03-091-4/+4
* More fixes for index parsing. Believe index names are now correctlyJames Ahlborn2008-03-061-1/+41
* write javadoc for DataTypes; accept wider range of incomging values for some ...James Ahlborn2008-03-041-2/+5
* fix some compiler warningsJames Ahlborn2008-02-291-1/+0
* more index testingJames Ahlborn2008-02-291-0/+5
* do not store millis in date testJames Ahlborn2008-02-221-1/+6
* Resolve more edge cases around date handlingJames Ahlborn2008-01-241-7/+38
* add some more date testingJames Ahlborn2008-01-151-1/+40
* add openCopy utility methodJames Ahlborn2008-01-141-19/+23
* test cursorbuilderJames Ahlborn2007-12-052-1/+167
* add ids to savepoints in order to verify legitimacy of restore attemptsJames Ahlborn2007-12-041-0/+38
* fix file copyrightsJames Ahlborn2007-12-035-5/+130
* ditch builder-style methods on cursor impls, create CursorBuilder for simpler...James Ahlborn2007-12-031-4/+7
* more cursor testsJames Ahlborn2007-12-021-0/+45
* implement range-based, index cursorsJames Ahlborn2007-12-022-48/+203
* more minor tweaks and enhanced cursor testsJames Ahlborn2007-11-291-7/+53
* rename skip methods; minor code cleanupsJames Ahlborn2007-11-291-13/+19
* implement and test index based cursorJames Ahlborn2007-11-281-19/+154
* implement save/restore in Cursor; use during find callsJames Ahlborn2007-11-281-1/+8
* make usagemap cursor work similarly to Cursor; handle live additions and dele...James Ahlborn2007-11-261-0/+72
* further refactoring of table/cursor; initial iterator for index to allow for ...James Ahlborn2007-11-261-3/+19
* add some convenience methods for finding values in a tableJames Ahlborn2007-11-211-0/+5
* add reverse cursor traversalJames Ahlborn2007-11-211-4/+24
* Move table iteration out of Table and into Cursor. First stage inJames Ahlborn2007-11-202-3/+121
* change references between major data types; share common utility classes from...James Ahlborn2007-11-191-6/+24
* Update table row count correctly on row deletion or bulk row addition,James Ahlborn2007-11-172-9/+58
* Add experimental support for auto-number columns, feature requestJames Ahlborn2007-11-161-0/+75
* add support for writing large table definitions; move table definition code i...James Ahlborn2007-07-132-5/+41
* add flush method to Database; add unit test for new usage map functionalityJames Ahlborn2007-07-101-0/+27
* handle reading/writing numeric values which thing that they are fixed length ...James Ahlborn2007-06-051-0/+52
* when writing table definition, set things up so long variable length columns ...James Ahlborn2007-05-082-0/+40
* add unit test for new copyTable behaviorJames Ahlborn2006-11-132-7/+122
* implement multi-page long value writingJames Ahlborn2006-10-021-4/+53
* read index entries on demandJames Ahlborn2006-09-261-1/+3
* support reading 'compressed' indexes (fix 1563654)James Ahlborn2006-09-262-30/+50
* fix ordering of byte code comparatorJames Ahlborn2006-09-231-0/+96
* make byte[] printable when dumping tableJames Ahlborn2006-09-211-1/+12
* add ability to dump to writerJames Ahlborn2006-09-211-5/+19
* rework current row page tracking with RowStateJames Ahlborn2006-09-141-15/+16
* implement overflow row readingJames Ahlborn2006-09-131-0/+28
* refactor index entries to allow for fixing textual entries (not finished yet)James Ahlborn2006-09-131-2/+2
* clean up lots of cruft around datatypes; add more sanity checking on table cr...James Ahlborn2006-09-082-4/+90
* make database and table iterable; slight rearrangement of logic in getNextRowJames Ahlborn2006-08-041-8/+4
* add table debug methodsJames Ahlborn2006-08-041-0/+17
* add unit test for multi-page table defsJames Ahlborn2006-08-041-1/+7
* clean up reading/writing 3-byte ints; long value length is 3-bytes (fix bug 1...James Ahlborn2006-07-311-1/+1
* handle more tables with more idnex slots than actual indexes (fix bug 1530312)James Ahlborn2006-07-301-0/+17