Skip to content

Conversation

@bednar
Copy link
Contributor

@bednar bednar commented Apr 13, 2022

Closes #306

Proposed Changes

Fixed generated Flux Query for inline joins of binary operator:

var query = from s in InfluxDBQueryable<SensorDateTimeOffset>.Queryable("my-bucket", "my-org", _queryApi)
                where s.Timestamp >= start && s.Timestamp < stop && s.SensorId == "id-1"
                select s;

Checklist

  • CHANGELOG.md updated
  • Rebased/mergeable
  • A test has been added if appropriate
  • dotnet test completes successfully
  • Commit messages are in semantic format
  • Sign CLA (if not already signed)

@bednar bednar marked this pull request as ready for review April 13, 2022 12:31
@bednar bednar requested a review from rhajek April 13, 2022 12:31
@bednar bednar merged commit 7f06b3b into master Apr 13, 2022
@bednar bednar deleted the linq_inline_and_expression branch April 13, 2022 15:16
@bednar bednar added this to the 4.1.0 milestone Apr 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

System.Linq.Expressions.Expression query bug

3 participants