Actions
Bug #297
closedNULL values in operatingsystem.minor break helper function in lib/family.rb
Description
If operatingsystem.minor is null, the helper functions that run gsub on it in lib/family.rb die. Simple migration patch that changes the column definition to match major attached.
Files
Updated by Ohad Levy over 14 years ago
- Target version set to 0.1-5
this breaks the fact importer (rake test), I'll investigate further
SQLite3::SQLException: operatingsystems.minor may not be NULL: INSERT INTO "operatingsystems" ("name", "family_id", "created_at", "updated_at", "nameindicator", "major", "release_name", "minor") VALUES('RedHat', NULL, '2010-06-02 02:49:08', '2010-06-02 02:49:08', NULL, '4', NULL, NULL)
Updated by Ohad Levy over 14 years ago
- Status changed from New to Assigned
- Assignee set to Ohad Levy
Updated by Frank Sweetser over 14 years ago
- Status changed from Assigned to Ready For Testing
- % Done changed from 0 to 100
Applied in changeset 51252890503840cffcbd82cd82dabc1a61c353d2.
Updated by Ohad Levy over 14 years ago
- Status changed from Ready For Testing to Closed
Actions