ObjPgSQL  Diff

Differences From Artifact [adaf1d5292]:

To Artifact [6469b1300a]:


1
2
3

4
5
6
7
8
9
10
1
2

3
4
5
6
7
8
9
10


-
+







#import <ObjFW/ObjFW.h>

#import "PGConnection.h"
#import "../PGConnection.h"

@interface PGException: OFException
{
	PGConnection *connection;
}

#ifdef OF_HAVE_PROPERTIES