Managing Transactions
まだ誰も着手していません。
評価
調査の方向性
この 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時間
- マージ済み PR(30日)
- 1
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- 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 ·
-
`load_schema` race オープン
難易度 3/5 1〜2日 初心者へのやさしさ 48/100
tarantool/tarantool-python#333 ·
-
3sp feature teamE
難易度 5/5 1週間以上 初心者へのやさしさ 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
-
area: harness bug status: needs-triage
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
Human-Agent-Society/reef#625 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
-
難易度 1/5 1時間未満 初心者へのやさしさ 80/100
learningequality/kolibri#15351 · コメント 2 件 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
-
Name consistency オープン
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
eellak/triplestore#65 · コメント 1 件 ·