tursodatabase / libsql

libSQL is a fork of SQLite that is both Open Source, and Open Contributions.
https://turso.tech/libsql
MIT License
11.25k stars 286 forks source link

Sqlean version out-of-date in Turso #1599

Closed dnys1 closed 3 months ago

dnys1 commented 3 months ago

My instance currently shows 0.21.8 as the current sqlean version:

→  select sqlean_version();
SQLEAN VERSION()
0.21.8

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 like uuid7.

avinassh commented 3 months ago

We are working on this and this will be soon updated :)

dnys1 commented 3 months ago

Sounds great. Thanks @avinassh

avinassh commented 3 months ago

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
dnys1 commented 3 months ago

Awesome, thanks!

avinassh commented 3 months ago

The version is now updated in the main image as well (i.e. canary flag is not required now)