Add managed connection pooling and execution locking

This commit is contained in:
2026-02-27 17:28:50 +01:00
parent e43d7863ec
commit aedb97e879
12 changed files with 1554 additions and 348 deletions

View File

@@ -92,9 +92,10 @@ namespace DynamORM.Tests.Helpers
finally
{
// Remove for next tests
Database.Dispose();
if (Database != null)
Database.Dispose();
Database = null;
}
}
}
}
}