|
From: Kevin M. <Kev...@ir...> - 2002-08-05 16:41:24
|
+1 I think this is the way to go. For my usecase the delimiter attribute would be set to "GO" and the batch attribute set to true. The SQLTask would then execute each statement individually. Kevin Miller -----Original Message----- From: Tomas Restrepo [mailto:to...@mv...] Sent: Friday, August 02, 2002 10:08 PM To: Nant-Developers (E-mail); nan...@li... Subject: Re: [nant-dev] SQL Task GO support addition? <kevinsnipped/> So, what I had in mind was to keep both the statement-by-statement and batched executions models for SqlTask, and add a boolean "batch" attribute to the task to switch between the two. This would be a fairly easy to do change, since I already have the code to do both things in the project's CVS. What do you guys thing? -- Tomas Restrepo to...@mv... |