PeterHenell / sql-server-data-producer

Automatically exported from code.google.com/p/sql-server-data-producer
0 stars 1 forks source link

As a user I want to create a hiarchy of execution item groups in order to have groups repeated within another set of groups. #147

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This will form something like a tree. 
One group containing other groups.

Example

{
Player
Account
  {
    DepositTransactions
    Events
    Wins
    WithdrawalTransaction
  }
}

The inner group will be repeated for each created player.

Original issue reported on code.google.com by a03pe...@gmail.com on 21 Dec 2012 at 1:00

GoogleCodeExporter commented 9 years ago
Implemented as ExecutionNode, ExecutionItem removed.
ExecutionNode will build a tree of Nodes

Original comment by m...@peterhenell.se on 26 Dec 2013 at 10:26