ObjPgSQL  Diff

Differences From Artifact [6469b1300a]:

To Artifact [adaf1d5292]:


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