Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services/datastore/datastore.py
Commit message (Expand)AuthorAgeFilesLines
* Order journal entries and fix filtering.Tomeu Vizoso2007-03-051-2/+15
* Added object update to the datastore.Tomeu Vizoso2007-03-041-32/+7
* Hack Dan's DataStore for doing what we need for 6th March demo.Tomeu Vizoso2007-03-021-55/+41
* Stop sqlite3.decoding the data from the db.Tomeu Vizoso2007-03-011-1/+1
* Clue dbus-python into the return type of get_data()Dan Williams2007-03-011-1/+1
* Use sqlite3.Row in the datastore.Tomeu Vizoso2007-03-011-0/+1
* Use cursor parameters instead of SQL injection.Tomeu Vizoso2007-03-011-20/+21
* Update data store to new dbus-python bindings API and sqlite3Dan Williams2007-03-011-28/+28
* Add activity objects to the data storeDan Williams2006-12-201-5/+48
* datastore fixesDan Williams2006-12-111-23/+30
* don't allow blank property values in find(); handle property deletionDan Williams2006-12-111-5/+11
* Add a simple prototype data storeDan Williams2006-12-111-0/+333