skip menu and go to main content

body start

리눅스 네이트온

Resolved  오프라인 쪽지 통합메시지함에서 폼이 깨짐 2 ]

08.03.06-16:31:11

304776

Submitted by DooHyun

Assignee DooHyun

View1272

Priority3

오프라인 쪽지가 깨져서 DB에 저장되는군요.
온라인 쪽지는 정상적으로 됩니다.

예)

또다시김동우 <xxx@nate.com>0스팸을받는 사람0뿌리게0되어작성일0죄송합니다.
보낸 사람 : 2008-02-20 13:09:48
또다시 스팸을 뿌리게 되어 죄송합니다.%0D%0A%0D%0A일전에 소개드린 세미나 마켓 FT에서 %0D%0A2월 22일 금요일 세미나 주제를 선정하고 있습니다.%0D%0A%0D%0Ahttp://xxx.nate.com/ft/view.php?ft_id=235&bbs_id=1069&post_id=3914&search_str=&search_column=&block=1&page=1 관심있으신 분들은 클럽에 가입하셔서 주제선정에 참여해 보세요~~ : %4
%5 : %6
%7

Comments on this artfact

2 Comments

DooHyun

"Assigned To" was changed from "Nobody" to "DooHyun"

08.03.06-17:16:37

DooHyun

"State" was changed from "Open" to "Closed"

08.03.06-18:54:16

DooHyun

수정완료 했습니다.
프로젝트의 SCM(http://kldp.net/scm/?group_id=1143)에서
최신 소스를 받으셔서 테스트 부탁합니다.

감사합니다. :-)

 > 이 답변은 미리 작성된 "수정완료" 답변 입니다.
 > 다소 어색하더라도 이해 부탁드립니다.

08.03.06-18:54:16

DooHyun


추가로 단따옴표 처리

sqlite3 의 단따옴표(')처리, 연속 단따옴표 2개로 단따옴표로함.

http://sqlite.org/faq.html#q14

(14) How do I use a string literal that contains an embedded single-quote (') character?

    The SQL standard specifies that single-quotes in strings are escaped by putting two single quotes in a row. SQL works like the Pascal programming language in the regard. SQLite follows this standard. Example:

            INSERT INTO xyz VALUES('5 O''clock');
          

08.03.06-18:54:16