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 additional autotune runtimeExceptions due to toString() calls instead of asString() #2260

Merged
merged 1 commit into from
Jul 1, 2021

Conversation

casmir
Copy link

@casmir casmir commented Jun 30, 2021

Autotune still throws RuntimeExceptions due to existing
ORMQueryDetail.toString() calls, replaced them with ORMQueryDetail.asString()

 - autotune still throws RunTimeException due to existing
 ORMQueryDetail.toString() calls, replaced with .asString()
@rbygrave rbygrave added this to the 12.9.3 milestone Jul 1, 2021
@rbygrave rbygrave added the bug label Jul 1, 2021
@rbygrave
Copy link
Member

rbygrave commented Jul 1, 2021

Great, thank you.

@rbygrave rbygrave merged commit f8e54be into ebean-orm:master Jul 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants