mongodb-d4
mongodb-d4 copied to clipboard
Add test cases for converting SQL with joins to MongoDB
trafficstars
We need to write test cases that check whether Sql2Mongo can successfully convert SQL queries that join multiple tables into multiple Operations.
- We should check to make sure that each individual
Operationis correct. - We should check that the
Operationsis linked together properly with the correctquery_groupidentifier.
We already have a test case for this in unittest_sql2mongo but it is currently commented out. We need to figure out what's wrong with it.