relational/test
Salvo 'LtWorf' Tomaselli a355762fc4 Switch core module to Python3
The core module (the relational algebra, not the interface) is now
using Python3

Tests are passing, so it should be ok.
2015-02-19 12:42:41 +07:00
..
c_programmers.query - Added tests 2010-10-06 21:44:13 +07:00
c_programmers.result - Added tests 2010-10-06 21:44:13 +07:00
dates.query - Added test driver 2010-10-04 10:06:17 +07:00
dates.result - Added test driver 2010-10-04 10:06:17 +07:00
dates_sel.query - Added tests 2010-10-06 21:44:13 +07:00
dates_sel.result - Added tests 2010-10-06 21:44:13 +07:00
fixed_len_name.query - Added other tests 2010-10-04 12:46:18 +07:00
fixed_len_name.result - Added other tests 2010-10-04 12:46:18 +07:00
intersection1.query - Added other tests to expose potential optimization problems 2010-10-11 10:51:37 +07:00
intersection1.result - Added other tests to expose potential optimization problems 2010-10-11 10:51:37 +07:00
intersection2.query - Added other tests to expose potential optimization problems 2010-10-11 10:51:37 +07:00
intersection2.result - Added other tests to expose potential optimization problems 2010-10-11 10:51:37 +07:00
max_rating_in_age_range.query - Added new test 2011-03-20 17:16:34 +07:00
max_rating_in_age_range.result - Added new test 2011-03-20 17:16:34 +07:00
maxdate.query - Added tests 2010-12-23 10:11:14 +07:00
maxdate.result - Added tests 2010-12-23 10:11:14 +07:00
name_age.query - Added tests 2010-10-06 21:44:13 +07:00
name_age.result - Added tests 2010-10-06 21:44:13 +07:00
older_than_boss.query - Added tests 2010-10-06 21:44:13 +07:00
older_than_boss.result - Added tests 2010-10-06 21:44:13 +07:00
people.query - Added test driver 2010-10-04 10:06:17 +07:00
people.result - Added test driver 2010-10-04 10:06:17 +07:00
people_join_select_args_on_both_tables.query - Added two more tests 2011-02-24 13:27:33 +07:00
people_join_select_args_on_both_tables.result - Added two more tests 2011-02-24 13:27:33 +07:00
phones_of_people_with_personal_room.query - Added other tests 2010-10-04 12:46:18 +07:00
phones_of_people_with_personal_room.result - Added other tests 2010-10-04 12:46:18 +07:00
php.query - Fixed tokenize_select that was not providing level prop for the tokens anymore 2010-10-06 12:31:48 +07:00
php.result - Added other tests 2010-10-04 12:46:18 +07:00
pswap.python - Added test driver 2010-10-04 10:06:17 +07:00
pswap.result - Added test driver 2010-10-04 10:06:17 +07:00
redoundant_union_select.query - Added two more tests 2011-02-24 13:27:33 +07:00
redoundant_union_select.result - Added two more tests 2011-02-24 13:27:33 +07:00
rel_eq.python - Added test driver 2010-10-04 10:06:17 +07:00
rel_eq.result - Added test driver 2010-10-04 10:06:17 +07:00
rename_insert1.exec Switch core module to Python3 2015-02-19 12:42:41 +07:00
rename_insert1.result - Added tests 2010-12-23 10:11:14 +07:00
rename_insert2.exec Switch core module to Python3 2015-02-19 12:42:41 +07:00
rename_insert2.result - Added tests 2010-12-23 10:11:14 +07:00
select_join_opt.query - improved an optimization, to produce a simpler select condition under certain circumstances 2011-11-07 19:01:33 +07:00
select_join_opt.result - improved an optimization, to produce a simpler select condition under certain circumstances 2011-11-07 19:01:33 +07:00
skill_of_best_person.query - Added test 2011-03-22 13:28:41 +07:00
skill_of_best_person.result - Added test 2011-03-22 13:28:41 +07:00
subtraction1.query - Added other tests to expose potential optimization problems 2010-10-11 10:51:37 +07:00
subtraction1.result - Added other tests to expose potential optimization problems 2010-10-11 10:51:37 +07:00
subtraction2.query - Added new test 2010-10-26 13:54:34 +07:00
subtraction2.result - Added new test 2010-10-26 13:54:34 +07:00
swap_fields.query - Added test driver 2010-10-04 10:06:17 +07:00
swap_fields.result - Added test driver 2010-10-04 10:06:17 +07:00
union1.query - Added other tests to expose potential optimization problems 2010-10-11 10:51:37 +07:00
union1.result - Added other tests to expose potential optimization problems 2010-10-11 10:51:37 +07:00
union2.query - Added other tests to expose potential optimization problems 2010-10-11 10:51:37 +07:00
union2.result - Added other tests to expose potential optimization problems 2010-10-11 10:51:37 +07:00
union3.query - Added other tests to expose potential optimization problems 2010-10-11 10:51:37 +07:00
union3.result - Added other tests to expose potential optimization problems 2010-10-11 10:51:37 +07:00
union4.query - Added tests 2010-12-23 10:11:14 +07:00
union4.result - Added tests 2010-12-23 10:11:14 +07:00
union_and_select.query - Implemented select_union_intersect_subtract general optimization 2011-02-18 18:11:39 +07:00
union_and_select.result - Implemented select_union_intersect_subtract general optimization 2011-02-18 18:11:39 +07:00
union_not_select.query - Implemented select_union_intersect_subtract general optimization 2011-02-18 18:11:39 +07:00
union_not_select.result - Implemented select_union_intersect_subtract general optimization 2011-02-18 18:11:39 +07:00
union_or_select.query - Implemented select_union_intersect_subtract general optimization 2011-02-18 18:11:39 +07:00
union_or_select.result - Implemented select_union_intersect_subtract general optimization 2011-02-18 18:11:39 +07:00
younger.query - Added tests 2010-10-06 21:44:13 +07:00
younger.result - Added tests 2010-10-06 21:44:13 +07:00