summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/ldb_sqlite3/schema
Commit message (Collapse)AuthorAgeFilesLines
* ldb: make ldb a top level library for Samba 4.0Andrew Bartlett2011-07-051-328/+0
| | | | Signed-off-by: Andrew Tridgell <tridge@samba.org>
* Remove references to the unused @SUBCLASS feature.Andrew Bartlett2008-08-181-35/+0
| | | | | | | This was removed from ldb_tdb a while ago Andrew Bartlett (This used to be commit fcb87e77860b449ac3483ccec5e6b5ed087540f2)
* r7828: Although there is still plenty to do, ldb_sqlite3 now passes the set ↵Derrell Lipman2007-10-101-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)
* r7586: ldb_sqlite3 making progress. add and search have indicated a ↵Derrell Lipman2007-10-101-149/+2
| | | | | | willingness to operate properly on initial testing (This used to be commit 86ca8639e0ddc2525f8ed0ca9879d9f98c0cd00e)
* r7498: ldb_sqlite3 work in progressDerrell Lipman2007-10-101-5/+14
| | | | (This used to be commit 797263330b9eada019e432ff201bf5c872e35b5d)
* r7282: ldb_sqlite3 work in progress.Derrell Lipman2007-10-101-2/+2
| | | | (This used to be commit d934c42b00b68e8f4ac9d0583ac307818aeb494f)
* r7276: - moved static tdb function ltdb_dn_fold() into common/ so that it can beDerrell Lipman2007-10-101-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)
* r7260: save current schema before I blow it away to try something differentDerrell Lipman2007-10-101-14/+14
| | | | (This used to be commit 676a9824934576056208d30ce34716cfb734ce58)
* r7133: work in progress, including a HIGHLY revised and simplified schemaDerrell Lipman2007-10-101-128/+249
| | | | (This used to be commit aa9bb6ad4cb7219a80a6589d406e47a15ac2c3a1)
* r7116: work in progressDerrell Lipman2007-10-101-2/+4
| | | | (This used to be commit c860a4f9940c04021ecc859240c5f35c3d1c4bed)
* r6956: added start of ldb_sqlite3 workDerrell Lipman2007-10-101-0/+240
(This used to be commit ac396a4a53756f40ad5e1d45ca23e002f9c649e7)