Hello On Mon, 21 Mar 2005 18:54:39 +0100, Gilles Bayon <[EMAIL PROTECTED]> wrote: > Doing so exposed to sql inject attack.
But I'm replacing all of single quotes with double quotes as you can see. I'm using iBATIS with application server and thought that it is enough to replace one single quote with double single quote. Isn't it? I need this functionality in any case - will it be implemented into iBATIS trunk or not. Using sp_executesql with parameters causes about 700 times performance losses. Help me please - is there any pattern how I could maintain custom build of the open source project merging my changes with new versions of iBATIS? I could put iBATIS with my changes in local SVN repositiry and merge it with snapshots from iBATIS repository. But how I should deal with branches? E.g. 1.0.1.1 - version with my changes (local repostory) and I've downloaded 1.1.0 from iBATIS repository. How could I put 1.1.0 into local repostory - 'svn import' or 'svn commit'? Should I create two projects (with custom changes and original) and perform merge from original version of iBATIS project to the local version? Is it possible in Subversion? Thank you.