Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 644 Bytes

File metadata and controls

55 lines (39 loc) · 644 Bytes

< 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