mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-15 07:45:54 +01:00
Merge branch 'master' of https://github.com/danieleteti/delphimvcframework
This commit is contained in:
commit
739b751607
@ -315,7 +315,7 @@ begin
|
||||
end;
|
||||
if lMsg.Trim.IsEmpty then
|
||||
lMsg := '<EOF>';
|
||||
raise ERQLException.CreateFmt('[Error] %s (column %d - found %s)', [message, fCurIdx, lMsg]) at AddressOfReturnAddress;
|
||||
raise ERQLException.CreateFmt('[Error] %s (column %d - found %s)', [message, fCurIdx, lMsg]){$IF DEFINED(MSWINDOWS)} at AddressOfReturnAddress{$ENDIF};
|
||||
end;
|
||||
|
||||
procedure TRQL2SQL.Execute(
|
||||
|
@ -2615,7 +2615,7 @@ begin
|
||||
for I := 0 to Length(lActionFormalParams) - 1 do
|
||||
begin
|
||||
lServiceName := '';
|
||||
{$IF Defined(SYDNEYORBETTER)}
|
||||
{$IF Defined(ALEXANDRIAORBETTER)}
|
||||
lInjectAttribute := lActionFormalParams[I].GetAttribute<MVCInjectAttribute>;
|
||||
{$ELSE}
|
||||
lInjectAttribute := TRttiUtils.GetAttribute<MVCInjectAttribute>(lActionFormalParams[I]);
|
||||
|
Loading…
Reference in New Issue
Block a user