Closed cocowalla closed 3 weeks ago
Patch of sorts coming w/ some weasel changes. The changes you referred to are when Weasel needs to use database managed partitioning. Just having Weasel bypass that when it can
Just confirming that the fix works - thanks! 👍
A recent change to Weasel.Core has broken
IMartenStorage.WriteCreationScriptToFile
.The problem is that Weasel.Core's
DatabaseBase.WriteCreationScriptToFileAsync
now requires a real database connection, but Marten always uses a nullo database forWriteCreationScriptToFile
.