-
Only non - `STRICT` tables in legacy SQLite databases is affected.
1. There is foreign table with `bytea` column. In SQLite values usually belongs to [blob](https://www.sqlite.org/datatype3.html#af…
-
Hi
I am trying to install this on Ubuntu 22.04 for mysql 8.0.35, but I am getting this error:
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels …
-
Hi, to my understanding, the version numbers in various files need to be adjusted to 2.0.1 (aka the current release). Otherwise, postgres lists it as version 1.0, yet the release name is 2.0.1.
-
Another issue in AlchemyFDW: using OR in Where clauses involving foreign tables causes Multicorn to respond with the following warning:
> unsupported expression for extractClauseFrom
along with refu…
-
Hello,
Thank you for maintaining this extension!
Does this extension allow executing write queries on MS SQL Server?
Also I have some difficulties on setting up the extension and would like to …
-
I have problem with mysql_fdw with handling data with long text in text column. In case of very long text fdw didn´t return all rows from table and return only rows before this row. And didn`t send an…
-
Hello!
I have the following issue with PostgreSQL 9.6 and 10:
```
$ make USE_PGXS=1
jdbc2_fdw.c: In function ‘jdbcGetForeignRelSize’:
jdbc2_fdw.c:469:36: error: ‘RelOptInfo {aka struct RelOptIn…
-
Hi all,
I'm testing with mysql_fdw master and postgres 9.4.6 on:
```
[root@b8a1c371-2a1b-e1ef-8612-a70eae12cfac ~]# uname -a
SunOS b8a1c371-2a1b-e1ef-8612-a70eae12cfac 5.11 joyent_20160218T022556Z …
-
**Describe the bug**
I'm seeing unexpected results using a `WHERE` clause on the `aws_ecr_image` table. All rows from a `JOIN` condition are being returned even though the query specifies most rows s…
-
I was trying to your examples also 'insert into select' statement.
but my connection in postgresql was broken when running 'insert into select' statement.
below is my proceeding.
Please kindly ch…