You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by "mengkun (JIRA)" <ji...@apache.org> on 2009/03/09 13:24:16 UTC

[jira] Created: (CAY-1187) why newline(CR LF)code can't be update?

why  newline(CR LF)code can't be update?
----------------------------------------

                 Key: CAY-1187
                 URL: https://issues.apache.org/cayenne/browse/CAY-1187
             Project: Cayenne
          Issue Type: Bug
         Environment: Mysql  ,Apache tomcat5.5 ,java
            Reporter: mengkun
         Attachments: Ptgch0080FormData.java

when i execute SQL with cayenne SQLtemplate like this
************************************
UPDATE  t1 SET item='firstline
secondline'
************************************
the newline code(CRLF) become space code(0x20) in Mysql Database.
i want to know how to resolve this problem?
Thanks!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.