-
I was looking through the 2.1 Final source code, and noticed that the Sql2008Generator class inherits from ANSISqlGenerator and not Sql2005Generator. This makes sense I suppose, except that the Sql2008Generator is empty - it does not override the BuildPagedSelectStatement() function like the Sql2005Generator...