-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/39448/
-----------------------------------------------------------
(Updated Окт. 22, 2015, 5:30 п.п.)
Review request for Ambari, Myroslav Papirkovskyy and Sid Wagle.
Bugs: AMBARI-13478
https://issues.apache.org/jira/browse/AMBARI-13478
Repository: ambari
Description
-------
We ignore case on trying find if FK exists but use the user supplied fk name in
ALTER query.
This method should return the fk name found if at all.
Diffs (updated)
-----
ambari-server/src/main/java/org/apache/ambari/server/orm/DBAccessorImpl.java
cd47252
ambari-server/src/main/java/org/apache/ambari/server/upgrade/UpgradeCatalog210.java
12a1f44
ambari-server/src/test/java/org/apache/ambari/server/orm/DBAccessorImplTest.java
05856b3
Diff: https://reviews.apache.org/r/39448/diff/
Testing
-------
Unit tests passed
Thanks,
Dmytro Sen