Differences From Artifact [4cb1491070]:
- File exceptions/PGException.m — part of check-in [bec524d06b] at 2014-07-18 21:40:09 on branch trunk — Adjust to ObjFW changes (user: js, size: 793) [annotate] [blame] [check-ins using]
- File src/exceptions/PGException.m — part of check-in [8679c61b2c] at 2014-07-18 23:35:18 on branch trunk — Add a proper build system (user: js, size: 793) [annotate] [blame] [check-ins using]
To Artifact [4f6df79034]:
- File src/exceptions/PGException.m — part of check-in [8af0a7a766] at 2015-09-06 16:17:11 on branch trunk — Adjust to ObjFW changes (user: js, size: 799) [annotate] [blame] [check-ins using]
︙ | |||
10 11 12 13 14 15 16 | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | - + | { self = [super init]; @try { _connection = [connection retain]; _error = [[OFString alloc] initWithCString: PQerrorMessage([_connection PG_connection]) |
︙ |