Closed dnys1 closed 3 months ago
We are working on this and this will be soon updated :)
Sounds great. Thanks @avinassh
This is updated in the canary image:
$ turso group create <group name> --canary
$ turso create db <db name> --group <group name>
$ turso db shell <db name>
→ select sqlean_version();
SQLEAN VERSION()
0.24.1
Awesome, thanks!
The version is now updated in the main image as well (i.e. canary
flag is not required now)
My instance currently shows
0.21.8
as the current sqlean version:I noticed because I ran into this issue (https://github.com/nalgeon/sqlean/issues/109) which was fixed in a later version. For reference, the current sqlean version is
0.24.1
and they seem to have added some cool new functions likeuuid7
.