Giter VIP home page Giter VIP logo

Comments (4)

veena-udayabhanu avatar veena-udayabhanu commented on July 24, 2024

Thanks for reporting this. This is the expected behavior since LINQ provides methods like where,select etc in order to specify your filters. The LINQ expression is parsed and the appropriate FilterString is set thereby overwriting the FilterString you set on the query itself. However, checking if it’s a LINQ query and throwing an error if the FilterString is also set(instead of silently ignoring it) sounds better and we will track this so we can fix it in an upcoming release.  Thanks!

from azure-storage-net.

nukefusion avatar nukefusion commented on July 24, 2024

Just came across this issue ourselves. We started off using the factory methods to generate a query which was then filtered via LINQ but moved to use FilterString when we needed to apply more complex filtering than was supported via LINQ. I second the notion that the API should be more predictable here. If the FilterString itself doesn't apply in this scenario then ideally it would be hidden completely, however raising an error would certainly be better than silent failure.

from azure-storage-net.

erezvani1529 avatar erezvani1529 commented on July 24, 2024

Hi,

Since the release of CosmosDB Table sdk package, support for Table service has transitioned to CosmosDB team.

Please email the team at : [email protected] for more information.

Thanks!

from azure-storage-net.

Porges avatar Porges commented on July 24, 2024

This FilterString behaviour is absolutely bizarre.

@erezvani1529 isn't the code still developed on this repo?

from azure-storage-net.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.