You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jeff Becker created an issue — 16th August 2013, 20:25:28:
Framework:4.5
Dialect: MsSql2008Dialect
When a many-to-one relationship with a property-ref targets a property which has a formula invalid sql as shown below is generated:
SELECTaccount0_.Idas Id1_0_, account0_.Nameas Name1_0_, convert(int,substring(account0_.[oldaccountnumber],3,8)) as formula0_0_ FROM Account account0_
WHERE account0_.=@p0 -- Empty alias missing formula on try to load many-to-one association