Skip to content
#

tarantool

Here are 119 public repositories matching this topic...

pgulutzan
pgulutzan commented Feb 10, 2021

I have Ubuntu 20.04. I have Tarantool 2.7 pulled from source today.

I execute these requests:
box.execute([[CREATE TABLE k1 (s1 INT PRIMARY KEY);]])
box.execute([[CREATE TABLE k3 (s1 INT PRIMARY KEY);]])
box.execute([[CREATE TRIGGER BEFORE DELETE ON k1 FOR EACH ROW BEGIN INSERT INTO k3 VALUES (old.c); END;]])
box.space._trigger:select('BEFORE')

As the select() shows, CREATE TRIGGER creat

Improve this page

Add a description, image, and links to the tarantool topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tarantool topic, visit your repo's landing page and select "manage topics."

Learn more