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 autoimport database wrapper #502

Merged
merged 35 commits into from
Jul 29, 2022
Merged

Commits on Jul 27, 2022

  1. Configuration menu
    Copy the full SHA
    eeac655 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc5a3bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    297f5c9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aeec2d2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1bc43b0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    119d2a2 View commit details
    Browse the repository at this point in the history
  7. Move SQL to Package.insert

    lieryan committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    9b85a57 View commit details
    Browse the repository at this point in the history
  8. Move SQL to Name.insert

    lieryan committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    040dc95 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5b97dc2 View commit details
    Browse the repository at this point in the history
  10. Move SQL to Name.get_modules

    lieryan committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    414d55e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5cf2f11 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b7fd1b0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4eedd5c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    fab0fe4 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b713019 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    52e0bc7 View commit details
    Browse the repository at this point in the history
  17. Implement basic Query wrapper

    lieryan committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    72f215a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2d9dcf5 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d7e7665 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    41e8510 View commit details
    Browse the repository at this point in the history
  21. Change to Package.get_all

    lieryan committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    4360a5b View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    1787c7b View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    c702145 View commit details
    Browse the repository at this point in the history
  24. Implement FinalQuery

    lieryan committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    4d43235 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    adef48f View commit details
    Browse the repository at this point in the history
  26. Rename get_all->objects

    lieryan committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    9e99cc8 View commit details
    Browse the repository at this point in the history
  27. Implement _executemany()

    lieryan committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    76864c6 View commit details
    Browse the repository at this point in the history
  28. Implement delete_from()

    lieryan committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    c28c538 View commit details
    Browse the repository at this point in the history
  29. Type hint models.py

    lieryan committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    cbed84c View commit details
    Browse the repository at this point in the history
  30. Blacken

    lieryan committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    dd51fb7 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    346fb16 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Update CHANGELOG.md

    lieryan committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    970a522 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fd3f56 View commit details
    Browse the repository at this point in the history
  3. Add test for query strings

    lieryan committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    f9e2e8b View commit details
    Browse the repository at this point in the history
  4. Blacken

    lieryan committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    c6d7564 View commit details
    Browse the repository at this point in the history