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

Proposal: Add native support to bitstring #577

Merged
merged 38 commits into from
Feb 27, 2024

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    9f44bc2 View commit details
    Browse the repository at this point in the history
  2. Add unary operator

    Gigitsu committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    0156746 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0a46a7 View commit details
    Browse the repository at this point in the history
  4. Add bitwise support to myxql

    Gigitsu committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    5ecfbf2 View commit details
    Browse the repository at this point in the history
  5. Format

    Gigitsu committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    6ffd8d1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b869345 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    253837d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f59bc9d View commit details
    Browse the repository at this point in the history
  9. Add bnot op_to_binary case

    Gigitsu committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    c80c2a6 View commit details
    Browse the repository at this point in the history
  10. Reorder functions

    Gigitsu committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    1ca7cb6 View commit details
    Browse the repository at this point in the history
  11. Use bit as type for bitstring

    Gigitsu committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    894082d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ae107b8 View commit details
    Browse the repository at this point in the history
  13. Revert "Implement type casting with size"

    This reverts commit c36f274.
    Gigitsu committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    ce31aef View commit details
    Browse the repository at this point in the history
  14. Fix test

    Gigitsu committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    676a662 View commit details
    Browse the repository at this point in the history
  15. Change Postgres type for bitstring

    Co-authored-by: Greg Rychlewski <[email protected]>
    Gigitsu and greg-rychlewski committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    1f1627e View commit details
    Browse the repository at this point in the history
  16. Fix tests

    Gigitsu committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    8772573 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    54ace51 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    42ba521 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    8a6da1d View commit details
    Browse the repository at this point in the history
  20. Add defaults

    Gigitsu committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    61fb5a8 View commit details
    Browse the repository at this point in the history
  21. Update ecto dep

    Gigitsu committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    6fe3c05 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    d979882 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    2578a12 View commit details
    Browse the repository at this point in the history
  24. Update mix.lock

    greg-rychlewski authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    d2961b0 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Configuration menu
    Copy the full SHA
    d5938ea View commit details
    Browse the repository at this point in the history
  2. Remove TDS bitstring support

    Gigitsu committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    6b1cbbe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24d6719 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7a552fa View commit details
    Browse the repository at this point in the history
  5. Improve bitstring tests

    Gigitsu committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    0cf5023 View commit details
    Browse the repository at this point in the history
  6. Update ecto dep

    Gigitsu committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    a9d6d46 View commit details
    Browse the repository at this point in the history
  7. Update ecto

    Gigitsu committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    44d466d View commit details
    Browse the repository at this point in the history
  8. Exclude bitstring for tds too

    Gigitsu committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    cf89b25 View commit details
    Browse the repository at this point in the history
  9. Add bitstring literal support

    Gigitsu committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    1a6df91 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

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

Commits on Feb 27, 2024

  1. Update bitstring support

    Gigitsu committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    a0c3a9e View commit details
    Browse the repository at this point in the history
  2. Update ecto dependency

    Gigitsu committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    e9396a4 View commit details
    Browse the repository at this point in the history
  3. Update mix.exs

    Co-authored-by: José Valim <[email protected]>
    greg-rychlewski and josevalim authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    0558803 View commit details
    Browse the repository at this point in the history
  4. Update mix.lock

    Gigitsu committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    fe85b6f View commit details
    Browse the repository at this point in the history