rabberbock
rabberbock
Hello. Thanks so much for working in this project. I a running into an issue when loading the checkpointed model. I get the floowing error after running `python main.py --dataset...
### Steps to reproduce Repro at https://github.com/rabberbock/PomeloMySqlJson ### The issue Json query for Newtonsoft JObject cannot be translated to DB query. ``` Unhandled exception. System.InvalidOperationException: The LINQ expression 'DbSet() .Where(b...
### Description The Npgsql Ef Core library made some breaking changes for the default mapping of DateTime. See [Release Notes](https://www.npgsql.org/efcore/release-notes/6.0.html#breaking-changes). When I try a BulkInsert it fails, however a regular...
**ECS integration/library project(s) (e.g. Elastic.CommonSchema.Serilog)**: Elastic.CommonSchema.Serilog **ECS .NET assembly version (e.g. 1.4.2)**: 1.5.3 **.NET framework / OS**: .net 6 preview 4 **Description of the problem, including expected versus actual behavior**:...
**Question** I am running an application on a k8s cluster. When the app starts up, I do some initialization that can take a few seconds and would like to prevent...
### Description I would like Bulk operations to use a non temporary table for all Bulk Operations (to avoid connection pinning). However enabling this option either globally or per operation...
### Description Bulk Insert throws an exception when the entity has a jsonb column. The jsonb column mapping is set in OnModelCreating. ### Exception ``` Exception message: The given key...
## Bug Report ### Description The `OnFocus` event handler for the Select component is not triggered when `EnableSearch="true"` and the Select has no value selected. However, if there is already...