- Added attempt of completion on files

- Added help
- Better handling of input termination or empty lines


git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@233 014f5005-505e-4b48-8d0a-63407b615a7c
This commit is contained in:
LtWorf
2010-06-21 17:05:31 +00:00
parent 261bd4469f
commit 9a51c38be6
3 changed files with 59 additions and 10 deletions

View File

@@ -101,4 +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 curses
- Does not depend on QT anymore
- Added readline user interface