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

Mention calling of SQL functions in Selectable docs #3751

Merged
merged 9 commits into from
Apr 5, 2024

Commits on Aug 16, 2023

  1. Mention calling of SQL functions in Selectable docs.

    In the custom select expression example for the `Selectable` trait, mention that this can be used to call arbitrary SQL functions as well. Mention the `CURRENT_TIMESTAMP` function explicitly.
    
    Relates to diesel-rs#3739
    ISibboI committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    42e21bb View commit details
    Browse the repository at this point in the history
  2. Remove trailing spaces.

    ISibboI authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    651910d View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. Configuration menu
    Copy the full SHA
    ea0281e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6ac032 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

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

Commits on Oct 20, 2023

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

Commits on Mar 29, 2024

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

Commits on Apr 5, 2024

  1. Update diesel/src/expression/mod.rs

    Co-authored-by: Thomas B <9094255+Ten0@users.noreply.github.com>
    weiznich and Ten0 authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    19a318b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b215fd View commit details
    Browse the repository at this point in the history