mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Fix select test
This commit is contained in:
@@ -3599,7 +3599,9 @@ trait DatabasesBase
|
||||
// Use different select queries from other cache tests to avoid cache key collision.
|
||||
$queries = [
|
||||
Query::equal('$id', $docIds)->toString(),
|
||||
Query::select(['title', 'tagline', '$id'])->toString(),
|
||||
Query::select('title')->toString(),
|
||||
Query::select('tagline')->toString(),
|
||||
Query::select('$id')->toString(),
|
||||
Query::orderAsc('$createdAt')->toString(),
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user