mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Document::getTenant() casts numeric tenants to (int), but adapter->getTenant() held a string from getSequence(). The strict !== comparison in Database::getCollection() then failed, returning "Collection not found" for all shared-table MariaDB projects. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>