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.

CommentFileSizeAuthor
feedapi_node.install.patch1.35 KBjaydub

Comments

alex_b’s picture

Project: Feed Element Mapper » FeedAPI

Assign to correct module.

aron novak’s picture

Assigned: Unassigned » aron novak
Status: Needs review » Fixed

I committed the patch, thank you for the ready-to-use patch.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.