diesel-derive-enum icon indicating copy to clipboard operation
diesel-derive-enum copied to clipboard

Add `DontImplCloneOnSqlType` attribute.

Open yagince opened this issue 1 year ago • 4 comments

Add DontImplCloneOnSqlType attribute. Because, if schema definitions are separated into other crate, implementing Clone for ExistingType will happen compile error.

cf. https://github.com/adwhit/diesel-derive-enum/issues/93

yagince avatar Dec 26 '23 13:12 yagince

@adwhit @Ten0 How about this PR?

yagince avatar Jan 09 '24 12:01 yagince

@Ten0 Thank you for taking the time to review!

yagince avatar Jan 10 '24 11:01 yagince

@adwhit I bumped the MSRV to 1.70 Because I needed 1.70 or newer to install [email protected].

yagince avatar Jan 30 '24 12:01 yagince

Can we bump up this PR review please. Running into the same issue.

rac-sri avatar Jul 29 '24 21:07 rac-sri