You are not logged in.
Pages: 1
Where do I get the latest version of this class? The files on the first page of this post are a year old.
That's as much info as I have. Ran it via the IDE the first time so I could give you that "Reset called with no previous Request" message. Ran it the 2nd time via console so I could give you the console output.
Not sure what you meant by "override all unit" files.
So I downloaded the nightly build. As per instructions I first ran TestSQL3Register. Ran fine. Then I run TestSQL3. Bomb. In Section 2.8. Last successful test completion was "Crypted Database". Error message is "TSQLRequest.Reset called with no previous Request". Here is the relevant section from the console:
2.8. External database:
- External records: 2 assertions passed 331us
- Auto adapt SQL: 448 assertions passed 26.96ms
- Crypted database: 253,275 assertions passed 184.27ms
! - External via REST: 9 / 133,666 FAILED 614.23ms
! - External via virtual table: 17,934 / 79,148 FAILED 3.79s
- JET database: 7,007 assertions passed 719.09ms
Total failed: 17,943 / 473,546 - External database FAILED 5.33s
Synopse framework used: 1.18
SQlite3 engine used: 3.8.4.2
Generated with: Delphi 7 compiler
Am new to mORMot and am going thru demos. This will not compile as TSockData has been changed to RawByteString in v1.17 of SynCrtSock. I changed the declarations in httpapiserver.dpr and it runs like a charm.
Downloaded mORMot for first time this morning.
Bombed in 2.6 of TestSQL3:
Synopse framework used: 1.17
SQLite3 engine used: 3.8.4.2
Generated with Delphi 7 compiler
Died here, on line 2549:
Check(ChildDestroyed=true);
-> WeakTest(weakref);
Help? I had commented out the "{$I SynDprUses.inc}" because I'm not using FastMM. I have already successfully run TestSQL3Register.dpr.
Pages: 1