- 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

View File

@@ -265,7 +265,7 @@ def exec_query(command):
def main(files=[]):
print "> ; Type HELP to get the HELP"
print "> ; Completion is activated using the tab"
print "> ; Completion is activated using the tab (if supported by the terminal)"
for i in files:
load_relation(i)