mongodb-d4 icon indicating copy to clipboard operation
mongodb-d4 copied to clipboard

Add test cases for converting SQL with joins to MongoDB

Open apavlo opened this issue 13 years ago • 0 comments
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 Operation is correct.
  • We should check that the Operations is linked together properly with the correct query_group identifier.

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.

apavlo avatar Sep 10 '12 13:09 apavlo