tarantool/migrate

Document flags argument in DML callbacks

オープン

#11 opened on 2020/07/23

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Lua (0 件のフォーク)auto 404
backlogdocumentationgood first issueprio4

Repository metrics

Stars
 (1 個のスター)
PR merge metrics
 (PR metrics pending)

説明

From README:

spaces is a table that associates old space number and table with definitions:

  • insert - custom insert function function(tuple, flags). If not defined, a function that inserts a tuple into a space with new_id.
  • delete - custom delete function function(key, flags). If not defined, a function that deletes a tuple with a key from a space with new_id.
  • update - custom update function function(key, ops, flags. If not defined, a function that executes update with operations ops in a space with new_id on a tuple with PK key.

Meaning of flags is not described anywhere.

コントリビューターガイド