~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/hardwaredb/doc/hwdb-device-tables.txt

  • Committer: Jeroen Vermeulen
  • Date: 2011-09-26 07:21:53 UTC
  • mfrom: (14031 devel)
  • mto: This revision was merged to the branch mainline in revision 14049.
  • Revision ID: jeroen.vermeulen@canonical.com-20110926072153-0lj7d2924rf5xpoc
Merge devel, resolve conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1110
1110
    >>> sata_controller.getSubmissions(owner=not_owner).count()
1111
1111
    0
1112
1112
 
 
1113
    >>> import transaction
 
1114
    >>> transaction.abort()
1113
1115
    >>> LaunchpadZopelessLayer.switchDbUser('hwdb-submission-processor')
1114
1116
 
1115
1117
HWDevice.drivers is the set of drivers that are associated via
1410
1412
    >>> print driver
1411
1413
    None
1412
1414
 
 
1415
    >>> transaction.abort()
1413
1416
    >>> LaunchpadZopelessLayer.switchDbUser('launchpad')
1414
1417
 
1415
1418
We can search all the submissions related to a driver.
1458
1461
    >>> driver.getSubmissions(owner=not_owner).count()
1459
1462
    0
1460
1463
 
 
1464
    >>> transaction.abort()
1461
1465
    >>> LaunchpadZopelessLayer.switchDbUser('hwdb-submission-processor')
1462
1466
 
1463
1467