vapor / fluent-mysql-driver

🖋🐬 Swift ORM (queries, models, relations, etc) built on MySQL.
MIT License
77 stars 52 forks source link

Make LastInsertIDInitializable public #200

Closed t-ae closed 3 years ago

t-ae commented 3 years ago

Make LastInsertIDInitializable public. The IDValue of Model that generated by database must conform to LastInsertIDInitializable. This change lets any type to conform to it.

t-ae commented 3 years ago

Related issue: #199

t-ae commented 3 years ago

Close due to https://github.com/vapor/fluent-mysql-driver/issues/199#issuecomment-808697235