You are not logged in.
Pages: 1
I downloaded from https://synopse.info/files/mormot2static.7z, today,
But it still seems to be the old 3.35 version.
Offline
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
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
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
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.
Last edited by Junior/RO (2021-08-31 14:40:23)
Offline
https://github.com/synopse/mORMot/blob/ … /sqlite3.o
and
https://github.com/synopse/mORMot/blob/ … qlite3.obj
are currently the 3.36.0, I guess.
Offline
A git pull solved the question. Thank you.
Offline
Pages: 1