-
-
Notifications
You must be signed in to change notification settings - Fork 189
[Feature] Add xquery recursive collection creation with just one path expression #5062
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
Open
enima007
wants to merge
25
commits into
eXist-db:develop
Choose a base branch
from
enima007:feature/add-xquery-collection-create-with-just-the-path
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
7ee7a8d
Added create collection from a path, and the one parameter signature.
enima007 206772a
Added create collection with path signature.
enima007 66a060e
Added test file for create-collection with path.
enima007 f907b10
Removed wildcard imports.
enima007 5135da7
Changed new-collection-uri to collection-uri.
enima007 78bf82e
Fixed order to public final static as per the JLS.
enima007 e898899
Fixed catch blocs and thrown exception.
enima007 31abe51
Fixed current test-case collection names.
enima007 ff155b8
Merge branch 'eXist-db:develop' into feature/add-xquery-collection-cr…
enima007 e7118ed
Added cleanCollectionUri function.
enima007 ac5f200
Remove unused parameter collectionURI.
enima007 7cbd6dd
Fixed duplicating root collection.
enima007 43f331f
Fixed indentation.
enima007 cf1a8de
Fixed function doc.
enima007 1915cfa
Fixed log level and removed unecessary logs.
enima007 3ed9193
Removed sequenced constructor and added a new test case.
enima007 213d9bd
Merge branch 'feature/add-xquery-collection-create-with-just-the-path…
enima007 11b270b
Use ROOT_COLLECTION constant instead of /db string
enima007 138b435
Merge branch 'eXist-db:develop' into feature/add-xquery-collection-cr…
enima007 fa16fd4
Merge branch 'eXist-db:develop' into feature/add-xquery-collection-cr…
enima007 61faaae
Merge branch 'eXist-db:develop' into feature/add-xquery-collection-cr…
enima007 72bc0ee
[feature] used Automatic Resource Management to close collection.
enima007 bd4d1d2
[feature] Add final keyword to automatic resource management try catc…
enima007 b963c00
[feature] Fix creating a collection with a path not starting by /db.
enima007 4f71bdc
[feature] Fixed test case and added a new assert error test.
enima007 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[feature] used Automatic Resource Management to close collection.
- Loading branch information
commit 72bc0ee412833f800bfbaf6197238fced068da91
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.