GitHub user stariy95 opened a pull request: https://github.com/apache/cayenne/pull/168
Fix DataMapMerger case sensitivity issues and test failures on Postgres You can merge this pull request into a Git repository by running: $ git pull https://github.com/stariy95/cayenne dbmerger-fix Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cayenne/pull/168.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #168 ---- commit 65233b24df5bfeb8363edc41182f794c23394c32 Author: Nikita Timofeev <stari...@gmail.com> Date: 2016-12-16T11:30:46Z Fix DataMapMerger case sensitivity issues - can miss relationship and attribute change if name in mixed upper- and lowercase commit 4d14b7182dad5389c80721c64fefd5895d5290b5 Author: Nikita Timofeev <stari...@gmail.com> Date: 2016-12-22T12:09:35Z Fix DataMapMerger case sensitivity issues - can miss relationship and attribute change if name in mixed upper- and lowercase - fix test failures caused by lower- and uppercase names - additional tests - fix test failures for Postgres (and partially for Oracle and SQLServer but tests needed) ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---