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

WIP Saying good bye to *_where_sql() functions #11407

Merged
merged 3 commits into from Nov 29, 2017
Merged

WIP Saying good bye to *_where_sql() functions #11407

merged 3 commits into from Nov 29, 2017

Commits on Nov 28, 2017

  1. chore(db): removes remaining raw SQL functions

    Rewrites elgg_get_river(), elgg_get_tags(), search hooks and
    other related functions with QueryBuilder.
    
    Optimizes metadata and annotation CRUD operations to reduce
    the number of DB queries.
    hypeJunction committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    921dabc View commit details
    Browse the repository at this point in the history
  2. chore(tests): move view rendering tests to unit suite

    Moves view rendering tests to static analysis, as they do not require
    a database connection
    hypeJunction committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    ef1d358 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2017

  1. Configuration menu
    Copy the full SHA
    29e44ac View commit details
    Browse the repository at this point in the history