Commit Graph

8 Commits

Author SHA1 Message Date
David Anderson e97a9177d3 - python DB layer: fields with values None or ''
where being omitted from query strings.
    This is incorrect.
    For example, suppose you have an app version with nonempty plan_class,
    then you try to add a version with no plan class.
    The query would omit the "and plan_class = ''"
    so it would match the existing app version and not add a new version.
    Reported by Rytis.
    Hopefully this won't break anything.


svn path=/trunk/boinc/; revision=22616
2010-11-03 18:25:24 +00:00
David Anderson cb0c57c590 - python DB code: add clear cache method, and fix equality crash
(from Jeremy Cowles)

svn path=/trunk/boinc/; revision=18258
2009-06-02 04:07:53 +00:00
Karl Chen ae7f3bfe1a *** empty log message ***
svn path=/trunk/boinc/; revision=4669
2004-11-27 09:43:05 +00:00
David Anderson 32d00f3595 *** empty log message ***
svn path=/trunk/boinc/; revision=4303
2004-10-08 00:16:33 +00:00
Karl Chen cd8e9396a7 xadd stuff
svn path=/trunk/boinc/; revision=2867
2004-01-13 06:51:19 +00:00
Karl Chen 76af0255bc *** empty log message ***
svn path=/trunk/boinc/; revision=2498
2003-10-17 09:07:08 +00:00
Karl Chen 1036bdca4b *** empty log message ***
svn path=/trunk/boinc/; revision=2497
2003-10-17 09:05:31 +00:00
Karl Chen 4749dca86e *** empty log message ***
svn path=/trunk/boinc/; revision=2496
2003-10-17 09:04:13 +00:00