#1 Re: mORMot 1 » Smart Mobile Studio mORMot class server » 2014-04-08 20:07:00

Where do I get the latest version of this class? The files on the first page of this post are a year old.

#2 Re: mORMot 1 » problem in HttpAPIServer demo » 2014-04-01 20:46:21

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.

#3 Re: mORMot 1 » problem in HttpAPIServer demo » 2014-04-01 19:40:03

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

#4 mORMot 1 » problem in HttpAPIServer demo » 2014-04-01 16:37:34

dfobare
Replies: 5

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.

#5 mORMot 1 » Error running TestSQL3 » 2014-04-01 14:31:33

dfobare
Replies: 1

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.

Board footer

Powered by FluxBB