Update PetaPoco.cs

Sql() class should reset build cache when new Append operations are called.  If not then stepping through with the debugger or doing internal logging can cause invalid SQL and unexpected results.
This commit is contained in:
Jeremy Pyne
2016-07-18 09:00:23 -04:00
committed by GitHub
parent a40f87eb36
commit 2e24923cc4

View File

@@ -2417,6 +2417,7 @@ namespace Umbraco.Core.Persistence
else
_rhs = sql;
_sqlFinal = null;
return this;
}