mORMot2 icon indicating copy to clipboard operation
mORMot2 copied to clipboard

OpenSource RESTful ORM/SOA/MVC Framework for Delphi and FreePascal

Results 29 mORMot2 issues
Sort by recently updated
recently updated
newest added

basic setting for using ReadPreference with GetOneReadConnection

The JSON/TDocVariant as returned by mormot.soa.codegen.pas seems to be broken, in respect to mORMot 1. We can't properly use the existing templates. Please see https://synopse.info/forum/viewtopic.php?id=5835

RecordVersionSynchroniseSlave doesn't synchronize tables with blob fields if SLAVE db is PostgreSQL (tested with mormot.db.sql.postgres). It affect only with synchronisation. If i use PostgreSQL on master server, saving blobs works...

investigate

Hello @synopse I was testing some code, and I needed to use `NOEXCEPTIONINTERCEPT`, but when I did, the Lazarus package couldn't compile. Because of this line https://github.com/synopse/mORMot2/blob/282cd74bf0c3d32509c8d529daa849a0a8fead2e/src/core/mormot.core.test.pas#L1355 ``` mormot.core.test.pas(1355,38) Error:...

Hi, validation of a very simple PDF/A fails in Acrobat preflight and some online validators e.g. https://www.pdf2go.com/validate-pdfa or https://www.pdfforge.org/online/de/pdfa-validieren : > The validation for file Test.pdf against PDF/A-1B validation profile...

Hello @synopse I pulled the latest updates from mormot2, and I was testing this code. ```pascal function GetJSONListTest(): utf8string; var JS, Item: IDocDict; I: integer; begin JS := DocDict(); JS.I['VER']...

### Description: When compiling a 64-bit project with Delphi 12.2 using the latest 2.3.stable static binaries, i get the following error: `[dcc64 Error] mormot.db.raw.sqlite3.static.pas(1323): E2065 Unsatisfied forward or external declaration:...

Hello @synopse, compiling the file `mormot.core.os.security.pas` with Delphi XE2 Professional gives the error `Duplicate case label` at line 3334 where there is the label `#$80 .. #$ff:`.

Hello @synopse I'd like to know if there are any plans to support HTTP server file upload. I have a client code that does a `THttpMultiPartStream` and sends the stream...

enhancement

Hi, I have an interesting problem: when the debugger detects an error, it shows the exact error and the module (including the line) where the error occurred. But in the...