in reply to Re: Building SQL Query on the fly
in thread Building SQL Query on the fly

Thanks for the replies guys. I am not too concerned about abuse or security for this first run thru. I would just like to be able to do the things I mentioned above. The front end is built in ruby on rails, so I am not sure I can use template toolkit.

Replies are listed 'Best First'.
Re^3: Building SQL Query on the fly
by perrin (Chancellor) on Oct 08, 2007 at 02:45 UTC
      Actually I was suggesting using it for the xml output, but using it for the sql generation is in interesting angle too. probably a bit overkill though.
        Overkill maybe, but sometimes I find myself writing half a templating engine just to build up some SQL string and then wondering why I didn't just start with one.
A reply falls below the community's threshold of quality. You may see it by logging in.