This was my query.
INSERT INTO test_entries (feed,guid,timestamp,title,link) VALUES ('{USERVAR(feed14)}'
,'{TRIGGER(Active|LastTrigger|RSS.Result.Id)}'
,'{TRIGGER(Active|LastTrigger|RSS.Result.PubDate|yyyy-d-M h:mm:ss)}'
,'{TRIGGER(Active|LastTrigger|RSS.Result.Title)}'
,'{TRIGGER(Active|LastTrigger|RSS.Result.Link)}'
)
Uservar contains a the RSS feed URL that is currently being crawled.
The title held something along the lines of
Paypal's new policies are more crowdfunding friendly As you can see, no escaping cut off the sentence and throw me an error, and ultimately failing the task.
Which leads me to ask the question I had already asked once. How do I escape variables?