Actions
Bug #3713
closedDatabase Upgrade/Install' utility detected database version 1.6.0 for 1.8.1 db
Start date:
12/17/2008
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
3713
Description
We've seen this before. The upgrade utility is case sensitive when looking at postgres db metadata. We put a fix in for this once. Duane C should verify that this is not fixed in RC4. If it isn't, we need to fix.
Updated by Michael Daigle almost 16 years ago
Code to look at db indexes was converting table name to upper case. The caller should decide the case of the table name based on O/S. Removed the automatic conversion to upper case.
Actions