import icon indicating copy to clipboard operation
import copied to clipboard

This is a library that provides generic functionalities for the implementation of imports. In addition to maximum performance and optimized memory consumption, Pacemaker can also be used to implement...

Results 14 import issues
Sort by recently updated
recently updated
newest added

Some service IDs like `configuration`, `loggers`, `connection` are used in global context: ref: https://github.com/techdivision/import/blob/15.x/symfony/Resources/config/services.xml it would be best to have them namespaced like so: `import.configuration`, `import.loggers`, `import.connection` to not break...

enhancement

probably in these steps: ``` general/general/global-data > general/catalog_product/collect-data ``` ```sql SHOW GLOBAL VARIABLES LIKE 'innodb%'; SELECT t1.* FROM catalog_category_entity AS t0 INNER JOIN catalog_category_entity_varchar AS t1 ON t1.row_id = t0.row_id...

enhancement