I realized today that the boxes sql table is very strange for different reasons:
1) bid is an auto_increment field, whereas as all other tables use the sequences table.
2) the info field is UNIQUE eventhough it is NOT marked as required in form UI.
PS: It seems somebody else found the problem already on http://drupal.org/node/27397 but didnt file an issue, at least I couldnt find it.
Comments
Comment #1
crac commentedHere the original (buggy) sql files for
a) mysql
b) psql
Comment #2
tostinni commentedThis has been fixed in HEAD see http://drupal.org/node/27713
If you want to see this corrected in 4.6 see there http://drupal.org/node/11724
So I think this is a duplicate bug.
Regards