OpenTenBase / OpenTenBase/TXSQL
扩展建库的语法
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 337
- Forks
- 234
- PR merge metrics
- No merged PRs in 30d
Description
扩展建库的语法,支持通过comment指定COMPRESSION为0、1、2、3,指定Encryption为AES/SM4。要求进行comment信息合法性检查,并将解析后的合法信息存到字典中。
示例:
CREATE database db COMMENT 'COMPRESSION="1", Encryption="AES" '
Contributor guide
No contributing guide indexed for this repository
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.
Research direction
Start by locating the CREATE DATABASE parser and the code that reads database comments. Check how comment options are currently represented, then define validation for COMPRESSION values 0–3 and Encryption values AES/SM4. Done means valid options are stored in a dictionary and invalid comment information is rejected; no test file is named in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100