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

SQL 로깅시 raw 쿼리로 로깅되도록 설정 #210

Open
hun-ca opened this issue Jul 14, 2024 · 0 comments
Open

SQL 로깅시 raw 쿼리로 로깅되도록 설정 #210

hun-ca opened this issue Jul 14, 2024 · 0 comments
Assignees
Labels
config 설정 파일과 관련된 내용을 다룰 때 사용됩니다 refactor 기존 기능에 대해 개선할 때 사용됩니다.

Comments

@hun-ca
Copy link
Member

hun-ca commented Jul 14, 2024

[AS-IS]

select `ARTICLE_MST`.`ID` as `articleId`, `ARTICLE_MST`.`MEMBER_ID` as `writerId`, `ARTICLE_MST`.`MAIN_IMAGE_URL` as `mainImageURL`, `ARTICLE_MST`.`TITLE` as `title`, `ARTICLE_MST`.`CATEGORY_CD` as `category`, `ARTICLE_IFO`.`CONTENT` as `content`, `ARTICLE_MST`.`CREATED_AT` as `createdAt` 
from `ARTICLE_MST` 
join `ARTICLE_IFO` 
on `ARTICLE_MST`.`ID` = `ARTICLE_IFO`.`ARTICLE_MST_ID` 
where (`ARTICLE_MST`.`ID` = 1 and `ARTICLE_MST`.`DELETED_AT` is null)
@hun-ca hun-ca added the config 설정 파일과 관련된 내용을 다룰 때 사용됩니다 label Jul 14, 2024
@hun-ca hun-ca self-assigned this Jul 14, 2024
@hun-ca hun-ca added the refactor 기존 기능에 대해 개선할 때 사용됩니다. label Jul 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
config 설정 파일과 관련된 내용을 다룰 때 사용됩니다 refactor 기존 기능에 대해 개선할 때 사용됩니다.
Projects
None yet
Development

No branches or pull requests

1 participant