summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* use join syntax closer to accessJames Ahlborn2009-05-291-3/+3
* add some more query read testsJames Ahlborn2009-05-282-6/+29
* add initial test for reading queries; add support for multicolumn joinsJames Ahlborn2009-05-283-6/+56
* add some more query testsJames Ahlborn2008-11-122-5/+284
* initial work towards supporting reading/formatting access queriesJames Ahlborn2008-11-101-0/+184
* Add ErrorHandler utility for customizing error handling during rowJames Ahlborn2008-11-083-2/+189
* Add Database.getSystemTable method for accessing system tablesJames Ahlborn2008-10-231-0/+15
* Add RowFilter contributed by Patricia DonaldsonJames Ahlborn2008-10-213-8/+112
* Add compression code for possible future use; add compression unitJames Ahlborn2008-07-222-0/+621
* Add primitive support for writing unicode compressed text columns.James Ahlborn2008-07-221-25/+110
* Share out-of-line long value pages in order to generate more compact database...James Ahlborn2008-07-201-11/+59
* Better column type translation for very large MEMO/OLE types in the Database....James Ahlborn2008-07-181-1/+7
* Reserve minimum space for memo/ole fields so that greedy inline row usage doe...James Ahlborn2008-07-171-0/+26
* add some prefix compressionJames Ahlborn2008-04-291-1/+1
* test batch updates and null entriesJames Ahlborn2008-04-291-12/+30
* fix bigindex property handling in unit testsJames Ahlborn2008-04-281-1/+4
* update unit tests to cover more of big index code; fix tail promotion/demotionJames Ahlborn2008-04-221-19/+11
* fix tail demotionJames Ahlborn2008-04-191-1/+21
* more big index tests; minor bug fixJames Ahlborn2008-04-172-30/+47
* clean up big index handling; get unit tests passingJames Ahlborn2008-04-151-11/+14
* complete rework of large index support after realizing that my understanding ...James Ahlborn2008-04-141-16/+95
* allow autoflush to be modified for testsJames Ahlborn2008-04-131-3/+5
* initial (untested) code which supports page splittingJames Ahlborn2008-04-102-3/+95
* minor tweaksJames Ahlborn2008-04-101-12/+3
* add support for optionally enabling big index supportJames Ahlborn2008-04-071-0/+1
* make unit tests work for either index type; minor refactoringJames Ahlborn2008-04-071-2/+8
* more comment updatesJames Ahlborn2008-04-011-1/+1
* Need to store auto-number values back into row so that indexes can beJames Ahlborn2008-03-242-5/+20
* add TableBuilder utilityJames Ahlborn2008-03-203-76/+67
* add test for uniqueEntryCount updatesJames Ahlborn2008-03-191-1/+54
* completely fix problems with sporadic usage map corruption; add some soft buf...James Ahlborn2008-03-181-1/+2
* be little lenient in date assertions due to double roundingJames Ahlborn2008-03-181-6/+17
* add ColumnBuilder utility for simplifying table constructionJames Ahlborn2008-03-153-130/+36
* remove extraneous propertiesJames Ahlborn2008-03-131-0/+0
* always return relationships in same order regardless of table parameter order...James Ahlborn2008-03-131-0/+105
* 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-114-20/+115
* add tests for multi-column indexesJames Ahlborn2008-03-101-0/+0
* add tests for the various supported index typesJames Ahlborn2008-03-102-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