Closed (fixed)
Project:
FeedAPI
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
26 Feb 2008 at 09:02 UTC
Updated:
14 Mar 2008 at 11:21 UTC
A couple issues and questions here
- bug is that the MySQL table creation SQL still includes an Index creation on field feed_nid but that field no longer exists in the table as per update 3
- MySQL table creation SQL includes an index on the arrived column. PostgreSQL does not so added that to table creation SQL and added a new update 5
- The MySQL tables are setup with latin1 as the character set. Is that important? Am not sure as I have always seen UTF8 to be the default character set for Drupal tables. Same goes for the 'character set latin1 collate latin1_general_ci' for both the url and guid columns of feedapi_node_item
Path included only addresses point 1 and 2.
| Comment | File | Size | Author |
|---|---|---|---|
| feedapi_node.install.patch | 1.35 KB | jaydub |
Comments
Comment #1
alex_b commentedAssign to correct module.
Comment #2
aron novakI committed the patch, thank you for the ready-to-use patch.
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.