You are not logged in.
Pages: 1
Hi guys
No difference. Still same failure as above. Any ideas? Thanks!
I won't be using the above function - so not critical I believe.
Thanks!
OK - Got it to compile and run - but ended up with failures below... I will retry with the sqllite3.o you have uploaded and see if that makes a difference.
2.8. Multi thread process:
- Create thread pool: 1 assertion passed 36.05ms
- TSQLRestServerDB: 4,820 assertions passed 548.79ms
1=9836/s 2=8372/s 5=4778/s 10=4016/s 30=3240/s 50=2992/s
- TSQLRestClientDB: 4,822 assertions passed 378.54ms
1=8506/s 2=6370/s 5=7449/s 10=6700/s 30=6398/s 50=5352/s
- TSQLRestClientURINamedPipe: 2,412 assertions passed 1.43s
1=1107/s 2=1290/s 5=728/s
- TSQLRestClientURIMessage: 3,220 assertions passed 294.16ms
1=4452/s 2=6638/s 5=6470/s 10=6071/s
#### FAILURE HERE ####
- TSQLHttpClientWinHTTP_HTTPAPI: 111 / 2,639 FAILED 9.02s
1=399/s 2=617/s 5=1239/s 10=2552/s 30=3652/s 50=2512/s
#### FAILURE HERE ####
- TSQLHttpClientWinSock_WinSock: no assertion 471us
- Locked: 4,821 assertions passed 484.11ms
1=3329/s 2=6183/s 5=5580/s 10=6088/s 30=5834/s 50=5364/s
- Unlocked: 4,822 assertions passed 462.45ms
1=3433/s 2=6277/s 5=5015/s 10=5734/s 30=7748/s 50=6286/s
- Background thread: 4,822 assertions passed 879.55ms
1=2864/s 2=6381/s 5=4899/s 10=4415/s 30=1891/s 50=1456/s
- Main thread: 4,822 assertions passed 444.95ms
1=3286/s 2=7890/s 5=6574/s 10=6091/s 30=6619/s 50=5919/s
Total failed: 111 / 37,201 - Multi thread process FAILED 13.99s
ynopse framework used: 1.18.528
unning on wSeven_64 with code page 1252
Qlite3 engine used: 3.8.7.1
enerated with: Free Pascal 2.6.4 compiler
ime elapsed for all tests: 252.86s
ests performed at 18/11/2014 8:15:08
otal assertions failed for all test suits: 111 / 9,536,608
Some tests FAILED: please correct the code.
Thanks! Got it to work. Had to copy the sqlite3.dll c:\windows and also to add {$define NOSQLITE3STATIC}.
New to Lazarus/FPC and mORMot.
I am getting the following error when trying to compile TestSQL3.lpr (after I use Lazarus Delphi Project to Lazarus Project tool).
..\SynCommons.pas(8235,26) Error: Identifier not found "TSystemInfo"
Could someone share a successful TestSQL3.lpr file to use to build mORMOT on Windows 7 Pro (64bit), Lazarus V1.2.6, FPC 2.6.4, i386
Thanks!
Pages: 1