#51 Re: mORMot 1 » TestSQL3 failed » 2016-04-24 18:51:50

Thanks for your incredible fast answer!
Is it a problem or only for my codepage setting error?

SynSelfTests.TTestLowLevelCommon._UTF8

for i := 0 to 1000 do begin
    W := RandomAnsi7(i*5);
    Check(length(W)=i*5);
    for CP := 1250 to 1258 do
      Test(CP,W);  <----- 3119.

SynSelfTests.Test(1250,'Eu>v1')
  if W='' then
    exit;
  {$ifdef HASCODEPAGE}
  {$ifndef FPC}
  Check(StringCodePage(W)=1252);  <---
  {$endif}
  CP := StringCodePage(A);
  Check(CP=C.CodePage);
  {$endif}
  if CP=CP_UTF16 then
    exit;

#52 mORMot 1 » TestSQL3 failed » 2016-04-24 18:35:16

HollosCs
Replies: 3

Hi!

Run TestSQL3 in Seattle and Berlin. I got an error.
------------------
1.1. Low level common:
!  - UTF8: 14,000 / 133,141 FAILED  1.31s

Using mORMot 1.18.2596 FTS3
Running on Windows 10 64bit (10.0.10586) with code page 1250
TSQLite3LibraryStatic 3.12.2 with internal MM
Generated with: Delphi 10.1 Berlin compiler

Time elapsed for all tests: 82.79s
Tests performed at 2016.04.24. 20:22:43

Total assertions failed for all test suits:  14,000 / 24,056,323
! Some tests FAILED: please correct the code.
-------------------------
What's the problem?

#54 Re: mORMot 1 » mORMot starting way » 2016-02-22 14:42:19

Thanks, I understand it.

New q.: How can I replace/update a running service? Is there a safe stopping mechanism or pattern?

#55 Re: mORMot 1 » mORMot starting way » 2016-02-22 12:07:42

New question: application run as server, communication is interface based.
When raise an error in server side, how manage this?
Server stop? Must restart it manually? What is recommended pattern?

Thx

#56 mORMot 1 » mORMot starting way » 2015-12-08 19:09:54

HollosCs
Replies: 6

Hi!

I'm new in ORM. My current application use SQLite database with direct access shared folder, more client.
This is not working very well and I think rewrite the whole db access client-server / ORM.
Looking for ORM tool and I think the mORMot is will perfect for me (read many good news, info).

What is the starting point and direction/technology with mORMot framework, for the below goal?
-one server app
-more client (concurrent read, write, delete)
-using the exists database

the pc-s are connected in LAN, but later need access from internet with mobile app.

Sorry for my poor English.
Thx,
Csaba

Board footer

Powered by FluxBB