Ticket #324 (new defect)

Opened 3 years ago

Last modified 3 years ago

Feeds with long links are never imported

Reported by: matthew.gregg@… Owned by: mbonetti
Priority: normal Milestone: Gregarius 0.5.5
Component: BUGS Version:
Severity: normal Keywords:
Cc:

Description

Feeds that contain items with links longer than 255 chars are never imported. Here is an example feed that exibits this behavior: http://rss.indeed.com/rss?q=python

Change History

Changed 3 years ago by mbonetti

For reference:

http://dev.mysql.com/doc/refman/5.0/en/server-sql-mode.html

set sql_mode = 'STRICT_TRANS_TABLES';

this triggers an error when the string overalps, but the above requires mysql 5.0.2

Note: See TracTickets for help on using tickets.