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

Apidb reformatting #59

Merged
merged 3 commits into from
Sep 10, 2013
Merged

Apidb reformatting #59

merged 3 commits into from
Sep 10, 2013

Commits on Sep 4, 2013

  1. Move apidb backends to a consistent whitespacing format

    The backend files were a mix of 3 space idents and 2 space indents,
    often in the same function. This commit moves to a consistent 2
    space indent and makes a few else clauses use a consistent format.
    pnorman committed Sep 4, 2013
    Configuration menu
    Copy the full SHA
    8beef0f View commit details
    Browse the repository at this point in the history
  2. Reformat apidb backend SQL statements for clarity

    No changes in the SQL, just whitespace and caps changes
    pnorman committed Sep 4, 2013
    Configuration menu
    Copy the full SHA
    21a6f23 View commit details
    Browse the repository at this point in the history
  3. Rephrase some SQL queries

    No changes in meaning, just consistent AS names.
    pnorman committed Sep 4, 2013
    Configuration menu
    Copy the full SHA
    5e870a7 View commit details
    Browse the repository at this point in the history