This repository has been archived by the owner on Sep 12, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes raw queries about User model for compatibility.
Issue: - A 'user' is used as a reserved word in some databases. - Some queries are using the 'distinct' and 'in' clauses unnecessarily. - Some queries using 'createUserSearchQueryWithRawSql' function are difficult to read. Solution: - The word, `user`, is changed. - Clauses using 'distinct' and 'in' are changed to 'join' clauses. - Aliases are added to ambiguous columns and 'createUserSearchQueryWithRawSql' functions are removed.
- Loading branch information
김창근
committed
Feb 10, 2015
1 parent
f798de7
commit 9088b76
Showing
1 changed file
with
15 additions
and
16 deletions.
There are no files selected for viewing
This file contains 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