apache / apache/incubator-seata
oracle什么时候可以支持批量新增、批量更新?
- Dominant language
- Java
- Stars
- 26k
- Forks
- 8.8k
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 4
Description
- [ ] I have searched the [issues](https://github.com/seata/seata/issues) of this repository and believe that this is not a duplicate.
### Ⅰ. Issue Description
oracle什么时候可以支持批量新增、批量更新?
### Ⅱ. Describe what happened
查阅官方文档发现:
> SQL限制
Seata 事务目前支持 INSERT、UPDATE、DELETE 三类 DML 语法的部分功能,这些类型都是已经经过Seata开源社区的验证。SQL 的支持范围还在不断扩大,建议在本文限制的范围内使用。如果您有意帮助社区支持更多类型的SQL,请提交PR申请。
使用限制
不支持 SQL 嵌套
不支持多表复杂 SQL
不支持存储过程、触发器
部分数据库不支持批量更新,在使用 MySQL、Mariadb、PostgreSQL9.6+作为数据库时支持批量
请问,oracle什么时候可以支持批量新增、批量更新?谢谢
Contributor guide
Research direction
The issue names no source files, tests, or entry points. Start by reviewing Seata's documented SQL limitations and the Oracle batch INSERT and UPDATE support gap; completion would require an agreed implementation scope and validation, but the issue does not specify tests or acceptance criteria.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, sql
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100