You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is probably the flakiest part of sqlest and definitely still has a bug in it: using a Setter with a non-Option column and a Option value will throw a ClassCastException when trying to write to the database
Possible approaches:
Move the logic of mapLiterals into ColumnTypeEquivalence
Make ColumnTypeEquivalence instantiation a macro to avoid illegal comparisons at compile time
Apply mapLiterals in columnSetterPair
If 2) is implemented it may be possible to fix #43 at the same time
The text was updated successfully, but these errors were encountered:
This is probably the flakiest part of sqlest and definitely still has a bug in it: using a Setter with a non-Option column and a Option value will throw a ClassCastException when trying to write to the database
Possible approaches:
If 2) is implemented it may be possible to fix #43 at the same time
The text was updated successfully, but these errors were encountered: