Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sqlean version out-of-date in Turso #1599

Closed
dnys1 opened this issue Jul 24, 2024 · 5 comments
Closed

Sqlean version out-of-date in Turso #1599

dnys1 opened this issue Jul 24, 2024 · 5 comments

Comments

@dnys1
Copy link

dnys1 commented Jul 24, 2024

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 (nalgeon/sqlean#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
Copy link
Member

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

@dnys1
Copy link
Author

dnys1 commented Jul 25, 2024

Sounds great. Thanks @avinassh

@avinassh
Copy link
Member

avinassh commented Aug 6, 2024

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
Copy link
Author

dnys1 commented Aug 7, 2024

Awesome, thanks!

@avinassh
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants