Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,10 @@ __*
*.ppu
*.compiled
*.o
*.obj
*.obj
PDACTest.conf

UnitTest/*.html
UnitTest/dunit.ini
UnitTest/TestOutput
UnitTest/TestData
4 changes: 2 additions & 2 deletions PSQLCOMP.pas
Original file line number Diff line number Diff line change
Expand Up @@ -472,10 +472,10 @@ procedure Register;
if Assigned(SplashScreenServices) then
begin
ForceDemandLoadState(dlDisable);
SplashScreenServices.AddPluginBitmap(Format('MicroOLAP PostgresDAC Component Suite %s', [PSQLDBTables.VERSION]),
SplashScreenServices.AddPluginBitmap(Format('PostgresDAC Component Suite %s', [PSQLDBTables.VERSION]),
LoadBitmap(FindResourceHInstance(HInstance), 'PSQLLOGO'),
False,
PSQLDBTables.LICENSETYPE);
'MIT License');
end;
{$ENDIF}

Expand Down
360 changes: 180 additions & 180 deletions PostgresDAC10.bdsproj → Packages/PostgresDAC10.bdsproj

Large diffs are not rendered by default.

82 changes: 41 additions & 41 deletions PostgresDAC10.cfg → Packages/PostgresDAC10.cfg
Original file line number Diff line number Diff line change
@@ -1,41 +1,41 @@
-$A8
-$B-
-$C-
-$D-
-$E-
-$F-
-$G+
-$H+
-$I+
-$J+
-$K-
-$L-
-$M-
-$N+
-$O+
-$P+
-$Q-
-$R-
-$S-
-$T-
-$U-
-$V+
-$W-
-$X+
-$Y-
-$Z1
-JL
-cg
-AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;
-H+
-W+
-M
-$M16384,1048576
-K$00400000
-LE"C:\Documents and Settings\Victor\My Documents\Borland Studio Projects\Bpl"
-LN"C:\Documents and Settings\Victor\My Documents\Borland Studio Projects\Bpl"
-Z
-w-SYMBOL_DEPRECATED
-w-UNSAFE_TYPE
-w-UNSAFE_CODE
-w-UNSAFE_CAST
-$A8
-$B-
-$C-
-$D-
-$E-
-$F-
-$G+
-$H+
-$I+
-$J+
-$K-
-$L-
-$M-
-$N+
-$O+
-$P+
-$Q-
-$R-
-$S-
-$T-
-$U-
-$V+
-$W-
-$X+
-$Y-
-$Z1
-JL
-cg
-AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;
-H+
-W+
-M
-$M16384,1048576
-K$00400000
-LE"C:\Documents and Settings\Victor\My Documents\Borland Studio Projects\Bpl"
-LN"C:\Documents and Settings\Victor\My Documents\Borland Studio Projects\Bpl"
-Z
-w-SYMBOL_DEPRECATED
-w-UNSAFE_TYPE
-w-UNSAFE_CODE
-w-UNSAFE_CAST
106 changes: 53 additions & 53 deletions PostgresDAC10.dpk → Packages/PostgresDAC10.dpk
Original file line number Diff line number Diff line change
@@ -1,53 +1,53 @@
package PostgresDAC10;
{$R *.res}
{$ALIGN 8}
{$ASSERTIONS OFF}
{$BOOLEVAL OFF}
{$DEBUGINFO OFF}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS OFF}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO OFF}
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST ON}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'PostgreSQL Direct Access Components'}
{$RUNONLY}
{$IMPLICITBUILD OFF}
requires
vcl,
vcldb,
bdertl,
rtl,
dsnap,
dbrtl;
contains
PSQLTypes in 'PSQLTypes.pas',
PSQLAccess in 'PSQLAccess.pas',
PSQLDbTables in 'PSQLDbTables.pas',
psqlBatch in 'psqlBatch.pas',
PSQLMacroQuery in 'PSQLMacroQuery.pas',
PSQLMonitor in 'PSQLMonitor.pas',
PSQLTools in 'PSQLTools.pas',
PSQLDump in 'PSQLDump.pas',
PSQLCommon in 'PSQLCommon.pas',
PSQLCopy in 'PSQLCopy.pas',
PSQLDirectQuery in 'PSQLDirectQuery.pas',
PSQLExtMask in 'PSQLExtMask.pas',
PSQLFields in 'PSQLFields.pas',
PSQLNotify in 'PSQLNotify.pas';
end.
package PostgresDAC10;

{$R *.res}
{$ALIGN 8}
{$ASSERTIONS OFF}
{$BOOLEVAL OFF}
{$DEBUGINFO OFF}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS OFF}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO OFF}
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST ON}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'PostgreSQL Direct Access Components'}
{$RUNONLY}
{$IMPLICITBUILD OFF}

requires
vcl,
vcldb,
bdertl,
rtl,
dsnap,
dbrtl;

contains
PSQLTypes in '..\PSQLTypes.pas',
PSQLAccess in '..\PSQLAccess.pas',
PSQLDbTables in '..\PSQLDbTables.pas',
psqlBatch in '..\psqlBatch.pas',
PSQLMacroQuery in '..\PSQLMacroQuery.pas',
PSQLMonitor in '..\PSQLMonitor.pas',
PSQLTools in '..\PSQLTools.pas',
PSQLDump in '..\PSQLDump.pas',
PSQLCommon in '..\PSQLCommon.pas',
PSQLCopy in '..\PSQLCopy.pas',
PSQLDirectQuery in '..\PSQLDirectQuery.pas',
PSQLExtMask in '..\PSQLExtMask.pas',
PSQLFields in '..\PSQLFields.pas',
PSQLNotify in '..\PSQLNotify.pas';

end.
File renamed without changes.
70 changes: 35 additions & 35 deletions PostgresDAC11.cfg → Packages/PostgresDAC11.cfg
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
-$A8
-$B-
-$C+
-$D+
-$E-
-$F-
-$G+
-$H+
-$I+
-$J+
-$K-
-$L+
-$M-
-$N+
-$O+
-$P+
-$Q-
-$R-
-$S-
-$T-
-$U-
-$V+
-$W+
-$X+
-$YD
-$Z1
-GD
-cg
-AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;
-H+
-W+
-M
-$M16384,1048576
-K$00400000
-Z
-$A8
-$B-
-$C+
-$D+
-$E-
-$F-
-$G+
-$H+
-$I+
-$J+
-$K-
-$L+
-$M-
-$N+
-$O+
-$P+
-$Q-
-$R-
-$S-
-$T-
-$U-
-$V+
-$W+
-$X+
-$YD
-$Z1
-GD
-cg
-AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;
-H+
-W+
-M
-$M16384,1048576
-K$00400000
-Z
108 changes: 54 additions & 54 deletions PostgresDAC11.dpk → Packages/PostgresDAC11.dpk
Original file line number Diff line number Diff line change
@@ -1,54 +1,54 @@
package PostgresDAC11;
{$R *.res}
{$ALIGN 8}
{$ASSERTIONS OFF}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS OFF}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO OFF}
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST ON}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'PostgreSQL Direct Access Components'}
{$RUNONLY}
{$IMPLICITBUILD OFF}
{$DEFINE RELEASE}
requires
vcl,
vcldb,
bdertl,
rtl,
dsnap,
dbrtl;
contains
PSQLTypes in 'PSQLTypes.pas',
PSQLAccess in 'PSQLAccess.pas',
PSQLDbTables in 'PSQLDbTables.pas',
psqlBatch in 'psqlBatch.pas',
PSQLMacroQuery in 'PSQLMacroQuery.pas',
PSQLMonitor in 'PSQLMonitor.pas',
PSQLTools in 'PSQLTools.pas',
PSQLDump in 'PSQLDump.pas',
PSQLCommon in 'PSQLCommon.pas',
PSQLCopy in 'PSQLCopy.pas',
PSQLDirectQuery in 'PSQLDirectQuery.pas',
PSQLExtMask in 'PSQLExtMask.pas',
PSQLFields in 'PSQLFields.pas',
PSQLNotify in 'PSQLNotify.pas';
end.
package PostgresDAC11;

{$R *.res}
{$ALIGN 8}
{$ASSERTIONS OFF}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS OFF}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO OFF}
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST ON}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'PostgreSQL Direct Access Components'}
{$RUNONLY}
{$IMPLICITBUILD OFF}
{$DEFINE RELEASE}

requires
vcl,
vcldb,
bdertl,
rtl,
dsnap,
dbrtl;

contains
PSQLTypes in '..\PSQLTypes.pas',
PSQLAccess in '..\PSQLAccess.pas',
PSQLDbTables in '..\PSQLDbTables.pas',
psqlBatch in '..\psqlBatch.pas',
PSQLMacroQuery in '..\PSQLMacroQuery.pas',
PSQLMonitor in '..\PSQLMonitor.pas',
PSQLTools in '..\PSQLTools.pas',
PSQLDump in '..\PSQLDump.pas',
PSQLCommon in '..\PSQLCommon.pas',
PSQLCopy in '..\PSQLCopy.pas',
PSQLDirectQuery in '..\PSQLDirectQuery.pas',
PSQLExtMask in '..\PSQLExtMask.pas',
PSQLFields in '..\PSQLFields.pas',
PSQLNotify in '..\PSQLNotify.pas';

end.
Loading