oceanbase / oceanbase/pyseekdb
[Enhancement]: test collection name more than 64 characters
Open
@NTLx is already working on this.
Since Jan 26, 2026.
type: enhancement
vibe coding: easy
- Dominant language
- Python
- Stars
- 62
- Forks
- 35
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 2
Description
Description
As we use a table to record the meta information of collection, so the length of collection name can be more than 64 characters now. But there's no integration test case to cover this scenario.
Currently we have a test case file: tests/unit_tests/test_collection_name_validation.py.
Refer to doc for the details of sdk_collections meta table solution.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.