Differences From Artifact [7f72fede49]:
- File src/exceptions/PGException.m — part of check-in [406d3f822e] at 2017-05-10 23:59:18 on branch trunk — Add a license (user: js, size: 1962) [annotate] [blame] [check-ins using]
To Artifact [6b0ae0eb82]:
- File src/exceptions/PGException.m — part of check-in [5d46842834] at 2018-11-06 21:29:34 on branch trunk — Adjust to ObjFW changes (user: js, size: 1956) [annotate] [blame] [check-ins using]
︙ | |||
36 37 38 39 40 41 42 | 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | - + | { self = [super init]; @try { _connection = [connection retain]; _error = [[OFString alloc] initWithCString: PQerrorMessage([_connection PG_connection]) |
︙ |