現在、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})
tSQLtを使用したメモリ内テーブルの使用法、またはこの問題を回避する方法を示すドキュメントが wiki またはオンラインの他の場所に見つかりません。
何か考えや提案はありますか?