- Added two more tests
- Simplified code of optimizations module - Improved doc of optimization module - Added option to get all the intermediate passages of optimization git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@269 014f5005-505e-4b48-8d0a-63407b615a7c
This commit is contained in:
1
test/people_join_select_args_on_both_tables.query
Normal file
1
test/people_join_select_args_on_both_tables.query
Normal file
@@ -0,0 +1 @@
|
||||
σ skill=='C' and age<25 and skill!=name(people ᐅᐊ skills)
|
2
test/people_join_select_args_on_both_tables.result
Normal file
2
test/people_join_select_args_on_both_tables.result
Normal file
@@ -0,0 +1,2 @@
|
||||
id,name,chief,age,skill
|
||||
0,jack,0,22,C
|
1
test/redoundant_union_select.query
Normal file
1
test/redoundant_union_select.query
Normal file
@@ -0,0 +1 @@
|
||||
σ (id==2) (σ age>5 (people ᑌ people))
|
2
test/redoundant_union_select.result
Normal file
2
test/redoundant_union_select.result
Normal file
@@ -0,0 +1,2 @@
|
||||
id,name,chief,age
|
||||
2,john,1,30
|
Reference in New Issue
Block a user