mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-14 05:24:03 +00:00
The change in SQLiteDatabaseManager wasn't properly saving the updated internal value. The check in CacheTenancyBootstrapper wasn't handling that local tests have a 'testing' environment, not local. However fixing only the condition would've still added the store to $names which would throw an exception down the line. We make sure to only throw the exception in prod, but also make sure to only add the store to $names if it is supported. |
||
|---|---|---|
| .. | ||
| MicrosoftSQLDatabaseManager.php | ||
| MySQLDatabaseManager.php | ||
| PermissionControlledMicrosoftSQLServerDatabaseManager.php | ||
| PermissionControlledMySQLDatabaseManager.php | ||
| PermissionControlledPostgreSQLDatabaseManager.php | ||
| PermissionControlledPostgreSQLSchemaManager.php | ||
| PostgreSQLDatabaseManager.php | ||
| PostgreSQLSchemaManager.php | ||
| SQLiteDatabaseManager.php | ||
| TenantDatabaseManager.php | ||