-
## File a bug
### Include your code
[DefaultTypeMappingsTests.zip](https://github.com/user-attachments/files/17292439/DefaultTypeMappingsTests.zip)
Change between SqlServer and Sqlite by modi…
-
I was trying to Create a Custom Class to Inherit AuditEntry and added my own property
But i am unable to use the AUTO PRESAVE
How to acheive that ?
-
A desirable feature would be for the API to be enhanced to allow the stored procedures to be called when not using EF in the same way as they can be when the EF context is used. This would assist in c…
-
_From @raditch on October 20, 2015 10:26_
Maybe to fix it NpgsqlMigrationSqlGenerator can call create extension "uuid-ossp" somewhere after create schema?
Minimal test to reproduce:
```
public clas…
roji updated
7 months ago
-
I'm trying to use jsonb column for ValueObject (DDD-style).
It doesn't work for PostgreSQL jsonb, but works for SQL using standard reference.
Example 1 (SQL):
```C#
using Microsoft.EntityFramew…
-
What's the best practice for adding simple CRUD to this? Is the dbContext reusable for storing data other than the auth related stuff, or should it be done entirely separately?
-
**مثال 3: مدیریت وضعیت**
فرض کنید شما یک سیستم مدیریت تسکها دارید و میخواهید فقط تسکهای فعال را نشان دهید.
**public class Task**
{
public int TaskId { get; set; }
public string Tas…
-
LOAD CSV
FROM '/dbf/appworx/pgscript/temp_table_data.csv' (INV_ID)
INTO postgresql://username:password@hostname:portname/dbname
TARGET TABLE temp_inv_table
Running through shells script -
#!/…
-
We are using the context filters (i.e. .`Filter()`) with EF6.2. We have noticed we regularly get to a point where our server throws an out of memory exception due to the context filters not garbage co…
-
We are doing a PostgreSQL migration to our codebase. One of our services is not yet migrated to .NET 8 but it is using the same DB as the other services which are already migrated to .NET 8.
The pr…