Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Comment: | {4219} show how to compile sample 26 with FPC - see https://synopse.info/forum/viewtopic.php?id=4381 |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
a6b5db4365270cff12120560cf72034b |
User & Date: | ab 2018-02-03 11:20:25 |
2018-02-03
| ||
15:13 | {4220} circumvent Delphi 5 compiler bug check-in: cf42214e16 user: ab tags: trunk | |
11:20 | {4219} show how to compile sample 26 with FPC - see https://synopse.info/forum/viewtopic.php?id=4381 check-in: a6b5db4365 user: ab tags: trunk | |
2018-02-02
| ||
21:35 | {4218} fixed unexpected warnings in TDDDServicesLogRestSettings.NewRestInstance check-in: 7ad63c10c4 user: ab tags: trunk | |
Changes to SQLite3/Samples/26 - RESTful ORM/RESTData.pas.
1 2 3 4 5 6 7 8 |
unit RESTData; interface uses SynCommons, SynTable, // for TSynValidate mORMot; |
> > |
1 2 3 4 5 6 7 8 9 10 |
unit RESTData;
{$I Synopse.inc} // define HASINLINE and some FPC-specific options
interface
uses
SynCommons,
SynTable, // for TSynValidate
mORMot;
|
Changes to SQLite3/Samples/26 - RESTful ORM/RESTServerClass.pas.
1 2 3 4 5 6 7 8 |
unit RESTServerClass; interface uses SysUtils, Classes, SynCommons, |
> > |
1 2 3 4 5 6 7 8 9 10 |
unit RESTServerClass;
{$I Synopse.inc} // define HASINLINE and some FPC-specific options
interface
uses
SysUtils,
Classes,
SynCommons,
|
Changes to SynopseCommit.inc.
1 |
'1.18.4218'
|
| |
1 |
'1.18.4219'
|