Documentation fixes#54
Conversation
fd12554 to
2717dc5
Compare
| | `operator+=` etc | `x += y` was translated into `x = x + y` | *no magic* | | ||
| | aggregate functions | auto-named in `select` but not otherwise | require explicit names, e.g. max(id).as(sqlpp::alias::max_) | | ||
| | | | | | ||
| | **ddl2cpp** | | | |
There was a problem hiding this comment.
Hmm. Changes beyond the .66 release are documented in documented in docs/change_log.md
Maybe that should be organized better?
There was a problem hiding this comment.
Oh, I see. Maybe I should just drop the PR then?
|
Please see https://github.com/rbock/sqlpp23/blob/develop/docs/change_log.md#066 Is that less confusing than before? |
|
@rbock What makes sense is probably expanding the document |
|
Thanks for the feedback. I'll undo the changes. Closing this PR. |
This PR documents the changes in the in the ddl2cpp options that were introduced recently. It also fixes a link in the
tododocument, that points to a discussion about sync support.