Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rbock/sqlpp11
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: rbock/sqlpp11
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: optional
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 89 files changed
  • 1 contributor

Commits on Apr 13, 2024

  1. Mini POC to get started with transition to using optional for result …

    …fields
    
    Very hacky. All fields are considered optional<int>
    At this point, only tests/sqlite3/usage/Integral.cpp compiles and runs.
    
    See also sqlpp17 for inspiration.
    rbock committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    41b64cd View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

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

Commits on Apr 20, 2024

  1. First version of sqlpp::optional

    sqlpp::optional is an alias for std::optional for C++17 and beyond.
    Otherwise, it is a simple and incomplete backport.
    rbock committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    249446e View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. Add backports for string_view and span

    And use those packports for text and blob results.
    rbock committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    1ea1a3e View commit details
    Browse the repository at this point in the history
  2. Make core tests compile

    rbock committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    de60752 View commit details
    Browse the repository at this point in the history
  3. Make mysql usage tests compile

    rbock committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    9efbdd7 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Make postgresql tests compile

    rbock committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    afb2789 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7fb138 View commit details
    Browse the repository at this point in the history
  3. Remove all result fields

    rbock committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    4659677 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

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