Hi All, i am using the iBATIS migration tool to manage my DB SQLs. We have a convention to create a synonym and grant read access to the application.
We do have a public stored procedure which does this for us. But i hate to call it in all my scripts. Suppose i have 5 sql script file, i will have to add that single line (fo calling the SP) to all these files in order to ensure the synonyms are being created. I was wondering if there is a better way to tackle this repetitive stuff :-( Is there some kind of post processing configuration that i can do? Or can you please point me to the tool codebase. If there is a better way to do this, i would like to try it out and if it is working, would submit it to the group. Thanks Praveen -- View this message in context: http://www.nabble.com/Post-script-annotation-tp25982252p25982252.html Sent from the iBATIS - User - Java mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
