Skip to:
Hibernate adds alias for PARTITION keyword
For example :
Causes this sql:
By removing alias from PARTITION generated SQL works properly
Applied PR on master.
I submitted this PR as a fix.In case this will be backported to other versions, the HHH-9951 fix must be backported as well.
Thanks @mih_vlad , related issue commented
I think it's related to HHH-10613
Hibernate adds alias for PARTITION keyword
For example :
Causes this sql:
By removing alias from PARTITION generated SQL works properly