Skip to content
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

Fix Error message: ORA-01795 (rd3) #3705

Merged
merged 2 commits into from Jul 17, 2018
Merged

Fix Error message: ORA-01795 (rd3) #3705

merged 2 commits into from Jul 17, 2018

Conversation

jtobard
Copy link
Contributor

@jtobard jtobard commented Jul 17, 2018

Fix Error message: ORA-01795 in menu/home with Oracle database over 1000 projects.
#3650 For release 3.0.0

Rebase from #3651

Copy link
Contributor

@ahonor ahonor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should the inList be removed and not just commented out?

@@ -2249,13 +2249,14 @@ class MenuController extends ControllerBase implements ApplicationContextAware{
long proj2 = System.currentTimeMillis()
def executionResults = projectNames?Execution.createCriteria().list {
gt('dateStarted', lastday)
inList('project', projectNames)
//inList('project', projectNames)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't comment, just delete

@jtobard
Copy link
Contributor Author

jtobard commented Jul 17, 2018

Yes, I just rebase the old commits didn't notice that. I'm going to delete

@gschueler gschueler merged commit 6c67b81 into master Jul 17, 2018
@gschueler gschueler added this to the 3.0.0 milestone Jul 17, 2018
@jtobard jtobard deleted the rebase/3651 branch August 27, 2018 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants