Managing Transactions
还没有人认领这个 Issue。
评估
调研方向
该 issue 没有指出任何文件、测试或入口点;首先定位 Python 库如何调用 Tarantool 函数,以及如何更新 spaces。将这条路径与 Tarantool 的 box.begin() 和 box.commit() 行为进行比较,然后将完成标准定义为:提供一种受支持的方式来将更新或插入操作分组并提交它们,同时包含覆盖事务流程的测试。
由索引模型根据 Issue 内容生成。
描述
Hi,
Is there a way to manage transactions through the library?
In tarantool, transaction is started with box.begin() and committed with box.commit() functions. But I couldn't find any methods in the library to manage the transactions.
What I would like to do is, begin a transaction, make updates/inserts to a space and then commit the transaction.
I tried adding some functions like below and calling these functions from the library, but it didn't work.
function begin_transaction(dummy)
box.begin()
end
function commit_transaction(dummy)
box.commit()
end
Thank you.
- 主要语言
- Python
- 星标
- 108
- 派生
- 51
- 平均合并
- 1 天 8 小时
- 30 天内合并 PR
- 1
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
tarantool/tarantool-python 的其他 Issue
-
bug
难度 2/5 1-3 小时 新手友好度 65/100
tarantool/tarantool-python#325 · 1 条评论 ·
-
难度 3/5 1-2 天 新手友好度 48/100
tarantool/tarantool-python#340 ·
-
难度 3/5 1-2 天 新手友好度 48/100
tarantool/tarantool-python#333 ·
-
3sp feature teamE
难度 5/5 一周以上 新手友好度 25/100
tarantool/tarantool-python#309 · 1 条评论 ·
-
customer Database API
难度 1/5 1 小时以内 新手友好度 45/100
tarantool/tarantool-python#307 · 1 条评论 ·
查看 tarantool/tarantool-python 的全部 Issue
相似的 Issue
-
bug
难度 2/5 1-3 小时 新手友好度 75/100
xinnan-tech/xiaozhi-fde-talk#263 ·
-
rules
难度 1/5 1 小时以内 新手友好度 90/100
-
难度 2/5 1-3 小时 新手友好度 70/100
huggingface/Repo2RLEnv#163 · 1 条评论 ·
-
难度 1/5 1 小时以内 新手友好度 95/100
huggingface/sentence-transformers#4074 ·
-
comp/dashboard invalid P3
难度 2/5 1-3 小时 新手友好度 70/100
NousResearch/hermes-agent#121143 ·