moved the initialization of psyco after the initialization

git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@140 014f5005-505e-4b48-8d0a-63407b615a7c
This commit is contained in:
LtWorf
2009-04-29 12:14:00 +00:00
parent a877fd2dcf
commit bc0492ef77
2 changed files with 9 additions and 7 deletions

View File

@@ -70,4 +70,5 @@
- Document about complexity of operations
- Bug: error in update operation, it changed the original tuple, so also other relations using the same tuple would change. Now it copies it.
- Added make install and uninstall
- Optimizer generate a tree from the expression
- Optimizer generate a tree from the expression
- Uses python-psyco when it is available