summaryrefslogtreecommitdiff
path: root/bitbake/lib/bb/persist_data.py
AgeCommit message (Expand)AuthorFiles
2011-02-10persist_data: kill unreachable break lineChris Larson1
2011-02-10persist_data: loop on database lock for table creationChris Larson1
2011-01-05persist_data: resurrect the lock wait for selectsChris Larson1
2011-01-05Rework the persist_data APIChris Larson1
2011-01-05Revert "persist_data: cache connection and use cursor"Chris Larson1
2011-01-04persist_data: handle locked db for SELECTChris Larson1
2011-01-04Switch bitbake internals to use logging directly rather than bb.msgChris Larson1
2010-08-20bitbake/persist_data: Attempt to fix locking issuesRichard Purdie1
2010-07-02persist_data: cache connection and use cursorBernhard Reutner-Fischer1
2010-07-02Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson1
2010-07-02Switch some references to moved functionsChris Larson1
2010-07-02Formatting cleanupsChris Larson1
2009-07-30bitbake: Remove persist_data domain renaming code as it appears to expose sql...Richard Purdie1
2009-07-30bitbake: Make sure tables exist when renamingRichard Purdie1
2009-07-29bitbake: Add renameDomain and getKeyValues functions to the persistent data codeRichard Purdie1
2008-05-13bitbake: Sync with 1.8 branchRichard Purdie1
2008-01-20bitbake: Update to 1.8.10 releaseRichard Purdie1
2007-08-04bitbake persist_data: Fix for python 2.4Richard Purdie1
2007-08-04bitbake persist_data: Fix for python 2.4Richard Purdie1
2007-08-04bitbake persist_data: Fix module referenceRichard Purdie1
2007-08-04bitbake persist_data: Add own retry logicRichard Purdie1
2007-08-04bitbake persist_data: Use immediate connection modeRichard Purdie1
2007-08-03bitbake: Update along 1.8 branchRichard Purdie1