mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
82fbc524f8
- Implemented `testDateTimeRow` to validate the behavior of datetime columns, including creation, retrieval, and modification of rows with custom createdAt and updatedAt timestamps. - Added `testSingleRowDateOperations` to cover various scenarios for single row operations with custom date handling. - Created `testBulkRowDateOperations` to test bulk creation and updates of rows with date fields. - Introduced `testUpsertRowDateOperations` to verify upsert functionality with custom date fields. - Cleaned up legacy test file by removing unnecessary blank lines.