Before and after: Names

June 22, 2025 ยท View on GitHub

< Differences

Before and after: Names

sqlpp11sqlpp23

Names

SQLPP_ALIAS_PROVIDER(something)
SQLPP_CREATE_NAME_TAG(something);

Quoted Names

SQLPP_QUOTED_ALIAS_PROVIDER(something)
SQLPP_CREATE_QUOTED_NAME_TAG(something);

< Differences