- Support for division operator in interfaces (not yet in the backend)

- Fixed error printing in qt ui for python 2.6



git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@238 014f5005-505e-4b48-8d0a-63407b615a7c
This commit is contained in:
LtWorf
2010-07-02 13:50:06 +00:00
parent 84172d78bb
commit 215386350d
3 changed files with 15 additions and 3 deletions

View File

@@ -101,6 +101,6 @@
- When a query fails, shows the message of the exception (Rev220)
- Improved tokenizer for select in optimizations, now can accept operators in identifiers (Rev220)
- Uses getopt to handle the command line in a more standard way
- Organized code so the ui can be either qt or curses
- Organized code so the ui can be either qt or command line
- Does not depend on QT anymore
- Added readline user interface