Download & Extend

multiping install error to drupal6.3 with postgresql-8.1.11

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.

AttachmentSize
multiping.diff3.57 KB

Comments

#1

Version:6.x-1.x-dev» 6.x-1.0-beta1
Status:needs review» needs work

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

Status:needs work» closed (cannot reproduce)

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)