You are not logged in.
Pages: 1
Hi,
Can you tell me how to solve the errors found in Testsql3 ?
1.1. Low level common:
! - IdemPropName: 1 / 10 FAILED 84.69ms
! - Soundex: 1 / 35 FAILED 125us
1.6. Synopse PDF:
! - TPdfDocument: 1 / 2 FAILED 3.65ms
2. mORMot
2.1. File based:
! Exception ESynException raised with messsage:
! sqlite3_key() expects PRAGMA mmap_size=0
Synopse framework used: 1.18
SQlite3 engine used: 3.7.14
Generated with: Delphi XE2 compiler
Time elapsed for all tests: 10.48s
Tests performed at 13/11/2013 08:38:04
Total assertions failed for all test suits: 3 / 5,420,962
! Some tests FAILED: please correct the code.
Done - Press ENTER to Exit
Offline
Your SQLite3 engine is pretty old (3.7.14).
Please download the latest sqlite3*.obj from http://synopse.info/fossil/wiki?name=Get+the+source
This will fix the ESynException.
About the failed tests, I suspect this is due to some encoding issue (some tests assume to run with OS CodePage=1252).
It is not a show-stopper.
Offline
I also get the ESynException, when running TestSQL3 with the latest sources (today downloaded) in Delphi XE. The SQLite3 engine used is 3.7.14.1
fpcdeluxe, FPC 3.2 / Lazarus 2.0, mORMot on Windows 10 ...
Offline
Did that and all the tests ran successful.
Merci.
fpcdeluxe, FPC 3.2 / Lazarus 2.0, mORMot on Windows 10 ...
Offline
Pages: 1