libdb/test/sql
2011-09-13 13:44:24 -04:00
..
bdb-test.sh Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
bdb_deadlock.test Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
bdb_dupset.test Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
bdb_excl.test Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
bdb_exclusive.test Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
bdb_inmem_memleak.test Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
bdb_logsize.test Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
bdb_mvcc.test Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
bdb_persistent_pragma.test Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
bdb_pragmas.test Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
bdb_rdonly.test Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
bdb_replication.test Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
bdb_sequence.test Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
bdb_sql.test Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
bdb_util.tcl Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
bdb_vacuum.test Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
README Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00

/*-
 * See the file LICENSE for redistribution information.
 *
 * Copyright (c) 2010 Oracle and/or its affiliates.  All rights reserved.
 */
This directory contains any test cases and scripts created by the Oracle
Berkeley DB team for testing the Berkeley DB SQL interface.

The bulk of testing is handled by the SQLite Tcl test suite, which can be
found in:
lang/sql/sqlite/test

The subset of the test officially supported by Berkeley DB SQL can be run
using the bdb-test.sh script in this directory.