ObjPgSQL  Diff

Differences From Artifact [78c2e023e3]:

To Artifact [84c2eea1b1]:


22
23
24
25
26
27
28
29
30
31
32
 */

#import "PGConnection.h"

OF_ASSUME_NONNULL_BEGIN

@interface PGConnection ()
- (PGconn *)PG_connection;
@end

OF_ASSUME_NONNULL_END







|



22
23
24
25
26
27
28
29
30
31
32
 */

#import "PGConnection.h"

OF_ASSUME_NONNULL_BEGIN

@interface PGConnection ()
@property (readonly, nonatomic) PGconn *pg_connection;
@end

OF_ASSUME_NONNULL_END