1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-26 04:23:49 +03:00
Commit Graph

9 Commits

Author SHA1 Message Date
Derrell Lipman
1dd8650055 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.
2007-10-10 13:18:41 -05:00
Derrell Lipman
86ca8639e0 r7586: ldb_sqlite3 making progress. add and search have indicated a willingness to operate properly on initial testing 2007-10-10 13:18:11 -05:00
Derrell Lipman
797263330b r7498: ldb_sqlite3 work in progress 2007-10-10 13:18:00 -05:00
Derrell Lipman
d934c42b00 r7282: ldb_sqlite3 work in progress. 2007-10-10 13:17:36 -05:00
Derrell Lipman
a80bced0b9 r7276: - moved static tdb function ltdb_dn_fold() into common/ so that it can be
called from multiple backends.  (ldb_sqlite3 needs it too.)  Added parameter
  for a callback function that determines whether an attribute needs case
  folding.
- begin to prepare for sqlite3 in build process
- work-in-progress updates, on ldb_sqlite3
2007-10-10 13:17:35 -05:00
Derrell Lipman
676a982493 r7260: save current schema before I blow it away to try something different 2007-10-10 13:17:33 -05:00
Derrell Lipman
aa9bb6ad4c r7133: work in progress, including a HIGHLY revised and simplified schema 2007-10-10 13:17:20 -05:00
Derrell Lipman
c860a4f994 r7116: work in progress 2007-10-10 13:17:18 -05:00
Derrell Lipman
ac396a4a53 r6956: added start of ldb_sqlite3 work 2007-10-10 13:17:00 -05:00