Maxim Korsukov

Results 5 comments of Maxim Korsukov

After dependencies upgrade to latest versions, new .NET types seem to work fine with Dapper. ``` ``` And custom type handlers `SqlMapper.TypeHandler` are not used by Dapper any more.

Same issues for me. I posted two clean experiments in the referenced issue.

@GonzaloVisma Do you use the `System.Data.SqlClient` or `Microsoft.Data.SqlClient` in a combination with Dapper? I have been using the first one with the same workaround you listed above. But recently I...

@GonzaloVisma Here is my current setup for data-related project: ```xml ```

I experience the same issue. Here is a settings page: ![image](https://github.com/microsoft/azuredatastudio/assets/21244808/23ea4698-4715-4564-94d8-eed76c918082) But any automated / generated result is in UPPERCASE casing. ```sql ALTER TABLE [dbo].[Bookkeeping] DROP CONSTRAINT [PK_Bookkeeping_LeadId] WITH (...