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

Introduce Value_Type.Null, fix edge cases for read_many #11737

Open
wants to merge 33 commits into
base: develop
Choose a base branch
from

Commits on Dec 3, 2024

  1. Configuration menu
    Copy the full SHA
    3bccc69 View commit details
    Browse the repository at this point in the history
  2. fixes

    radeusgd committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    8ee35e8 View commit details
    Browse the repository at this point in the history
  3. wip

    radeusgd committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    d4a6f5d View commit details
    Browse the repository at this point in the history
  4. forgot to commit file

    radeusgd committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    e4e9ba2 View commit details
    Browse the repository at this point in the history
  5. NullStorag

    radeusgd committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    8daee97 View commit details
    Browse the repository at this point in the history
  6. WIP integrating NullStorage

    radeusgd committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    f71fa15 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    98ab4ba View commit details
    Browse the repository at this point in the history
  8. updating tests

    radeusgd committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    fc6e44e View commit details
    Browse the repository at this point in the history
  9. can cast Null to anything

    radeusgd committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    8e10145 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f8aa897 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8bc29d1 View commit details
    Browse the repository at this point in the history
  12. allow null col

    radeusgd committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    8187cb1 View commit details
    Browse the repository at this point in the history
  13. typo

    radeusgd committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    947b5b5 View commit details
    Browse the repository at this point in the history
  14. postgres

    radeusgd committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    fd896ba View commit details
    Browse the repository at this point in the history
  15. re enable some union tests

    radeusgd committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    412ecf1 View commit details
    Browse the repository at this point in the history
  16. re enable some agg tests

    radeusgd committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    9a8c340 View commit details
    Browse the repository at this point in the history
  17. fix a tset

    radeusgd committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    6e377f8 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    61f2ed2 View commit details
    Browse the repository at this point in the history
  19. fmt

    radeusgd committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    217eeba View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    9316c89 View commit details
    Browse the repository at this point in the history
  21. WIP read many edge cases

    radeusgd committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    4d36c61 View commit details
    Browse the repository at this point in the history
  22. update spec of null ops?

    radeusgd committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    5ad6dce View commit details
    Browse the repository at this point in the history
  23. update some tests

    radeusgd committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    2cb1f1a View commit details
    Browse the repository at this point in the history
  24. from_repeated_item test

    radeusgd committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    32ccc86 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    388075c View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    34a92cb View commit details
    Browse the repository at this point in the history
  27. not

    radeusgd committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    0789420 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    c2ea333 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    42895f6 View commit details
    Browse the repository at this point in the history
  30. fixing tests

    radeusgd committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    22a2371 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    01756ab View commit details
    Browse the repository at this point in the history
  32. test a few more edge cases

    radeusgd committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    edfeb06 View commit details
    Browse the repository at this point in the history
  33. comment, a few more tests

    radeusgd committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    a4f052a View commit details
    Browse the repository at this point in the history