Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't call inline functions in expressions #1

Closed
marcodafonseca opened this issue Nov 22, 2018 · 1 comment
Closed

Can't call inline functions in expressions #1

marcodafonseca opened this issue Nov 22, 2018 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@marcodafonseca
Copy link
Owner

marcodafonseca commented Nov 22, 2018

Describe the bug
The system throws an error when referencing an inline function in an expression when trying to Get\List data

To Reproduce
Steps to reproduce the behavior:

await repository.List<TableModel>(x => x.Property == value.ToLower());

Expected behavior
Data to be returned from the database

Release

  • Version: 0.0.4.0
@marcodafonseca marcodafonseca added bug Something isn't working good first issue Good for newcomers labels Nov 22, 2018
@marcodafonseca marcodafonseca self-assigned this Nov 22, 2018
@marcodafonseca marcodafonseca removed the good first issue Good for newcomers label Nov 22, 2018
@marcodafonseca
Copy link
Owner Author

Resolved by 992fe1f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant