Differences From Artifact [3b03b54ad4]:
- File src/exceptions/PGException.m — part of check-in [b80a03bd2f] at 2016-02-21 11:08:17 on branch trunk — Adjust to ObjFW changes (user: js, size: 777) [annotate] [blame] [check-ins using]
To Artifact [0be804aea6]:
- File src/exceptions/PGException.m — part of check-in [959a1e5652] at 2017-01-22 04:47:27 on branch trunk — Adjust to ObjFW changes (user: js, size: 769) [annotate] [blame] [check-ins using]
︙ | |||
12 13 14 15 16 17 18 | 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | - + | { self = [super init]; @try { _connection = [connection retain]; _error = [[OFString alloc] initWithCString: PQerrorMessage([_connection PG_connection]) |
︙ |