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
Currently, mapping values need to be specified manually for each value in the enumeration:
This is fine when there aren't many values in the enumeration, but once the enumeration grows, the process of specifying the mapping value can be tedious:
Hopefully there will be an easy way to quickly implement this mapping by default like this one:
dbType as type -> ORDINAL
dbType as type -> NAME
The text was updated successfully, but these errors were encountered:
Currently, mapping values need to be specified manually for each value in the enumeration:
This is fine when there aren't many values in the enumeration, but once the enumeration grows, the process of specifying the mapping value can be tedious:
Hopefully there will be an easy way to quickly implement this mapping by default like this one:
The text was updated successfully, but these errors were encountered: