relational/test/rename_insert2.exec
Salvo 'LtWorf' Tomaselli a355762fc4 Switch core module to Python3
The core module (the relational algebra, not the interface) is now
using Python3

Tests are passing, so it should be ok.
2015-02-19 12:42:41 +01:00

6 lines
104 B
Plaintext

p1=people.rename({"id":"ido"})
p1.insert((123,"lala",0,31))
retval=people==p1
people.delete("id==123")