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
I'm using Nhibernate to connect to the Sybase ASE16 database server and facing the "Dialect doesn't support limits" issue with LazyLoad().
ASE16 actually supports LIMIT and OFFSET pagination queries. What I found is a proper dialect for ASE16 which implements the GetLimitString method missing. I've overridden the method in custom dialect to resolve the issue but I'm looking for a proper version.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm using Nhibernate to connect to the Sybase ASE16 database server and facing the "Dialect doesn't support limits" issue with LazyLoad().
ASE16 actually supports LIMIT and OFFSET pagination queries. What I found is a proper dialect for ASE16 which implements the GetLimitString method missing. I've overridden the method in custom dialect to resolve the issue but I'm looking for a proper version.
Beta Was this translation helpful? Give feedback.
All reactions