File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33# Change log
44
55## 0.67
6+
7+ Module support
8+
69- Basic support for modules, see [ docs] ( /docs/modules.md ) , #30
710- ` core/name/create_name_tag.h ` is now a stand-alone header, #30
811- Revamped commandline switches for ` sqlpp23-ddl2cpp ` , see [ docs] ( /docs/ddl2cpp.md )
912- Instead of ` cte(sqlpp::alias::a) ` , you now have to call ` sqlpp::cte(sqlpp::alias::a) `
1013- Support comparison member functions for comparison expressions, e.g. you can now order by comparison results, #39
1114- order_by allows duplicate expressions, #39
15+ - Install modules into ` <prefix>/modules/sqlpp23 ` , #58
1216
1317## 0.66
1418
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import sqlpp23.core;
99import sqlpp23.postgresql;
1010```
1111
12- As of August 2025, this is still evolving, but all tests build and pass with modules using either
12+ As of September 2025 (version 0.67) , this is still evolving, but all tests build and pass with modules using either
1313
1414* clang++-20.1.2
1515* g++-15.2
@@ -29,6 +29,7 @@ cmake ../ \
2929 --fresh
3030```
3131
32- The module sources can be found in the [ module directory] ( /module ) .
32+ The module sources can be found in the [ modules directory] ( /modules ) . They get installed into ` <prefix>/modules/sqlpp23 ` .
33+
3334
3435[ ** \< Index** ] ( /docs/README.md )
You can’t perform that action at this time.
0 commit comments