Comment: | Change prefix to PGSQL
Two letter prefixes are too risky to cause collisions. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
77c26b4fcecfc3e46c1e0b9412a9a88d |
User & Date: | js on 2024-08-11 18:00:52 |
Other Links: | manifest | tags |
2024-08-11
| ||
18:01 | Set version to 1.0 check-in: 33735ae0cd user: js tags: trunk, 1.0-release | |
18:00 | Change prefix to PGSQL check-in: 77c26b4fce user: js tags: trunk | |
17:48 | Remove .gitignore check-in: 6a6b563eda user: js tags: trunk | |
Modified Doxyfile from [d63473eed3] to [0f2e505861]. [diff]
Modified src/ObjPgSQL.h from [b8af5df6b9] to [c4c0222ebd]. [diff]
Renamed and modified src/PGConnection+Private.h [0e21f3b90a] to src/PGSQLConnection+Private.h [9702597a7d]. [diff]
Renamed and modified src/PGConnection.h [4e80eb06d8] to src/PGSQLConnection.h [a79bf6e7f3]. [diff]
Renamed and modified src/PGConnection.m [5e7a8f6854] to src/PGSQLConnection.m [40b1a4989d]. [diff]
Renamed and modified src/PGResult+Private.h [c69e339278] to src/PGSQLResult+Private.h [d2e2dec6a6]. [diff]
Renamed and modified src/PGResult.h [2046b4f6dd] to src/PGSQLResult.h [62553c259f]. [diff]
Renamed and modified src/PGResult.m [6f8b3390f2] to src/PGSQLResult.m [dd60e56bcb]. [diff]
Renamed and modified src/PGResultRow+Private.h [4b3ecb6d0a] to src/PGSQLResultRow+Private.h [06b5a69ed1]. [diff]
Renamed and modified src/PGResultRow.h [1a14dcc36a] to src/PGSQLResultRow.h [cf19613225]. [diff]
Renamed and modified src/PGResultRow.m [942a6e30f4] to src/PGSQLResultRow.m [459d0b869b]. [diff]
Renamed and modified src/exceptions/PGConnectionFailedException.h [1a9ea18919] to src/exceptions/PGSQLConnectionFailedException.h [92ce2ef6dd]. [diff]
Renamed and modified src/exceptions/PGConnectionFailedException.m [eaac13221d] to src/exceptions/PGSQLConnectionFailedException.m [41cc2e2ed3]. [diff]
Renamed and modified src/exceptions/PGException.h [6863b5251d] to src/exceptions/PGSQLException.h [84e9f655dc]. [diff]
Renamed and modified src/exceptions/PGException.m [abab265e43] to src/exceptions/PGSQLException.m [17f11a3e00]. [diff]
Renamed and modified src/exceptions/PGExecuteCommandFailedException.h [675f91afaf] to src/exceptions/PGSQLExecuteCommandFailedException.h [7a760a9f51]. [diff]
Renamed and modified src/exceptions/PGExecuteCommandFailedException.m [f4ea4c984b] to src/exceptions/PGSQLExecuteCommandFailedException.m [0f00327522]. [diff]
Modified src/exceptions/meson.build from [674dc69ba9] to [ae614258d9]. [diff]
Modified src/meson.build from [8256687f74] to [c0c95e2704]. [diff]
Modified tests/Tests.m from [be5bedb02c] to [4eb664efe8]. [diff]