-
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...
-
I'm working with Pakala 2.1.3 and have hit an error. When using the DB.Save(RepObj) function an exception is thrown (Incorrect syntax near the keyword 'WHERE'.). Drilling into the exception, I found this information which may help. _commandText = "UPDATE [dbo].[ControlParms] SET WHERE...