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

Feature/limit and order #73

Open
wants to merge 116 commits into
base: main
Choose a base branch
from
Open

Feature/limit and order #73

wants to merge 116 commits into from

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    dc408d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2c0776 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83e1446 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    33e371c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    03c876c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    960f598 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1f7761f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    28e3ecb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    63de335 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    807e598 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2de14ef View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2dc5907 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    cbb6f5c View commit details
    Browse the repository at this point in the history
  14. move time to utils

    FrancoLiberali committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    d165eec View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b80f2e4 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    88db618 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1730a33 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    25f8e57 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f1bed03 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    f523952 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    227c9c2 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    e51325e View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    ff2318e View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    8ccf49c View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    e3da4cc View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Configuration menu
    Copy the full SHA
    d12b69e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e61ac47 View commit details
    Browse the repository at this point in the history
  3. add integration tests

    FrancoLiberali committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    ef381b2 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. update documentation

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    319dd73 View commit details
    Browse the repository at this point in the history
  2. update changelog

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    a9c3ead View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d23c80 View commit details
    Browse the repository at this point in the history
  4. add noteq

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    76ec3ad View commit details
    Browse the repository at this point in the history
  5. add lt

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    48acfb0 View commit details
    Browse the repository at this point in the history
  6. add ltoreq

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    50c98cb View commit details
    Browse the repository at this point in the history
  7. add gt

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    5a1f2a9 View commit details
    Browse the repository at this point in the history
  8. add gtoreq

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    2533e08 View commit details
    Browse the repository at this point in the history
  9. add isnull

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    7561db8 View commit details
    Browse the repository at this point in the history
  10. add isnotnull

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    29104e6 View commit details
    Browse the repository at this point in the history
  11. add is true

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    4a75076 View commit details
    Browse the repository at this point in the history
  12. add is not true

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    82e9158 View commit details
    Browse the repository at this point in the history
  13. add is false

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    0a60e91 View commit details
    Browse the repository at this point in the history
  14. add is not false

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    9b9395c View commit details
    Browse the repository at this point in the history
  15. add is unknown

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    e277f57 View commit details
    Browse the repository at this point in the history
  16. add is not unknown

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    1b94fbb View commit details
    Browse the repository at this point in the history
  17. add is distict

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    a3e17cf View commit details
    Browse the repository at this point in the history
  18. add is not distict

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    cc33e8d View commit details
    Browse the repository at this point in the history
  19. add array in

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    6fbe12a View commit details
    Browse the repository at this point in the history
  20. add array not in

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    a9e92b5 View commit details
    Browse the repository at this point in the history
  21. add like

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    d05e0ad View commit details
    Browse the repository at this point in the history
  22. add between

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    70954a3 View commit details
    Browse the repository at this point in the history
  23. add not between

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    26b9a0a View commit details
    Browse the repository at this point in the history
  24. add and

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    db62750 View commit details
    Browse the repository at this point in the history
  25. add or

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    d91f446 View commit details
    Browse the repository at this point in the history
  26. add not

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    b1778eb View commit details
    Browse the repository at this point in the history
  27. add unsafe conditions

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    4215ea3 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    28f4d79 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    23ea895 View commit details
    Browse the repository at this point in the history
  30. update changelog

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    e7e8f45 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    9107f17 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    6c6d117 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    18b87e5 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    32b8501 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    3def06b View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    84460cc View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    b353437 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    7fa6b18 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    f95f61f View commit details
    Browse the repository at this point in the history
  40. update mocks

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    958f0be View commit details
    Browse the repository at this point in the history
  41. update changelog

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    4a7beb3 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    0d72fd4 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    0236a7c View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    2fc0219 View commit details
    Browse the repository at this point in the history
  45. add details to errors

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    95b0dbd View commit details
    Browse the repository at this point in the history
  46. add dynamic operators

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    12b8255 View commit details
    Browse the repository at this point in the history
  47. add unsafe operators

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    e5e925e View commit details
    Browse the repository at this point in the history
  48. update chagelog

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    745f13e View commit details
    Browse the repository at this point in the history
  49. update mocks

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    948a829 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    6fc1481 View commit details
    Browse the repository at this point in the history
  51. fix new lint errors

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    58744db View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    5ebe2b7 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    90829cf View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    0edd34c View commit details
    Browse the repository at this point in the history
  55. add readthedocs files

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    4d51366 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    ab7cca7 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    19bd517 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    2088aa2 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    2205389 View commit details
    Browse the repository at this point in the history
  60. add code of conduct

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    b5eb587 View commit details
    Browse the repository at this point in the history
  61. add readme badges

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    1de698b View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    afb964c View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    2536cb1 View commit details
    Browse the repository at this point in the history
  64. add transaction trace

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    5338d60 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    ad6043f View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    c1eb636 View commit details
    Browse the repository at this point in the history
  67. update mocks

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    f5b7682 View commit details
    Browse the repository at this point in the history
  68. update docs

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    aaafd70 View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    cc070a6 View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    34a2251 View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    ab4927b View commit details
    Browse the repository at this point in the history
  72. update docs

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    019a7f2 View commit details
    Browse the repository at this point in the history
  73. update changelog

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    2311133 View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    2ac2d9c View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    78ab915 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. new conditions api

    FrancoLiberali committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    e76268f View commit details
    Browse the repository at this point in the history
  2. adapt docs to new api

    FrancoLiberali committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    1f54467 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ec2df2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8f74308 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e2dafa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    83f5e8a View commit details
    Browse the repository at this point in the history
  7. first, take and last

    FrancoLiberali committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    cad74b2 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. order

    FrancoLiberali committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    cfd9f38 View commit details
    Browse the repository at this point in the history
  2. limit and offset

    FrancoLiberali committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    b2cd247 View commit details
    Browse the repository at this point in the history
  3. add new methods doc

    FrancoLiberali committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    355f894 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    756ae12 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ffe2ffa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7f778cf View commit details
    Browse the repository at this point in the history