Closed (fixed)
Project:
Quotes
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
24 Nov 2008 at 02:38 UTC
Updated:
13 Dec 2008 at 07:52 UTC
Hi guys,
Cool module, although I will need to use it before to really pronounce myself...
It did not install for me because you have a size in the primary key of the author name.
'unique keys' => array(
'name' => array('name(255)')),
);
PostgreSQL does not support the '(255)'.
Removing it fixes that problem.
Thank you.
Alexis Wilke
| Comment | File | Size | Author |
|---|---|---|---|
| quotes-6.x-1.x-postgresql-schema.patch | 324 bytes | AlexisWilke |
Comments
Comment #1
nancydruHmm, MySql seems to require it (#311482: Installation Warning about key length)...
Comment #2
nancydruIt appears that there is a proper way to set that and I hadn't seen it in the docs (not that the Drupal docs are ever unclear).
Comment #3
AlexisWilke commentedInteresting. I have to say that MySQL has "problems" handling TEXT fields as expected (my quite personal point of view, of course.)
Thank you.
Alexis Wilke