We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Neil Kwon opened DATAJPA-1765 and commented
mysql version : 8.x
column type : tinyint(1) unsigned
once Java interface projected from native query (with @Query annotation)
@Query
and original column type is tinyint(1) unsigned to java type Boolean
// code placeholder java.lang.IllegalArgumentException: Projection type must be an interface!
exception occurred which did not happen on 2.1.x version
But, column type : tinyint(1) is OKAY
AS you guys know, Altering table makes us seek...
Affects: 2.2.9 (Moore SR9), 2.3.2 (Neumann SR2)
1 votes, 2 watchers
The text was updated successfully, but these errors were encountered:
As stated on #2157, we don't support custom conversions for projections.
Sorry, something went wrong.
schauder
gregturn
No branches or pull requests
Neil Kwon opened DATAJPA-1765 and commented
mysql version : 8.x
column type : tinyint(1) unsigned
once Java interface projected from native query (with
@Query
annotation)and original column type is tinyint(1) unsigned to java type Boolean
exception occurred which did not happen on 2.1.x version
But, column type : tinyint(1) is OKAY
AS you guys know, Altering table makes us seek...
Affects: 2.2.9 (Moore SR9), 2.3.2 (Neumann SR2)
1 votes, 2 watchers
The text was updated successfully, but these errors were encountered: