summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/persist_data.py
AgeCommit message (Expand)Author
2019-06-19bitbake: bitbake: Drop duplicate license boilerplace textRichard Purdie
2019-06-19bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie
2019-01-08bitbake: bitbake: persist_data: Fix Locking Protocol ErrorJoshua Watt
2018-12-08bitbake: bitbake: persist_data: Retry database setupJoshua Watt
2018-12-07bitbake: persist_data: Disable enable_shared_cacheJoshua Watt
2018-12-07bitbake: persist_data: Enable Write Ahead LogJoshua Watt
2018-12-07bitbake: persist_data: Add key constraintsJoshua Watt
2018-12-07bitbake: persist_data: Fix leaking cursors causing deadlockJoshua Watt
2017-01-09bitbake: prserv/persist_data/utils: Drop obsolete python2 importsRichard Purdie
2016-11-30bitbake: bitbake: remove True option to getVar callsJoshua Lock
2016-08-11bitbake: persist_data: Fix py3 update stack overflowRichard Purdie
2016-06-02bitbake: bitbake: Convert to python 3Richard Purdie
2016-04-06bitbake: persist_data: Return str instead of unicode for sqlite3 text queriesKlauer, Daniel
2014-05-03bitbake: persist_data: Avoid fsync() callsRichard Purdie
2013-01-22bitbake: persist_data: add get_by_pattern method to APIConstantin Musca
2012-02-22persist_data: survive if sqlite3 couldn't enable the shared cacheChristopher Larson
2012-01-19bitbake/persist_data: Reconnect when DB is lockedLianhao Lu
2011-11-27bitbake: Update users of getVar/setVar to use the data store functions directlyRichard Purdie
2011-05-06bitbake/persist_data: Sync file with upstream bitbakeRichard Purdie
2011-05-06persist_data: implement comparison, same as dictChris Larson
2011-05-06persist_data: don't allow non-string keys/valuesChris Larson
2011-05-06persist_data: add has_keyChris Larson
2011-05-06persist_data: raise KeyError on missing elementsChris Larson
2011-05-06Initial work on getting bitbake working under pypyChris Larson
2011-02-10persist_data: kill unreachable break lineChris Larson
2011-02-10persist_data: loop on database lock for table creationChris Larson
2011-01-05persist_data: resurrect the lock wait for selectsChris Larson
2011-01-05Rework the persist_data APIChris Larson
2011-01-05Revert "persist_data: cache connection and use cursor"Chris Larson
2011-01-04persist_data: handle locked db for SELECTChris Larson
2011-01-04Switch bitbake internals to use logging directly rather than bb.msgChris Larson
2010-08-20bitbake/persist_data: Attempt to fix locking issuesRichard Purdie
2010-07-02persist_data: cache connection and use cursorBernhard Reutner-Fischer
2010-07-02Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson
2010-07-02Switch some references to moved functionsChris Larson
2010-07-02Formatting cleanupsChris Larson
2009-07-30bitbake: Remove persist_data domain renaming code as it appears to expose sql...Richard Purdie
2009-07-30bitbake: Make sure tables exist when renamingRichard Purdie
2009-07-29bitbake: Add renameDomain and getKeyValues functions to the persistent data codeRichard Purdie
2008-05-13bitbake: Sync with 1.8 branchRichard Purdie
2008-01-20bitbake: Update to 1.8.10 releaseRichard Purdie
2007-08-04bitbake persist_data: Fix for python 2.4Richard Purdie
2007-08-04bitbake persist_data: Fix for python 2.4Richard Purdie
2007-08-04bitbake persist_data: Fix module referenceRichard Purdie
2007-08-04bitbake persist_data: Add own retry logicRichard Purdie
2007-08-04bitbake persist_data: Use immediate connection modeRichard Purdie
2007-08-03bitbake: Update along 1.8 branchRichard Purdie