目前,当我尝试使用tSQLt对存储过程进行单元测试时,如果我的测试涉及内存优化表,我会收到以下错误:
(Error) Creating a savepoint is not supported with memory optimized tables.[16,98]
(There was also a ROLLBACK ERROR --> The current transaction cannot be committed and cannot be rolled back to a savepoint.
Roll back the entire transaction.{Private_RunTest,161})
我在 wiki 或在线其他地方找不到任何文档,这些文档显示了 In Memory 表与tSQLt的用法,或者解决此问题的方法。
有什么想法或建议吗?