data-api-builder
data-api-builder copied to clipboard
Check if DbType is required, since now we are introducing SqlDbType
Bloating a ParamDefinition/ColumnDefinition with fields not relevant for every database seems not to be the best approach here.
Originally posted by @ayush3797 in https://github.com/Azure/data-api-builder/pull/2052#discussion_r1535448998
Need more context for this issue. Which database use the param/column definition types? SqlDbType is only applicable to MSSQL and not pg/mysql/cosmos.