A little bit related to this issue:

I'm trying to get the project-datadump and project-datasql targets 
working.  After looking at the generated XML for the project-datadump 
target, I noticed that no escaping is done.  More specifically, no 
embedded single-quot (or double-quotes) are escaped.  However, I realize 
the syntax for this is probably non-standard,database-specific.  Is 
there a way to get DB adapter-like functionality into the 
TorqueDataDumpTask?

  After perusing the code, it would be great to have a little 
lightweight adapter-like object stuffed in the context that the 
TorqueDataDumpTask control template can just call something like:
   <$table $column.Name="$dbEscapeString($column.Value)">

  I would add this as a base class method in DB, but carrying around the 
whole DBFactory into a TexenTask appeared to be a daunting task.  Is 
this my best option?

russ


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to