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

Fix most type-defs for #[auto_type] by cleaning up all the type defs #3783

Merged
merged 15 commits into from
Mar 8, 2024

Commits on Sep 1, 2023

  1. propose sql_function_v2

    Ten0 committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    5ece64e View commit details
    Browse the repository at this point in the history
  2. update uses inside Diesel to sql_function_v2

    that should be almost always backwards compatible because the module
    was only pub(crate) anyway.
    It is not strictly backwards compatible because diesel-rs#3745 (comment)
    Ten0 committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    6c635de View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

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

Commits on Jan 12, 2024

  1. fix ambiguous links

    Ten0 committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    721f026 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f96c0dd View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/master' into 3745_fix_dsl_auto_t…

    …ype_max
    
    Conflicts:
    	diesel_compile_tests/tests/fail/right_side_of_left_join_requires_nullable.stderr
    Ten0 committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    212b06b View commit details
    Browse the repository at this point in the history
  4. always generate the helper type in the module

    so that users have the flexibility of exporting the helper type without exporting the function if they want
    Ten0 committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    c437eb0 View commit details
    Browse the repository at this point in the history
  5. Fix register_impl calls doc

    Ten0 committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    5957401 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    838f554 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3858e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dad1557 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2636d27 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3a8505b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8a22876 View commit details
    Browse the repository at this point in the history
  7. Address review comments

    weiznich committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    94d1a5e View commit details
    Browse the repository at this point in the history