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 support of sql functions with #[auto_type] #3773

Closed
wants to merge 7 commits into from

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 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