[jira] Commented: (IBATIS-143) Remove blanks in SQL

2005-11-04 Thread JIRA
[ http://issues.apache.org/jira/browse/IBATIS-143?page=comments#action_12356755 ] Peter Köhler commented on IBATIS-143: - I don´t like this idea because this is a typical deployment task and build tools like ant have possibilities (http://ant.apache.org

[jira] Commented: (IBATIS-143) Remove blanks in SQL

2005-11-04 Thread Steffen Legler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-143?page=comments#action_12356767 ] Steffen Legler commented on IBATIS-143: --- I think, you don't understand the issue. Dynamic built SQL has nothing to do with deployment. The SQL-statements are built durin

Re: [jira] Commented: (IBATIS-143) Remove blanks in SQL

2005-11-04 Thread Nathan Maves
I think that this would be a nice to have. You would have to do a regular exp match to substitute one space for two or more spaces. Nathan On Nov 4, 2005, at 4:12 AM, Steffen Legler (JIRA) wrote: [ http://issues.apache.org/jira/browse/IBATIS-143? page=comments#action_12356767 ] Steff

Re: [jira] Commented: (IBATIS-143) Remove blanks in SQL

2005-11-04 Thread Larry Meadors
..and be careful that it isn't in here: select '' + blah from table Larry On 11/4/05, Nathan Maves <[EMAIL PROTECTED]> wrote: > I think that this would be a nice to have. You would have to do a > regular exp match to substitute one space for two or more spaces. > > Nathan > > > On Nov 4, 2

Re: [jira] Commented: (IBATIS-143) Remove blanks in SQL

2005-11-04 Thread Nathan Maves
well I would say that you do it before any string substitutions ($$) are done. Do people really hard code stuff like that in their queries? On Nov 4, 2005, at 9:19 AM, Larry Meadors wrote: ..and be careful that it isn't in here: select '' + blah from table Larry On 11/4/05, Nathan M

Re: [jira] Commented: (IBATIS-143) Remove blanks in SQL

2005-11-04 Thread Larry Meadors
I'd bet good cash money on it. :) Larry On 11/4/05, Nathan Maves <[EMAIL PROTECTED]> wrote: > well I would say that you do it before any string substitutions ($$) > are done. Do people really hard code stuff like that in their queries? > > > On Nov 4, 2005, at 9:19 AM, Larry Meadors wrote: > >

[jira] Created: (IBATIS-218) 'i' character in property names, with Turkish locale

2005-11-04 Thread Bahri Gencsoy (JIRA)
'i' character in property names, with Turkish locale Key: IBATIS-218 URL: http://issues.apache.org/jira/browse/IBATIS-218 Project: iBatis for Java Type: Bug Components: SQL Maps Versions: 2.1.5 Environ

[jira] Updated: (IBATIS-218) 'i' character in property names, with Turkish locale

2005-11-04 Thread Bahri Gencsoy (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-218?page=all ] Bahri Gencsoy updated IBATIS-218: - Attachment: AutoResultMap.java Fixed file for version 2.1.5 > 'i' character in property names, with Turkish locale >