ObjPgSQL  Diff

Differences From Artifact [f39a379181]:

To Artifact [0525cbb5f6]:


1

2
3
4
5
6
7
8
#import "PGException.h"


@implementation PGException
@synthesize connection = _connection;

+ (instancetype)exceptionWithConnection: (PGConnection *)connection
{
	return [[[self alloc] initWithConnection: connection] autorelease];

>







1
2
3
4
5
6
7
8
9
#import "PGException.h"
#import "PGConnection+Private.h"

@implementation PGException
@synthesize connection = _connection;

+ (instancetype)exceptionWithConnection: (PGConnection *)connection
{
	return [[[self alloc] initWithConnection: connection] autorelease];