-
**Describe the bug**
When passing certain query parameters with encoded characters (like `%26`) I am expecting that they are passed encoded like this to the downstream services but what is happening …
-
Hello,
I'm trying to use the _operators feature for filtering, but I can't get it to work:
This is my package.json section:
```
{
"graphql": "^14.0.2",
"graphql-compose": "^9.0.7",
…
-
## Problem
Can geo location of Postgres added to the supported types?
I can only use: `Unsupported("Point")` for that Postgres data type. And this would not create `create` and `update` for the mo…
-
Is there a way of adding custom mongoose cursors into an existing resolver, let's say the `connection` resolver, normally there is a way to add a custom `query` but at times we have aggregations not q…
-
I'm getting a totally blank "server unresponsive" error when I try to do something like this:
```
$sq = $db->subQuery("e");
$sqraw = "SELECT * from table1";
$sq->rawQuery($sqraw);
$db->join($sq, '…
-
### Feature Description
It will be a good addition to integrate the `GENERATE_SERIES` inside innerJoin, leftJoin
### The Solution
`GENERATE_SERIES` is working inside a view entity for exampl…
-
```
$db->new MySqliDB('root','password','database','prefix_demo_');
$db->rawQuery(
"SELECT col1, col2 FROM tbl_accounts
UNION
SELECT col3, col4 FROM tbl_jobcards
UNION
SELECT col5,…
-
When using the Escape() query is brings back no results, but if I extract he RAW query and run it, then it returns the expected number of results
This brings back 0 results:
```
if (!string.IsNul…
-
**Is your feature request related to a problem? Please describe.**
Currently I have my grafana dashboards as code. I would like to paramtertize the query parameters as much as possbile in order to no…
-
Hi my Sqlite returning rawQuery witch is Future ... hot to conver result to map of type in example.
Map _elements = {
'Team A': ['Klay Lewis', 'Ehsan Woodard', 'River Bains'],
'Team B': ['Toy…