I had sent an earlier email (which I have not figured out how to reply to?)
regarding the BeforeQuery event not being found in the latest DataMapper.

Thanks to StackOverflow I've done some further research and found that a
prior employee modified the iBatis code to add this event.

I'm hoping if I explain what we are trying to do that someone can help me
understand how to do this in native iBatis code...

We currently put in our own additional "markup" in the ibatis queries. We
modified the RunQueryForList methods to call attached event handlers to
modify the command before it is executed. (Our event handler then uses
regular expressions to replace the custom markup with the final sql.)

Any suggestions on how to do this natively?

Thank you.

Reply via email to