-
I'm having an issue updating a complex graph in EF 3.0 and I've found a work around... but I'm not really happy with it and I suspect this is a bug. I'm building a sudoku api and the basic model is a…
-
Reported by : curiousdannii
Description :
So my code below has a mistake: 'for' should be deleted from the third line. Instead of creating an activity variable, it creates a thing instead.
The bug is…
-
[05:00:22:712] PCM Hammer 021
[05:00:22:715] Friday, May 05 2023 @05:00:22:71
[05:00:22:717] Initializing J2534 Device
[05:00:22:723] Loaded DLL
[05:00:22:752] Connected to the device.
[05:0…
-
I think very nice improvements for a future version will be:
- To replace the Spartan6 to ECP5/ECP5-5G and use open source tools
- Add Ethernet with SCPI standard commands (compatible with other VNA…
-
Hey,
I´ve recently posted some question here and there in the efcore repo.
After some testing/benchmarking and refactoring... I came to the conclusion that the performance is huge!
We took our …
-
When I read data from OceanBase table use Spark mysql JDBC in parallel, it occurs this error "java.sql.SQLException: The observer or zone is not the master" .
More details are:
21/10/13 07:57:22 ER…
-
When I am inserting a large number of records (for instance synchronizing with an external database or provider), sometimes I receive an exception that the insert fails on a foreign key constraint (wh…
-
### Steps to reproduce
```C#
int rowCount = 0;
if (model == null || (string.IsNullOrWhiteSpace(model.Id)) ||
(string.IsNullOrWhiteSpace(model.SystemId)) || model.Amount < 0)
{
throw new Ex…
-
-
After a fresh install, the config table contains all the default values (including the "click" event for logging). But when enabling the plugin in an application, it does not log click events. Only su…