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
- If `builder.LogTo..()` is called multiple times, the logs are combined instead of replacing the previous logger
3
3
- Default Encoding is now UTF rather than Encoding.Default
4
-
- AdHocSqlRunner changed to use Expression<Func<>> rather than Func<>
4
+
- AdHocSqlRunner changed to use `Expression<Func<>>` rather than `Func<>`
5
5
- EmbeddedScriptAndCodeProvider (used by the extension method WithScriptsAndCodeEmbeddedInAssembly) now also applies the given filter to the code based scripts
6
6
-`IJournal` now has a new method `EnsureTableExistsAndIsLatestVersion(Func<IDbCommand> dbCommandFactory)`
7
7
- The `protected void EnsureTableIsLatestVersion()` method in `TableJournal` has changed to `public virtual void EnsureTableExistsAndIsLatestVersion(Func<IDbCommand> dbCommandFactory)`
0 commit comments