Skip to content
Snippets Groups Projects
  1. Dec 02, 2016
    • Konstantin Osipov's avatar
      gh-587: (nested statements): review fixes · edffdc00
      Konstantin Osipov authored
      Add test cases for transaction control statements
      invoked in a trigger.
      
      ABI change: box_txn_rollback() now may fail with error,
      if called from a nested stateent.
      edffdc00
    • Roman Tsisyk's avatar
      Allow DML requests from on_replace triggers · 519f1388
      Roman Tsisyk authored
      Touch txn a little bit to support multistatement transactions in
      autocommit mode.
      
      This patch allow to perform DML requests from space:on_replace()
      triggers. Trigerred requests are processed as a part of the original
      transaction and entire transaction is rolled back in case of error.
      Please note that there is still no support for nested transactions,
      therefore a call to box.begin() from on_replace() trigger is not
      allowed.
      
      Recursive invocation is not forbidden, but limited to the maximal
      depth of 4 to avoid stack overflow.
      
      Proudly fixes #587
      519f1388
  2. Dec 01, 2016
  3. Nov 30, 2016
  4. Nov 29, 2016
  5. Nov 28, 2016
  6. Nov 25, 2016
  7. Nov 24, 2016
Loading