Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mysql-data-migration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
CI / CD
CI / CD
Pipelines
Schedules
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
To magento 2 data migration
mysql-data-migration
Commits
d67b97b1
Commit
d67b97b1
authored
Jun 10, 2020
by
Bartosz Kubicki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for caching mysql data source
parent
5175873d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
MysqlDataSourceCachingReader.php
Model/Data/MysqlDataSourceCachingReader.php
+1
-1
No files found.
Model/Data/MysqlDataSourceCachingReader.php
View file @
d67b97b1
...
@@ -161,7 +161,7 @@ class MysqlDataSourceCachingReader extends AbstractDataSourceReader
...
@@ -161,7 +161,7 @@ class MysqlDataSourceCachingReader extends AbstractDataSourceReader
}
}
$entity
=
$this
->
entityInterfaceFactory
->
create
([
'data'
=>
$data
]);
$entity
=
$this
->
entityInterfaceFactory
->
create
([
'data'
=>
$data
]);
$this
->
cache
->
set
(
$condition
->
getInstruction
(),
$
entity
);
$this
->
cache
->
set
(
$condition
->
getInstruction
(),
$
data
);
return
$entity
;
return
$entity
;
});
});
return
$entity
;
return
$entity
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment