Closed (fixed)
Project:
Webform
Version:
6.x-2.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Nov 2008 at 04:45 UTC
Updated:
17 Nov 2008 at 17:12 UTC
Table webform_submitted_data includes column sid in its PK list, but does not also specify it as NOT NULL which it implicitly is anyway. This yields a comparison error in the schema module. The attached patch corrects this.
| Comment | File | Size | Author |
|---|---|---|---|
| webform.install-PK_NotNull.patch | 409 bytes | bj.drupal |
Comments
Comment #1
quicksketchIt looks like the SID is set to NOT NULL anyway since it's part of the primary key, so fortunately our database schema is actually correct. Thanks for this patch! Committed.