-
Closed issue #163 implies we cannot get WHERE clause pushdown on ObjectID (NAME) types queries.
For example, in the provided example in https://www.enterprisedb.com/docs/mongo_data_adapter/latest/…
-
Hey, I am trying to tame columnar store in our enterprise solution and faced this behaviour
select org, sum(saleit), sum(costit)
from sale_agg_cs_top
where
dt = '2021-01-01'::date
and it = 0…
-
According to the postgres docs, the remote_schema is defined by the FDW itself, I am not sure what to put in there…
I tried a few things and all I get is:
```
IMPORT FOREIGN SCHEMA ther LIMIT TO (ha…
-
Hello,
Having this Foreign Data Wrapper is a very interesting thing !
I have just build and installed it, and cheched what was the SQL syntax sent to monetdb:
**on postgres:**
CREATE FOREIGN T…
-
hello @tesseract2048
question 1
how to make folder win32 project
question 2
error in compile no found libmysl.lib
regards
-
Hello,
when i run this query:
`SELECT * from table WHERE doku_id = 'J0000100';`
i get this error:
```
NOTICE: DB-Library notice: Msg #: 5701, Msg state: 2, Msg: Der Datenbankkontext w…
-
When I return a dictionary to Multicorn I end up with a string object like this in PostgreSQL:
'"key1"=>"value1", "key2"=>"value2"'
If I set the column type in PostgreSQL to JSON, it fails:
ERROR:…
-
In Bitwarden, a custom field on an entry can have one of three types: `text`, `hidden` and `boolean`. Can `rbw get --full` maybe also return this type?
-
I have a few documents in mongo with a mix of integers and floating point numbers in them.
If I set the column type in the foreign table to "numeric", the integer values disappear from the results.…
-
I import mysql table into psql table, but can't convert mysql point type into psql point type;
which lead to Error" invailid input syntax for type point "