Roland Bock
Roland Bock
The connection pool requires changes to the connection classes. With the major connectors being merged into sqlpp11 now, this is easier to achieve than before.
Hi, I would love to get your feedback on this: Triggered by #568 I started back porting some aspects of sqlpp17, in particular for SELECT result rows. * nullable result...
**Is your feature request related to a problem? Please describe.** The named_tuple example in p2996 turns `R` into a named tuple via `make_named_tuple`. For the next version of [sqlpp](https://github.com/rbock/sqlpp23), I...
**Describe the bug** I fail to compare a namespace to the parent of a member of said namespace? ``` #include // Compiles fine if I remove this: namespace sample {...