Does not install with PostgreSQL
AlexisWilke - November 24, 2008 - 02:38
| Project: | Quotes |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | NancyDru |
| Status: | closed |
Jump to:
Description
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.
<?php
'unique keys' => array(
'name' => array('name(255)')),
);
?>PostgreSQL does not support the '(255)'.
Removing it fixes that problem.
Thank you.
Alexis Wilke
| Attachment | Size |
|---|---|
| quotes-6.x-1.x-postgresql-schema.patch | 324 bytes |

#1
Hmm, MySql seems to require it (#311482: Installation Warning about key length)...
#2
It 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).
#3
Interesting. 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
#4
Automatically closed -- issue fixed for two weeks with no activity.