Hello everyone
What is the maximum length of a string array (see attached image), like how many items can I add to the array before reaching the limit?
Not sure, but I think it should be similar to MariaDB arrays
I don't know and don't use MariaDB.
Appwrite uses MariaDB/MySQL under the hood so the limits are very similar or the same
I think that at least when querying then there was a limit of 100
Recommended threads
- `type 'Null' is not a subtype of type 'b...
When creating a new file using Appwrite Flutter SDK, the file is successfully created on the server, but the client throws the following exception: ``` type ...
- login With OAuth Failed
login With OAuth Failed: when i cliick to login with any of the following (facebook, gmail or apple) am being redirected out of the app to enter my detail, afte...
- Flutter OAuth2 webAuth Bug?
I created with flutter an app where I can login in with my Microsoft Account. When I compile it to Web (WASM) or Android (aab) then there is no problem what so ...