Change HWDriver.package_name=null to HWDriver.package_name=''

Bug #369771 reported by Abel Deuring
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Launchpad itself
Won't Fix
Low
Unassigned

Bug Description

(1) We create no longer new HWDriver records where package_name is None. (bug 369769)
(2) When a fix for (1) has landed, we can fix existing HWDriver records:
   UPDATE HWDriver SET package_name='' where package_name=null (this bug)
(3) add a database constraint disallowing package_name=null (bug 369773)
(4) update HWDriverSet.search()

Tags: lp-bugs
Abel Deuring (adeuring)
Changed in malone:
assignee: nobody → Abel Deuring (adeuring)
importance: Undecided → Medium
status: New → Triaged
description: updated
Curtis Hovey (sinzui)
Changed in launchpad:
assignee: Abel Deuring (adeuring) → nobody
importance: Medium → Low
Revision history for this message
Colin Watson (cjwatson) wrote :

We've removed the hardware database, so this is no longer applicable.

Changed in launchpad:
status: Triaged → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.