Closed muratcakir closed 2 years ago
Can you also share the version you are using, and the failed SQL command translated by this plugin?
BTW this seems not related to this plugin, this plugin doesn’t use RelationalDatabaseFacadeExtensions.ExecuteSqlRawAsync in published versions.
False alarm. Sorry to have bothered you with this. I picked the wrong log entry, guess I was too tired :-) Of course it works:
DELETE `l`
FROM `Log` AS `l`
WHERE (`l`.`CreatedOnUtc` <= timestamp('2022-01-08 11:03:09.417538')) AND (`l`.`LogLevelId` < 40)
Partial stack trace:
The caller is quite simple:
The entity:
SQL schema (from SMO):