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

Add final SQL check when looking up involved tables #199

Merged
merged 28 commits into from
Dec 27, 2021

Commits on Aug 21, 2021

  1. Test with "order by" using field of another table.

    Dominik Bartenstein committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    5ad2920 View commit details
    Browse the repository at this point in the history
  2. Add another unit test with order_by.

    Proof of concept for conservative mode: final SQL query check.
    Dominik Bartenstein committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    9386460 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2021

  1. Improve naming and add comments.

    Print differences between regular checks and SQL check.
    Dominik Bartenstein committed Aug 22, 2021
    Configuration menu
    Copy the full SHA
    b3ce3c6 View commit details
    Browse the repository at this point in the history
  2. Enable final SQL check.

    Adapt unit tests.
    Dominik Bartenstein committed Aug 22, 2021
    Configuration menu
    Copy the full SHA
    99e0a2c View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

  1. Work in progress.

    Dominik Bartenstein committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    9639efd View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into feature/order_by

    Dominik Bartenstein committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    b409678 View commit details
    Browse the repository at this point in the history
  3. Prevent Subquery error with Django 3.1

    Fix some tests
    Dominik Bartenstein committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    d20de25 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab7eb91 View commit details
    Browse the repository at this point in the history
  5. Use self.is_sqlite instead of connection.vendor != 'sqlite'

    Dominik Bartenstein committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    5d63954 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. Replace " with ' (as this seems to be the default quotation mark).

    Clean up code.
    Dominik Bartenstein committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    832adf0 View commit details
    Browse the repository at this point in the history
  2. Add unit test for AtomicCache.set

    Dominik Bartenstein committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    e870b73 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2021

  1. A test.

    Dominik Bartenstein committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    1d62b1c View commit details
    Browse the repository at this point in the history
  2. Improve comment.

    Dominik Bartenstein committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    c9cb791 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2021

  1. Configuration menu
    Copy the full SHA
    2ed49e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c34b3d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd6dead View commit details
    Browse the repository at this point in the history
  4. Improve naming

    PavelPancocha committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    b55f50e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4bb7efa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5ed8453 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    21c79d7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9e5ae1b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2c45240 View commit details
    Browse the repository at this point in the history
  10. Clean up code

    PavelPancocha committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    155464f View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2021

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

Commits on Dec 17, 2021

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

Commits on Dec 27, 2021

  1. Configuration menu
    Copy the full SHA
    7356556 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17871ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38bf231 View commit details
    Browse the repository at this point in the history