PeterHenell / sql-server-data-producer

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

BUG: Consumers does not support Identity value from previous Item# #194

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If the selected generator is Identity from previous item# then it will fail 
since not all the ExecutionItems are in the same DataRowSet.

Original issue reported on code.google.com by a03pe...@gmail.com on 15 Mar 2013 at 12:07

GoogleCodeExporter commented 9 years ago
New consumers will need to populate the valuestore with the generated values 
such as Identities. The insertConsumer have been implemented to do this.

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