- Added division operator

- Edited parser module to return the fields returned by a division operation
- Edited relation class API, renaming the rearrange method to _rearrange_
- Readline interface specifies that completion works only if supported by the terminal
- Added todo file



git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@240 014f5005-505e-4b48-8d0a-63407b615a7c
This commit is contained in:
LtWorf
2010-07-02 14:43:32 +00:00
parent 814594e825
commit 45af67f241
5 changed files with 26 additions and 12 deletions

1
TODO Normal file
View File

@@ -0,0 +1 @@
- Convert the relation module to use python's sets