@mastra/mssql 1.7.0-alpha.2 → 1.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -2090,6 +2090,7 @@ function buildMssqlMessageMetadataFilter(metadataFilter) {
2090
2090
  };
2091
2091
  }
2092
2092
  var MemoryMSSQL = class MemoryMSSQL extends MemoryStorage {
2093
+ supportsPartialThreadUpdate = true;
2093
2094
  pool;
2094
2095
  schema;
2095
2096
  db;