mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-16 08:15:53 +01:00
+ switched from file+index to firebirdsql database with heavily customized configuration to allocate more RAM than usual
This commit is contained in:
parent
0927e3c449
commit
8d44ac5e05
@ -95,6 +95,12 @@ begin
|
|||||||
Exit;
|
Exit;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
if fConnectionDefFileName.IsEmpty then
|
||||||
|
begin
|
||||||
|
fConnectionLoaded := True;
|
||||||
|
Exit;
|
||||||
|
end;
|
||||||
|
|
||||||
// if not FDManager.ConnectionDefFileLoaded then
|
// if not FDManager.ConnectionDefFileLoaded then
|
||||||
// begin
|
// begin
|
||||||
FDManager.ConnectionDefFileName := fConnectionDefFileName;
|
FDManager.ConnectionDefFileName := fConnectionDefFileName;
|
||||||
|
Loading…
Reference in New Issue
Block a user