mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
168166b9c1
- Bump utopia-php/database from 5.3.17 to 5.3.19 - Remove invalid (int) cast on tenant sequence in shared tables mode - Fix DSN construction for documentsdb/vectorsdb: filter empty strings from explode(), skip pool filtering when shared tables env vars unset, fail fast when no pool found - Use dedicated mode for separate database pools in getDatabasesDB since shared tables can't work across engines (PostgreSQL integer _tenant vs MongoDB UUID tenant). Auto-init schema on first use. - Add documentsdb/vectorsdb shared tables env vars to CI workflow - Fix testChannelTablesDBRowUpdate race condition with deterministic event drain loop