session and insert query builder has many to many progress
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user