Differences From Artifact [674dc69ba9]:
- File src/exceptions/meson.build — part of check-in [e4c8de38e0] at 2024-08-11 17:45:27 on branch trunk — Add documentation (user: js, size: 123) [annotate] [blame] [check-ins using]
To Artifact [ae614258d9]:
- File
src/exceptions/meson.build
— part of check-in
[77c26b4fce]
at
2024-08-11 18:00:52
on branch trunk
— Change prefix to PGSQL
Two letter prefixes are too risky to cause collisions. (user: js, size: 132) [annotate] [blame] [check-ins using]
1 | exceptions_sources = files( | | | | | 1 2 3 4 5 | exceptions_sources = files( 'PGSQLConnectionFailedException.m', 'PGSQLException.m', 'PGSQLExecuteCommandFailedException.m', ) |