Subject: | Suggest exposing a method to allow override on SQL preprocessing |
Hi Dan,
This looks like a great module that does exactly what we need, and but for
a very small issue, I'd be using it now. We have to support two different
DB types, and it's hard to write portable SQL. I also, for maintenance,
don't like to just have parallel files for each system. Instead, I want to
be able to preprocess the SQL, e.g., using Template Toolkit. This is all
private, can I suggest a small refactor to expose and allow this
preprocessing to be done via a subclass, or possibly more as a convenience
as a callback. I can write a patch for you if you like.
All the best
Stuart