-
why is the performance using DynamicParameters in the SQL IN clause more than 3 times slower than actually using a composed sql query?
may i ask which parts can optimize the performance of paramete…
-
Hello,
In my project I'm using a custom SqlMapper to map my Db columns in dapper, but when I setup Dapper to user my custom type mapper by doing:
`Dapper.SqlMapper.SetTypeMap(typeof(User), new UserM…
-
I'm trying to retrieve SQL Geography using dapper through Stored procedure, but it's gives error:
System.Data.DataException: 'Error parsing column 14 (GeoData=)'
InvalidCastException: Unable to cast…
-
### Dapper Repository improvements
Currently the `IDapperRepository` provided by ABP is intended to be used on Entities defined in the model and DbContext.
If I want to run a query with a result…
-
hi @AndrewTriesToCode,can implement dapper stores.dapper is a very popular lite orm.
-
SQ TYPE IS geometry can't mapping value
i get vule is null
![螢幕擷取畫面 2024-11-16 151752](https://github.com/user-attachments/assets/f3e18dd7-dbc7-47dd-8792-1758ed224a23)
![螢幕擷取畫面 2024-11-16 151659]…
-
I am encountering an ArgumentException when using LinqToDB with the DB2 iSeries provider. The exception occurs when attempting to create the data connection. Below is the relevant code snippet and the…
-
In this repository, you have made applications in the light of theoretical information about Entity Framework and its technologies. Some say that Dapper implementing ORM architecture is better. What d…
-
Sorry, I'm not sure if this is appropriate to open an issue for. Is there a way to integrate Dapper command extensions with this? Such as with Dapper Plus commands off of IDbConnection like BulkInsert…
-
Hellos,
I ran across this issue when trying to pass a ulong to MSSQL stored procedure via Dapper. I am running across an issue of storing a Steam Id (from Steamworks) to the database. it is of the …