What steps will reproduce the problem?
1. Add
http://www.amazon.com/rss/people/A1V4UQ0XZXLCGC/reviews/ref=cm_rss_member_rev_ma
nlink
as a feed.
2. Run feedjack_update.py
3. SQL Error. Data to large for column.
What is the expected output? What do you see instead?
Comments field in the feedjack_post table is not large enough to handle
large comments. Would expect large comments to be trimmed down to column
size or column size to be increased or friendly error stating feed has
incompatibilities with database table. Guid and Link may also have this
problem.
What version of the product are you using? On what operating system?
Fedora Core 6
Django-0.96.1-1.fc6
postgresql-server-8.1.9-1.fc6
Feedjack 0.9.10
Please provide any additional information below.
modified my db table to have guid and link be varchar(255) and comments to
a text field. Works as expected.
Original issue reported on code.google.com by cska...@gmail.com on 12 Nov 2007 at 2:51
Original issue reported on code.google.com by
cska...@gmail.com
on 12 Nov 2007 at 2:51