question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Association one to one not working anymore when updating from 3.3 to 3.4.x

See original GitHub issue

Hello ! I’m using HanaProvider and since i updated to 3.4.* associations like

        [Association(ThisKey = "CustomerId, Mandt", OtherKey = "Id, Mandt")]
        public Customer Customer { get; set; }

are not working anymore,

Error: Unhandled expression type: Default

image

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:12 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
MaceWinducommented, Oct 29, 2021

Looks good, should be enough

1reaction
lucas-garridocommented, Oct 29, 2021

i dont know if this is helping but that s what i get :

{value(HanaDataConnection).GetTable()
.Where(p => (p.Mandt == "100")).OrderBy(x => x.Name)
.Select(_s1 => new Agency() {Id = _s1.Id, Name = _s1.Name, Company = IIF((_s1.Company != null), new Company() {Id = _s1.Company.Id, Name = _s1.Company.Name}, default(Company))}).Take(201)}
Read more comments on GitHub >

github_iconTop Results From Across the Web

'Please select at least one item' - after upgrading to 7.x-3.4
After upgrading to the 3.4 distribution, our VBO module has stopped working. I receive the message 'Please select at least one item' -...
Read more >
HIBERNATE - Relational Persistence for ... - Red Hat on GitHub
In a one-to-many association it has to be the many-side, and in many-to-many association you can select either side. 1.3. Part 3 -...
Read more >
VMware SD-WAN™ 3.4.6 Release Notes
Fixed Issue 57253: Customer may observe one or more WAN links on a VMware SD-WAN Edge going dead after a DHCP server update....
Read more >
HIBERNATE - Relational Persistence for ... - Red Hat on GitHub
In a one-to-many association it has to be the many-side, and in many-to-many association you can select either side. 1.3. Part 3 -...
Read more >
VMware SD-WAN™ 3.4.5 Release Notes
Fixed Issue 50719: When a pair of VMware SD-WAN Edges configured in a High Availability topology are upgraded to Release 3.4. 1 or...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found