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

CRM-16036 - _civicrm_api3_get_using_utils_sql - Pass SQL fragments as object #6513

Merged
merged 1 commit into from Aug 17, 2015

Conversation

totten
Copy link
Member

@totten totten commented Aug 16, 2015

This enables IDE goodies (autocomplete/drilldown/docs) and allows you to
use CRM_Utils_SQL_Select's interpolate/escape/implode features
(e.g. foo.id IN (#idlist)).


@totten
Copy link
Member Author

totten commented Aug 16, 2015

@eileenmcnaughton , as promised.

Aside: The first commit is a cherry-pick from 4.6. I think it's safe to merge (because it's identical to the original), but if we resync 4.6=>master soon, then I can drop it.

… object

This enables IDE goodies (autocomplete/drilldown/docs) and allows you to use
CRM_Utils_SQL_Select's interpolate/escape/implode features
(e.g.  `foo.id IN (#idlist)`).
@totten
Copy link
Member Author

totten commented Aug 16, 2015

Rebased.

eileenmcnaughton added a commit that referenced this pull request Aug 17, 2015
CRM-16036 - _civicrm_api3_get_using_utils_sql - Pass SQL fragments as object
@eileenmcnaughton eileenmcnaughton merged commit c1773a0 into civicrm:master Aug 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants