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
As for me by default enums should be treated like c# string type when insert and select.
Also, the driver should provide some helper class to register c# enums to allow usage of suck enum values in parameter's value like in npgsql.
The text was updated successfully, but these errors were encountered:
Looks like enum type is a very important feature.
As for me by default enums should be treated like c#
string
type when insert and select.Also, the driver should provide some helper class to register c# enums to allow usage of suck enum values in parameter's value like in npgsql.
The text was updated successfully, but these errors were encountered: