diff options
| author | Bob Arnson <bob@firegiant.com> | 2021-12-19 00:01:29 -0500 |
|---|---|---|
| committer | Bob Arnson <github@bobs.org> | 2021-12-19 14:12:31 -0500 |
| commit | 32fb169d4c8f5065e43b1351cc3a5b4a3d528588 (patch) | |
| tree | dfb5d8b061993386403b4e95d7bd5e77767d39bd /src/ext/Util/ca/scaperf.cpp | |
| parent | 7d0391599aa451f774e2db76528df266abedb004 (diff) | |
| download | wix-32fb169d4c8f5065e43b1351cc3a5b4a3d528588.tar.gz wix-32fb169d4c8f5065e43b1351cc3a5b4a3d528588.tar.bz2 wix-32fb169d4c8f5065e43b1351cc3a5b4a3d528588.zip | |
Consistent-ify primary key column names.
Diffstat (limited to 'src/ext/Util/ca/scaperf.cpp')
| -rw-r--r-- | src/ext/Util/ca/scaperf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext/Util/ca/scaperf.cpp b/src/ext/Util/ca/scaperf.cpp index fd301278..d5051640 100644 --- a/src/ext/Util/ca/scaperf.cpp +++ b/src/ext/Util/ca/scaperf.cpp | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | #include "precomp.h" | 3 | #include "precomp.h" |
| 4 | 4 | ||
| 5 | LPCWSTR vcsPerfCounterDataQuery = L"SELECT `Wix4PerformanceCategory`, `Component_`, `Name`, `IniData`, `ConstantData` FROM `Wix4PerformanceCategory`"; | 5 | LPCWSTR vcsPerfCounterDataQuery = L"SELECT `PerformanceCategory`, `Component_`, `Name`, `IniData`, `ConstantData` FROM `Wix4PerformanceCategory`"; |
| 6 | enum ePerfCounterDataQuery { pcdqId = 1, pcdqComponent, pcdqName, pcdqIniData, pcdqConstantData }; | 6 | enum ePerfCounterDataQuery { pcdqId = 1, pcdqComponent, pcdqName, pcdqIniData, pcdqConstantData }; |
| 7 | 7 | ||
| 8 | LPCWSTR vcsPerfMonQuery = L"SELECT `Component_`, `File`, `Name` FROM `Wix4Perfmon`"; | 8 | LPCWSTR vcsPerfMonQuery = L"SELECT `Component_`, `File`, `Name` FROM `Wix4Perfmon`"; |
