-
-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix #848 - new [SQLFeatureStore] Deleting features fails for certain feature type prefix configurations #867
Fix #848 - new [SQLFeatureStore] Deleting features fails for certain feature type prefix configurations #867
Conversation
…ertain feature type prefix configurations Reason: when searching features by prefixes, one need to make sure, the list to be searched is sorted. Else, a prefix named 'p' will wrongly return a feature 'ppFeatureName'. The test shows a concrete example.
incl. renaming test class (ArrayUtilsTest), to match class under test name
(cherry picked from commit bc0cfaa)
…efore oraclejdk7 build disabled until we switch to Oracle JDK 8 which is supported by travis-ci. (cherry picked from commit 506b075)
…ertain feature type prefix configurations Reason: when searching features by prefixes, one need to make sure, the list to be searched is sorted. Else, a prefix named 'p' will wrongly return a feature 'ppFeatureName'. The test shows a concrete example.
incl. renaming test class (ArrayUtilsTest), to match class under test name
according to comment deegree#850 (comment)
- $HOME/.m2/repository/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please remove this change!
Thank you for your contribution. The TMC meeting noticed that your PR contains a change to the .travis.yml file. It was therefore decided that we would to ask you if you can remove this change. |
@tfr42 sure, I'm willing to support and follow your advice. This change was introduced 9/Feb/2015 and I did not touched/changed this line. I did merge from MASTER and there you can see, this change is in. Indeed, I removed a line from .travis.ml
Would you please double check and confirm, |
Looks ok. It seems to be a CR/LF character issue.
No, please leave it as it is. |
Hi,
this PR supersedes #850.
It reduces the PR to the actual changed files and relevant commits.
Fore actual content details, please have a look at #850
Regards
Martin