You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
James Ahlborn 4de28cb4f6 update javadocs, minor cleanups 7 years ago
..
impl Allow null values in foreign key fields when enforcing referential integrity. Fixes issue #136 8 years ago
query Fix missing column names in AppendQuery SQL strings. Fixes #131 8 years ago
util reorg a bunch of utility code into the TestUtil class 9 years ago
BigIndexTest.java more unit test speedups using in mem dbs 9 years ago
ComplexColumnTest.java minor cleanups 7 years ago
CursorBuilderTest.java relicense with Apache License 9 years ago
CursorTest.java more unit test speedups using in mem dbs 9 years ago
DatabaseTest.java update javadocs, minor cleanups 7 years ago
IndexTest.java add support for sharing backing index data across indexes during table creation 8 years ago
PropertiesTest.java reorg a bunch of utility code into the TestUtil class 9 years ago
RelationshipTest.java reorg a bunch of utility code into the TestUtil class 9 years ago
TableTest.java reorg a bunch of utility code into the TestUtil class 9 years ago
TableUpdaterTest.java expand unit tests 7 years ago
TestUtil.java Allow optional direct insert/update of autonumber values. This is disabled by default, but can be selectively enabled per-jvm (using system property), per-database, and per-table. fixes feature #32 9 years ago