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/sqlpp23
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: vaijns/sqlpp23-reflection
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: reflection
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 7 files changed
  • 1 contributor

Commits on Feb 13, 2026

  1. Add reflection-based aliases usable via `<column/table>.as<"my_alias"…

    …>()` (requires reflection-capable compiler)
    vaijns committed Feb 13, 2026
    Configuration menu
    Copy the full SHA
    ab867f1 View commit details
    Browse the repository at this point in the history
  2. Run clang-format

    vaijns committed Feb 13, 2026
    Configuration menu
    Copy the full SHA
    20cafa1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    843acc0 View commit details
    Browse the repository at this point in the history
  4. Add macro for checking if reflection functionalities should be includ…

    …ed and add test code that uses the generated member
    vaijns committed Feb 13, 2026
    Configuration menu
    Copy the full SHA
    f4a4598 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    122506b View commit details
    Browse the repository at this point in the history
  6. Change copyright year

    vaijns committed Feb 13, 2026
    Configuration menu
    Copy the full SHA
    a1a39d7 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2026

  1. Resolve PR comments

    vaijns committed Feb 14, 2026
    Configuration menu
    Copy the full SHA
    a5759c8 View commit details
    Browse the repository at this point in the history
Loading