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

Improve AceBase support #4557

Merged
merged 4 commits into from Oct 23, 2022
Merged

Commits on Sep 16, 2022

  1. Fix typos

    appy-one committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    3075398 View commit details
    Browse the repository at this point in the history
  2. Fixes & improvements:

    * use `.child` instead of string concats on paths
    * remove unnecessary `limit(999999)` for queries with filters
    * use `.get` instead of `.query` to get all data
    * using `skip` and `limit` args of `GetAllTypeNoTypeFieldMeshFiltered`
    * use `==` instead of `in` operator in `RemoveSMBIOS` and `GetSMBIOS`
    * use `.count` insetad of `.get` in `getDbStats`
    * use `.get` instead of `.query` in `getPlugins`, custom sort function
    appy-one committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    c745a5e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    883f9ff View commit details
    Browse the repository at this point in the history
  4. fix syntax

    appy-one committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    6a31e3f View commit details
    Browse the repository at this point in the history