-
**Reported by mark on 6 Dec 2014 00:24 UTC**
Introduce a new control structure by drastically generalizing if/elseif/else.
There is an initial "If|if_then_" clause with a boolean-producing first argu…
-
special case expressions that are named and should be equivalent to predicates.
- Expression starts-with( attribute, string-literal) replace with NodeSelector.attributeValueStartsWith
- same for e…
-
I post this issue following conversations with @RustanLeino and @cpitclaudel, and as a basis for future discussions.
When we have a group of recursive functions, unfolding any function from that gr…
-
### Which @angular/* package(s) are relevant/related to the feature request?
forms
### Description
Currently, the `AbstractControl` has a method (`hasValidator`) to check if a validator is present …
-
Need a way to do advanced feature like json_insert during Inserting rows or updating rows.
Also need a way to use these features during data extraction. As of now, predicate can be changed by menti…
-
For side-channel _verification_, the taint analysis considers both data and control dependencies. However, by linearizing secret-dependent branches we remove control dependencies, so our taint analysi…
-
## Step 4: Anatomy of a query
Now let's analyze what you have written. A CodeQL query has the following basic structure:
```ql
import /* ... path to some CodeQL libraries ... */
from /* ... variable…
-
I've not found any documentation about how curried functions should be documented. Lets asume we have the following function:
``` js
const push = browserHistory => route => browserHistory.push(route)…
akkie updated
1 month ago
-
Similar to the already supported `UNION ALL` clause, the SQL standard also defines `[ INTERSECT | EXCEPT ] ALL` clauses. This should be supported by jOOQ, as well.
### Emulation using `JOIN`
So …
-
We already support index acceleration for queries that have a predicate such as `WHERE st_distance(...) < x`, where `x` is a constant. We should be able to do the same thing for `st_distancesphere` an…