Posted by iktaka on August 21, 2008 at 3:43pm
Jump to:
| Project: | Multiping |
| Version: | 6.x-1.0-beta1 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed (cannot reproduce) |
Issue Summary
multiping.install does not make schema to postgresql. The data type "text" does not require size filed.
The postgresql seems to require insert null value to serial primal key "id".
I fixed these points to attached patch.
| Attachment | Size |
|---|---|
| multiping.diff | 3.57 KB |
Comments
#1
Can you check if this patch is still needed and reroll it with correct whitespace?
I have no postgresql environment to test with currently unfortunately - probably should set one up...
Sorry for extremely late reply :)
#2
I just checked the current .install from 6.x-1-dev and everything mentioned in this issue+patch appears to already be fixed?
#3
removed text length 4000 from schema (not required for this type of field)