Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getNewMessage.xml 쿼리 테이블 오류 #527

Closed
devdho opened this issue Feb 24, 2014 · 1 comment
Closed

getNewMessage.xml 쿼리 테이블 오류 #527

devdho opened this issue Feb 24, 2014 · 1 comment
Assignees
Milestone

Comments

@devdho
Copy link
Contributor

devdho commented Feb 24, 2014

communication/queries/getNewMessage.xml 파일에 테이블 명이 잘못된 것 같습니다.

<query id="getNewMessage" action="select">
    <tables>
        <table name="message" />
        <table name="member" />
    </tables>

message 라는 테이블을 사용하는데 실제 message 라는 테이블이 없습니다.

member_message 가 올바른 테이블 아닌가요?

<query id="getNewMessage" action="select">
    <tables>
        <table name="member_message" alias="message" />
        <table name="member" />
    </tables>

참고) 사용환경: php 5.2.9, mysql 5.1.34, apache 2.2.3, XE 1.7.4

akasima added a commit that referenced this issue Feb 26, 2014
@akasima akasima added this to the 1.7.5 milestone Feb 26, 2014
@akasima akasima self-assigned this Feb 26, 2014
@akasima
Copy link
Member

akasima commented Feb 26, 2014

감사합니다 :)

@akasima akasima closed this as completed Feb 26, 2014
@ghost ghost added the type/bug label Feb 26, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants