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

Concept-oriented checks for "row extraction" #1195

Merged
merged 14 commits into from
Jul 19, 2023

Commits on Jun 2, 2023

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

Commits on Jul 10, 2023

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

Commits on Jul 17, 2023

  1. Conceptual checks for result value extraction

    * "row extractor" methods must be const-qualified
    * Some unit tests for "row extraction"
    * Replaced two levels of indirection (row extractor builder and "mapped" row extractor) with the simpler `is_mapped` trait.
    trueqbit committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    02ae5a3 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    1bbe31e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7239526 View commit details
    Browse the repository at this point in the history
  3. Updated sqlite_orm.h

    trueqbit committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    d5cfc10 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8db2b6f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    44a411b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1439c85 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    c7f577c View commit details
    Browse the repository at this point in the history
  2. Spelled out variable names

    trueqbit committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    9b3398a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84849cc View commit details
    Browse the repository at this point in the history
  4. Included <concepts>

    trueqbit committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    64e1e91 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    98ea584 View commit details
    Browse the repository at this point in the history