👟 Reproduction steps
- create a query using between for example
const query = [Query.between("date", "2023-08-15T04:00:13.989Z", "2023-08-16T04:00:13.989Z")];
- You'll see the output:
[between("date", ["2023-08-15T04:00:13.989Z","2023-08-15T07:00:21.100Z"])]
Looking the SDK generator repo, it looks like it's the same for all SDK's https://github.com/appwrite/sdk-generator/blob/master/templates/node/lib/query.js.twig#L27
👍 Expected behavior
It should be: [between("date", "2023-08-15T04:00:13.989Z","2023-08-15T07:00:21.100Z")]
As workaround it's possible to manually write the query and you can work with it
👎 Actual Behavior
The output is: [between("date", ["2023-08-15T04:00:13.989Z","2023-08-15T07:00:21.100Z"])]
🎲 Appwrite version
Version 1.3.x
💻 Operating system
Linux
🧱 Your Environment
No response
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
👟 Reproduction steps
[between("date", ["2023-08-15T04:00:13.989Z","2023-08-15T07:00:21.100Z"])]Looking the SDK generator repo, it looks like it's the same for all SDK's https://github.com/appwrite/sdk-generator/blob/master/templates/node/lib/query.js.twig#L27
👍 Expected behavior
It should be:
[between("date", "2023-08-15T04:00:13.989Z","2023-08-15T07:00:21.100Z")]As workaround it's possible to manually write the query and you can work with it
👎 Actual Behavior
The output is:
[between("date", ["2023-08-15T04:00:13.989Z","2023-08-15T07:00:21.100Z"])]🎲 Appwrite version
Version 1.3.x
💻 Operating system
Linux
🧱 Your Environment
No response
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?