feedapi.install has a couple problems regarding PostgreSQL support. Please see attached patch fro fixes.

- {} table prefix brackets are missing in PostgreSQL table creation SQL for feedapi_stats table
- MySQL feedapi_stats has 1 index created on 4 fields, PostgreSQL feed_api stats has 4 indexees created on each of the 4 fields individually. I assume that the MySQL index is the indented index.
- added update_7 function to handle index issue above

CommentFileSizeAuthor
#1 feedapi.install.patch2.37 KBjaydub
feedapi.install.patch2.36 KBjaydub

Comments

jaydub’s picture

StatusFileSize
new2.37 KB

ignore previous patch. fixed issue in the update_7

alex_b’s picture

Project: Feed Element Mapper » FeedAPI

assign to right project.

aron novak’s picture

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

I committed the patch, thank you for the ready-to-use patch. In fact, i had to modify a small thing in the patch. In the update() query, the index creation was not the same as in the main install().

Anonymous’s picture

Status: Fixed » Closed (fixed)

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