Support from Acquia helps fund testing for Drupal Acquia logo

Comments

nvahalik created an issue. See original summary.

nvahalik’s picture

Initial patch. No tests, but at least lays out some of what I'm trying to accomplish here.

nvahalik’s picture

FileSize
11.28 KB
783 bytes

Cache results on feeds_import_load().
Ensure that $import->data is unserialized.
Return an object instead of an array.

nvahalik’s picture

FileSize
14.65 KB
4.91 KB

Fixed a problem where import_ids weren't persisting for batched runs.
Import IDs now save and load with the FeedsSource object.
Added current_import_id to the table.
Fixed some SQL stuff to work better.

nvahalik’s picture

FileSize
14.68 KB
430 bytes

Ensure that the version ID attribute we're accessing is using the entity's defined field name.

nvahalik’s picture

Ensure that fetcher_result and current_import_id are reset during an unlock.