#1 2021-08-13 16:37:14

wxinix
Member
Registered: 2020-09-07
Posts: 121

Is SQLite 3.36 static lib already updated?

I downloaded from https://synopse.info/files/mormot2static.7z, today,

But it still seems to be the old 3.35 version.

Offline

#2 2021-08-13 17:17:55

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,182
Website

Re: Is SQLite 3.36 static lib already updated?

You have the good files in https://github.com/synopse/mORMot2/rele … ite.3.36.0

I did forget to put also the files on synopse.info.
It should be fixed now.

Offline

#3 2021-08-30 09:29:22

emaxx
Member
Registered: 2014-07-03
Posts: 18

Re: Is SQLite 3.36 static lib already updated?

Would it be possible to better support Delphi Win32 users who are still using version 1? The last update of the sqlite3 files crashed our CI system again because the sqlite3.obj file in the repository is out of order. Thanks in advance

Offline

#4 2021-08-30 17:55:05

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,182
Website

Re: Is SQLite 3.36 static lib already updated?

Where is the file missing?

Offline

#5 2021-08-31 10:16:44

emaxx
Member
Registered: 2014-07-03
Posts: 18

Re: Is SQLite 3.36 static lib already updated?

SQLite3\sqlite3.obj is outdated.

Here are some samples from git history to visualize the problem:

    fix   is missing
    error c7a6bcf3e ("updated SQLite3 Database engine to its latest 3.36.0 revision", 2021-08-24)

    fix   8d95a1e1d ("update Delphi SQLite3 static files", 2021-05-04)
    error a7be4539b ("updated SQLite3 database engine to latest 3.35.5 revision", 2021-04-23)

    ok    a9536b04e ("upgraded SQLite3 static version to latest 3.35.4", 2021-04-03)

    fix   45dfffcf5 ("updated SQlite3 to the latest 3.35.3 revision", 2021-03-28)
    error 81d6ddb50 ("updated SQlite3 to the latest 3.35.3 revision", 2021-03-27)

    fix   50a477ee2 ("update outdated sqlite3.o/.obj static files", 2021-02-03)
    error d6ab2f108 ("upgrade SQlite3 to latest 3.34.1 revision", 2021-01-25)

    ok    fac825474 ("upgraded the statically linked SQLite3 engine to latest 3.34.0 revision", 2020-12-03)

    fix   da993124e ("update SQLite3 static files for Delphi - fix for https://github.com/synopse/mORMot/issues/351", 2020-09-05)       
    error 90e62bfcb ("update SQLite3 static engine to latest 3.33.0 revision", 2020-09-02)

Offline

#6 2021-08-31 12:22:41

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,182
Website

Re: Is SQLite 3.36 static lib already updated?

Should be fixed now.

Offline

#7 2021-08-31 14:38:10

Junior/RO
Member
Registered: 2011-05-13
Posts: 207

Re: Is SQLite 3.36 static lib already updated?

Exception from SynSQLite3Static.pas

Static SQLite3 library as included within CENSO is outdated!
Linked version is 3.35.5 whereas the current/expected is 3.36.0.


  // you should never see it if you cloned https://github.com/synopse/mORMot

Well here I am. smile

Last edited by Junior/RO (2021-08-31 14:40:23)

Offline

#8 2021-08-31 19:04:04

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,182
Website

Re: Is SQLite 3.36 static lib already updated?

Offline

#9 2021-08-31 19:17:33

Junior/RO
Member
Registered: 2011-05-13
Posts: 207

Re: Is SQLite 3.36 static lib already updated?

A git pull solved the question. Thank you.

Offline

Board footer

Powered by FluxBB