Skip to content

Use 2 simple SQL queries instead of 1 more complicated for fetching series info #320

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
4 tasks
php-coder opened this issue Jan 14, 2016 · 0 comments
Open
4 tasks

Comments

@php-coder
Copy link
Owner

We need to modify methods that fetch series info from db to use 2 queries instead of one but compilcated:

  • JdbcSeriesDao.findLastAdded()
  • JdbcSeriesDao.findByCategoryIdAsSeriesInfo()
  • JdbcSeriesDao.findByCountryIdAsSeriesInfo()
  • JdbcSeriesDao.findByCollectionIdAsSeriesInfo()

Required JdbcSeriesDao.findByIdsAsSeriesInfo() method from #309

@php-coder php-coder added this to the 0.4 milestone Jan 14, 2016
@php-coder php-coder changed the title Use 2 simple SQL queries instead of 1 more compicated for fetching series info Use 2 simple SQL queries instead of 1 more complicated for fetching series info Feb 26, 2016
@php-coder php-coder removed this from the 0.4 milestone Mar 18, 2016
@php-coder php-coder removed the ready label Mar 18, 2016
@php-coder php-coder added this to the next milestone Jul 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant