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

Upgrade SQLite from version 3.39.4 to version 3.43.2 #29

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mjmasn
Copy link

@mjmasn mjmasn commented Oct 30, 2023

Current version is about a year out of date

@facucaramelpoint
Copy link

Hi @mjmasn @mrousavy @Szymon20000

I'm trying to update this lib to the latest version of SQLite.
I forked the repo, and downloaded the latest version of SQLite

#define SQLITE_VERSION "3.45.0"
#define SQLITE_VERSION_NUMBER 3045000
#define SQLITE_SOURCE_ID "2024-01-15 17:01:13 1066602b2b1976fe58b5150777cced894af17c803e068f5918390d6915b46e1d"

Then I replaced the sqlite3.h and sqlite3.c files.
I built a new version and tried to use it , is working but seems the sqlite version was not updated successfully.

To check which version is running I executed this code
QuickSqliteClient.executeSql.apply(null, ['SELECT sqlite_source_id()'])
and getting this as result
[{“sqlite_source_id()“: “2022-10-14 20:58:05 554764a6e721fab307c63a4f98cd958c8428a5d9d8edfde951858d6fd02daapl”}]
That is the same that I'm getting if I execute it using this library.

I'm wondering what else is necessary to update the sqlite version?

any help would be awesome, thanks in advance.

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

Successfully merging this pull request may close these issues.

None yet

2 participants