Skip to content

how to upgrade SQLITE version from 3.22 to 3.25 so i can use row_number()? #284

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

Closed
JoaoSaran opened this issue Oct 17, 2019 · 4 comments
Closed

Comments

@JoaoSaran
Copy link

No description provided.

@alextekartik
Copy link
Contributor

Since sqflite uses whatever sqlite the platform provides natively, it is not possible to change it. Bundling sqlite binaries for each platform and architecture is not currently the scope of this package.

@stevesmithworks
Copy link

This another reason @flutter should take on native SQLite support. Our apps that use SQLite should ship with the version of SQLite that we want not the one that the OS has.

@alextekartik
Copy link
Contributor

Bundling a compiled version of sqlite has a serious impact on binary size, not everybody wants that. Most of the native Android and iOS app use the available sqlite implementation (event through CoreData or Room).

There is no way as I am aware of to have a package that supports both scenario (custom or existing sqlite)

@PiN73
Copy link

PiN73 commented Dec 26, 2021

Now it's possible, thanks to @alextekartik: https://stackoverflow.com/a/70490593/6131611

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

4 participants