Bugs item #619969, was opened at 2002-10-07 17:15
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=619969&group_id=22866

Category: JBossCMP
Group: v3.0 Rabbit Hole
Status: Open
Resolution: None
Priority: 5
Submitted By: Vinh Nguyen (softwaremasters)
Assigned to: Nobody/Anonymous (nobody)
Summary: SQL Server substring syntax is wrong

Initial Comment:
The function mapping for substring for SQL Server (both 
7 and 2K) in standardjbosscmp-jdbc.xml is currently:

substring(?1 FROM ?2 FOR ?3)

This is incorrect. The correct syntax for the substring 
function is:

substring(?1, ?2, ?3)

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=619969&group_id=22866


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to