-
How can I run a function returning a boolean in PLSQL using linq2db?
### Steps to reproduce
```c#
return _db.DataConnection.SelectAsync(() => MyPkg.MyFunction(myParameter));
```
Expected re…
-
Now that we have a rudimentary boolean expression parser, we should be able to support ILP based optimizers.
-
```
What steps will reproduce the problem?
1. Make a call to a entity set, i.e.
server.svc/Packages()$filter=IsLatestVersion
2. See exception stacktrace
java.lang.RuntimeException: Bad filter
at…
-
This, where T is a type argument:
```dart
'$T' == 'Foo'
```
...results in:
```
info • Boolean expression composed only with literals • lib/src/progress.dart:156:5 • literal_only_boolean_exp…
Hixie updated
2 years ago
-
👋 This dashboard summarizes my activity on the repository, including available improvement opportunities.
## Recommendations
_Last analysis: Jun 14 | Next scheduled analysis: Jun 21_
### Open
- h…
-
Suggestion from reddit comment;
"I think the expression building language could easily be extended to something more akin to a simple DSL for boolean expressions by introducing an interface such as:
…
-
Hello,
I use Microsoft.OData.Client@7.18.0 library to get data from service, generated from Microsoft.OData.Cli@0.2.1.
I have an exception when using In operator on some enumeration values fol…
-
E.g. `!a && (b || c) || a && (d || e) || !a && f` produces
* `!(!a && !b && !c && !f || a && !d && !e)`
* `(a || b || c || f) && (!a || d || e)`
But a human would rather have
`a && (d || e)…
-
In the section `Describe the Difference Between Truthy and Falsy Values`, the backticks which are supposed to be displayed to signify an empty string are being interpreted as markdown and are not show…
-
# Issue Title
Unable to build expression trees that use simd operations due to SIMD intrinsics requiring pointers.
# General
My goal was to try doing an Expression Tree compiled function and …