test attempt to increase max collection name length from 64 chars to 256 #9890
Conversation
…rease-collection-name-max-length
…rease-collection-name-max-length
…rease-collection-name-max-length
…rease-collection-name-max-length
…rease-collection-name-max-length
Note: may affect drivers and needs a documentation PR. |
ObiWahn
added a commit
that referenced
this pull request
Oct 25, 2019
* origin/devel: micro optimizations (#10316) test attempt to increase max collection name length from 64 chars to 256 (#9890) Feature/force backup (#10265) upgrade vpack library (#10314) avoid string copies in several cases (#10317) Round index estimates when comparing plan, we do not really care for exact equallity, they should only not be off by much (#10312)
ObiWahn
added a commit
that referenced
this pull request
Oct 28, 2019
…ture/smart-join-views-2 * 'devel' of https://github.com/arangodb/arangodb: rawPayload shouldn't return the full reply buffer (#10319) micro optimizations (#10316) test attempt to increase max collection name length from 64 chars to 256 (#9890) Feature/force backup (#10265) upgrade vpack library (#10314) avoid string copies in several cases (#10317) Round index estimates when comparing plan, we do not really care for exact equallity, they should only not be off by much (#10312) make ccache optional (#10310)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Scope & Purpose
Increase maximum collection name length from 64 chars to 256.
Testing & Verification
This change is already covered by existing tests, such as shell-collection.js.
This will need adjustments in the docs, and potentially for some of the drivers, so please keep this PR open for now and don't merge it.