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.

Expose the select query option for GetEntity method to allow more efficient existence checks

See original GitHub issue

GetEntity / GetEntityAsync currently does not expose the select query options, which allows a more efficient check for an entity’s existence.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
christothescommented, Sep 15, 2020

Any idea when the next release will be?

We release on a monthly cadence, so 3.0.0-beta.2 should be published around the first week of October. As a side note, you can download the nightly dev feed package if you ever want to try something out prior to release. This change will publish tonight.

1reaction
kieronlanningcommented, Sep 15, 2020

@christothes Damn. That was quick! Thanks…! Any idea when the next release will be?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Testing the GET_ENTITY Implementations and Navigation ...
The $expand OData system query option includes the sales order header information, making it possible to read a full sales order using a...
Read more >
[TABLES] GetEntity/Async should not throw exception on 404
Azure.Data.Tables Is there an option to prevent GetEntity/ GetEntityAsync from throwing an exception in the case of an entity not existing.
Read more >
Efficient Querying - EF Core
Performance guide for efficient querying using Entity Framework Core. ... more rows may exist in the database (and allow retrieving them in ...
Read more >
Extracting SAP data using OData - Part 5 - Filter and Select
Today I'll show you how to implement two query parameters: $filter and $select to reduce the amount of data to extract. Knowing how...
Read more >
How to design SQL queries with better performance
So, to optimize performance, you need to be smart in using and selecting which one of the operators. 1. EXISTS vs IN vs...
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