1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-14 05:24:03 +00:00
tenancy/src/Database/TenantDatabaseManagers
Samuel Štancl aba7a50619
Minor fixes
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.
2025-10-22 12:58:45 +02:00
..
MicrosoftSQLDatabaseManager.php [4.x] Cleanup (#1317) 2025-02-20 20:49:09 +01:00
MySQLDatabaseManager.php Tenant DB manager database() -> connection() 2024-09-12 18:34:45 +02:00
PermissionControlledMicrosoftSQLServerDatabaseManager.php Tenant DB manager database() -> connection() 2024-09-12 18:34:45 +02:00
PermissionControlledMySQLDatabaseManager.php Refactor DatabaseConfig, minor DB manager improvements, resolve todos 2025-10-13 16:01:34 +02:00
PermissionControlledPostgreSQLDatabaseManager.php Tenant DB manager database() -> connection() 2024-09-12 18:34:45 +02:00
PermissionControlledPostgreSQLSchemaManager.php Refactor DatabaseConfig, minor DB manager improvements, resolve todos 2025-10-13 16:01:34 +02:00
PostgreSQLDatabaseManager.php Tenant DB manager database() -> connection() 2024-09-12 18:34:45 +02:00
PostgreSQLSchemaManager.php Tenant DB manager database() -> connection() 2024-09-12 18:34:45 +02:00
SQLiteDatabaseManager.php Minor fixes 2025-10-22 12:58:45 +02:00
TenantDatabaseManager.php Tenant DB manager database() -> connection() 2024-09-12 18:34:45 +02:00