fix #1677 MSSQL 쿼리 구문 오류 해결#1679
Merged
1 commit merged intoNov 28, 2017
Merged
Conversation
This pull request was closed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
github 어렵습니다 ㅠㅠ
#1677 MSSQL 쿼리 구문 오류 해결
수정내용 : 일부 모듈 등에서 예약어를 칼럼명으로 사용함에 따라 MSSQL에서 인식하지 못하고 뱉어내는 오류를 해결하기 위해 큰따옴표를 추가하였습니다. 이미 배포된 모듈이 많고 향후에도 이런 일이 발생할 수 있기에 PR 올립니다.
SQL Server Express 10.50.2789.0.v1, PHP 5.4.24 환경에서 테스트 되었습니다.