boinc/py/Boinc
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
..
__init__.py
add_util.py *** empty log message *** 2007-02-02 20:14:18 +00:00
boinc_db.py *** empty log message *** 2004-11-08 06:20:36 +00:00
boinc_project_path.py - python scripts: fix bugs, restore latest version of "start" 2009-06-15 23:24:15 +00:00
boincxml.py svn path=/trunk/boinc/; revision=18840 2009-08-13 18:22:40 +00:00
configxml.py
database.py - server: various changes; 2010-03-29 22:28:20 +00:00
db_base.py - python DB layer: fields with values None or '' 2010-11-03 18:25:24 +00:00
db_mid.py *** empty log message *** 2007-02-02 20:14:18 +00:00
projectxml.py - back-end stuff to support Python MW (from Adam Kornafeld) 2008-07-25 22:13:41 +00:00
sched_messages.py
setup_project.py - admin: fix bug with "upgrade --server_only". 2010-08-11 20:08:13 +00:00
tools.py - update_versions: if file is already in download dir, 2010-03-03 23:52:20 +00:00
util.py
version.py.in