jods
jods
@sdanyliv Sure, let me rename.
Linux Oracle 19 is unrelated, flaky failure `ORA-01000: maximum open cursors exceeded`
@MaceWindu Here you go. /azp run test-all
@MaceWindu The logic is simple but the resolution might not be. The field is declared as a non-nullable enum. 1. The source condition is `Method != Enum.Unknown` 2. Mapping to...
Failing test case PR is #2989
You can see that the `TYPE` column was not set: ```sql INSERT ALL INTO MULTI_INSERT_INHERIT ( ID ) VALUES ( ID ) SELECT 1 as ID FROM SYS.DUAL ``` https://dev.azure.com/linq2db/linq2db/_build/results?buildId=5827&view=logs&j=8194d2ee-95ac-5a2d-8d32-c0eebc8af332&t=765d17bb-4901-5d2e-92c7-f1e00195ce9f&l=159
Ah OK, I see. I think it would be nice to support this somehow in Linq2Db. 1. The workaround requires adding a setter for the `Type`, which doesn't make much...
Not sure I follow you. The discriminator column and which values correspond to which types are all in the mapping, aren't they? I think I'm guessing how the current implementation...
The most likely bottleneck is not mapping records to objects but getting records from DB. When Execute completes, no result has been fetched from the server yet. The RDBMS is...
Thanks for the answer and the suggested alternative. We'll review the various ways we can make this work, the context is a bit perf-sensitive. I'm leaving this issue open in...