a355762fc4
The core module (the relational algebra, not the interface) is now using Python3 Tests are passing, so it should be ok.
6 lines
104 B
Plaintext
6 lines
104 B
Plaintext
p1=people.rename({"id":"ido"})
|
|
p1.insert((123,"lala",0,31))
|
|
|
|
retval=people==p1
|
|
people.delete("id==123")
|