session and insert query builder has many to many progress

This commit is contained in:
2026-04-22 09:15:57 +02:00
parent 59e1533cca
commit 78eb5d04cd
5 changed files with 89 additions and 23 deletions
@@ -3,6 +3,7 @@
namespace matador::utils {
enum class generator_type {
None = 0, /**< No generator type set. */
Manual, /**< User sets the primary key value manually. */
Auto, /**< Matador chooses the best generator type depending on the underlying dbms. */
Identity, /**< DBMS automatically generates the primary key value. */