completed implementation of selection_inside_projection

git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@154 014f5005-505e-4b48-8d0a-63407b615a7c
This commit is contained in:
LtWorf
2009-05-08 14:51:31 +00:00
parent b3a9d98d24
commit c7f1aa060e
2 changed files with 18 additions and 2 deletions

View File

@@ -73,4 +73,5 @@
- Optimizer generate a tree from the expression
- Uses python-psyco when it is available
- Ability to perform optimizations from GUI
- Able to (temporarily) store queries with a name
- Able to (temporarily) store queries with a name
- Mechanism to add new kind of optimizations, without having to edit all the code