-
Notifications
You must be signed in to change notification settings - Fork 933
-
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
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment