summaryrefslogtreecommitdiffstats
path: root/lib/bb/persist_data.py
AgeCommit message (Expand)Author
2017-01-06prserv/persist_data/utils: Drop obsolete python2 importsRichard Purdie
2016-11-30bitbake: remove True option to getVar callsJoshua Lock
2016-08-11persist_data: Fix py3 update stack overflowRichard Purdie
2016-06-01bitbake: Convert to python 3Richard Purdie
2016-04-05persist_data: Return str instead of unicode for sqlite3 text queriesKlauer, Daniel
2014-05-03persist_data: Avoid fsync() callsRichard Purdie
2013-01-22persist_data: add get_by_pattern method to APIConstantin Musca
2012-02-16persist_data: survive if sqlite3 couldn't enable the shared cacheChristopher Larson
2012-01-19bitbake/persist_data: Reconnect when DB is lockedLianhao Lu
2011-11-27Update users of getVar/setVar to use the data store functions directlyRichard Purdie
2011-06-09persist_data: Add back code to retry in the case of locked database errorsRichard Purdie
2011-04-05persist_data: implement comparison, same as dictChris Larson
2011-04-05persist_data: make SQLTable a context managerChris Larson
2011-04-05persist_data: don't allow non-string keys/valuesChris Larson
2011-04-05persist_data: add has_keyChris Larson
2011-04-05persist_data: raise KeyError on missing elementsChris Larson
2011-03-16Initial work on getting bitbake working under pypyChris Larson
2011-02-11Enable some DeprecationWarningsChris Larson
2011-02-11persist_data: handle lock in sqlite and use the shared cacheChris Larson
2011-02-11persist_data: drop SQLData indirectionChris Larson
2011-02-11persist_data: use better items/values methods for SQLTableChris Larson
2011-02-08persist_data: kill unreachable break lineChris Larson
2011-02-08persist_data: loop on database lock for table creationChris Larson
2011-01-10persist_data: Don't loop forever waiting on database locksRichard Purdie
2010-12-23persist_data: unbork the resurrect of select lock waitChris Larson
2010-12-23persist_data: resurrect the lock wait for selectsChris Larson
2010-12-10Rework the persist_data APIChris Larson
2010-11-19Revert "persist_data: cache connection and use cursor"Chris Larson
2010-11-18persist_data: handle locked db for SELECTChris Larson
2010-09-03Switch bitbake internals to use logging directly rather than bb.msgChris Larson
2010-06-04persist_data: cache connection and use cursorBernhard Reutner-Fischer
2010-04-11Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson
2010-04-10Switch some references to moved functionsChris Larson
2010-04-09Formatting cleanupsChris Larson
2009-10-17Add a compare-versions command which returns whether the SRCREV versions have...Richard Purdie
2008-05-11Allow to store the PersistData in a PERSISTENT_DIR.Holger Hans Peter Freyther
2008-01-20persist_data.py: Add sqlite version checksRichard Purdie
2007-08-05persist_data: Retry if database locked, update MANIFESTRichard Purdie
2007-07-29persist_data.py: Try harder to import an sqlite package. Show how to change t...Richard Purdie
2007-07-29persist_data: Remove bogus testing codeRichard Purdie
2007-07-28Add persistent data store moduleRichard Purdie