Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
switch to postgreSQL
  • Loading branch information
stijnsanders committed Aug 31, 2018
1 parent ba8a59f commit 308429f
Show file tree
Hide file tree
Showing 17 changed files with 2,285 additions and 1,655 deletions.
6 changes: 3 additions & 3 deletions DataLank.pas
Expand Up @@ -2,11 +2,11 @@

interface

uses SQLiteData;
uses LibPQData;

type
TDataConnection = TSQLiteConnection;
TQueryResult = TSQLiteStatement;
TDataConnection = TPostgresConnection;
TQueryResult = TPostgresCommand;

implementation

Expand Down
2 changes: 1 addition & 1 deletion Default.xxm
@@ -1,6 +1,6 @@
[[@DataLank,xxmSession,fCommon]][[!var
qr:TQueryResult;
xx:array of OleVariant;
xx:array of Variant;
s,sql,cat:string;
d,d0,f,l,id,id0,lx:integer;
d1:TDateTime;
Expand Down

0 comments on commit 308429f

Please sign in to comment.