Differences From Artifact [d97b455a6c]:
- File src/exceptions/PGConnectionFailedException.m — part of check-in [31c5599df5] at 2024-08-11 09:22:44 on branch trunk — Change license to unmodified ISC (user: js, size: 1105) [annotate] [blame] [check-ins using]
To Artifact [eaac13221d]:
- File src/exceptions/PGConnectionFailedException.m — part of check-in [e4c8de38e0] at 2024-08-11 17:45:27 on branch trunk — Add documentation (user: js, size: 1112) [annotate] [blame] [check-ins using]
︙ | |||
19 20 21 22 23 24 25 | 19 20 21 22 23 24 25 26 27 28 | - + | #import "PGConnectionFailedException.h" @implementation PGConnectionFailedException - (OFString *)description { return [OFString stringWithFormat: @"Establishing a PostgreSQL connection failed:\n%@\n" |