antoniop
committed
on 17 Jul 18
Almost complete rewrite of news_aggregator::source::new

- replace deprecated calls
- remove code duplication
- don't loop through response … Show more
Almost complete rewrite of news_aggregator::source::new

- replace deprecated calls

- remove code duplication

- don't loop through response items, as nothing is done with that information

- replace array idioms with dict idioms

- let stored procedure figure out the object_id

Works on WU RSS URLs on a vanilla instance

Show less