You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The puzzle 700-3a29b76a (from #700) in src/main/java/ru/mystamps/web/service/SeriesImportServiceImpl.java (lines 94-96) has to be resolved: "Reduce number of SQL queries by one. Here we're updating series_import_requests twice: when we set series_id field and later when we change status_id. It's possible to do this in one-shot"
The puzzle was created by Slava Semushin on 02-Dec-17.
php-coder
changed the title
SeriesImportServiceImpl.java:94-96: Reduce number of SQL queries by one....
SeriesImportServiceImpl.addSeries(): reduce number of SQL queries
Dec 2, 2017
The puzzle
700-3a29b76a
(from #700) insrc/main/java/ru/mystamps/web/service/SeriesImportServiceImpl.java
(lines 94-96) has to be resolved: "Reduce number of SQL queries by one. Here we're updating series_import_requests twice: when we set series_id field and later when we change status_id. It's possible to do this in one-shot"The puzzle was created by Slava Semushin on 02-Dec-17.
Tech debt for: 676ad28 (#700)
The text was updated successfully, but these errors were encountered: