summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/ldb_sqlite3/schema
AgeCommit message (Collapse)AuthorFilesLines
2008-08-18Remove references to the unused @SUBCLASS feature.Andrew Bartlett1-35/+0
This was removed from ldb_tdb a while ago Andrew Bartlett (This used to be commit fcb87e77860b449ac3483ccec5e6b5ed087540f2)
2007-10-10r7828: Although there is still plenty to do, ldb_sqlite3 now passes the set ↵Derrell Lipman1-95/+272
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. (This used to be commit 1dd865005594671e7effe06fb088fa97fa08de0b)
2007-10-10r7586: ldb_sqlite3 making progress. add and search have indicated a ↵Derrell Lipman1-149/+2
willingness to operate properly on initial testing (This used to be commit 86ca8639e0ddc2525f8ed0ca9879d9f98c0cd00e)
2007-10-10r7498: ldb_sqlite3 work in progressDerrell Lipman1-5/+14
(This used to be commit 797263330b9eada019e432ff201bf5c872e35b5d)
2007-10-10r7282: ldb_sqlite3 work in progress.Derrell Lipman1-2/+2
(This used to be commit d934c42b00b68e8f4ac9d0583ac307818aeb494f)
2007-10-10r7276: - moved static tdb function ltdb_dn_fold() into common/ so that it can beDerrell Lipman1-123/+84
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 (This used to be commit a80bced0b96ffb655559a43cf7f4d7a34deb5a7d)
2007-10-10r7260: save current schema before I blow it away to try something differentDerrell Lipman1-14/+14
(This used to be commit 676a9824934576056208d30ce34716cfb734ce58)
2007-10-10r7133: work in progress, including a HIGHLY revised and simplified schemaDerrell Lipman1-128/+249
(This used to be commit aa9bb6ad4cb7219a80a6589d406e47a15ac2c3a1)
2007-10-10r7116: work in progressDerrell Lipman1-2/+4
(This used to be commit c860a4f9940c04021ecc859240c5f35c3d1c4bed)
2007-10-10r6956: added start of ldb_sqlite3 workDerrell Lipman1-0/+240
(This used to be commit ac396a4a53756f40ad5e1d45ca23e002f9c649e7)