r7828: Although there is still plenty to do, ldb_sqlite3 now passes the set of tests
authorDerrell Lipman <derrell@samba.org>
Wed, 22 Jun 2005 02:39:07 +0000 (02:39 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:18:41 +0000 (13:18 -0500)
commit1dd865005594671e7effe06fb088fa97fa08de0b
treebd2016b897365ddd196abb5e12577dac04fd6e85
parentc19d5706f4fa760415b727b970bc99e7f1abd064
r7828: Although there is still plenty to do, ldb_sqlite3 now passes the set of tests
in tests/test-sqlite3.sh (tests/test-generic.sh).

There are lots of optimizations still TBD, and some things are REALLY slow
right now (e.g. each add() operation takes 1/3 - 1/2 second) but it's ready for
interested parties to poke it and prod it and see how (un)reasonable it is.
Play away.

Still to be implemented or improved:
 - tdb specials (@MODULES, @SUBCLASSES, etc.)
 - all DNs are case-folded in their entirty right now (since doing otherwise
   would require @ATTRIBUTES to be implemented)
 - speed improvements and optimizations.  I am quite confident that the
   excessively slow add() operation can be much improved, and other areas
   can be somewhat improved.
source/lib/ldb/common/ldb.c
source/lib/ldb/include/ldb.h
source/lib/ldb/ldb_sqlite3/base160.c
source/lib/ldb/ldb_sqlite3/ldb_sqlite3.c
source/lib/ldb/ldb_sqlite3/ldb_sqlite3.h
source/lib/ldb/ldb_sqlite3/schema
source/lib/ldb/tests/test-sqlite3.sh
source/lib/ldb/tools/ldbtest.c