-
Firebird: 2.5.9
Postgres: 14.5
Firebird_Fdw: latest
After importing my tables via the following script:
```
CREATE EXTENSION IF NOT EXISTS firebird_fdw;
DROP SERVER IF EXISTS firebird_server…
-
Currently, column name on foreign table is the same as the one on remote table by default.
If we want to change the column name by ALTER command, we need to support column_name option.
I would lik…
-
Compilation of firebird_fdw for ubuntu/mint/debian is correct and nice. But default base directory for libfq.so is `/usr/local/lib`. For libfq will visible i must execute this command `ln -s '/usr/loc…
-
There is clean gcc (10.2.1 20210110) output for firebird_fdw, but warnings for libfq.
```
src/libfq.c: In function ‘_FQexecParams’:
src/libfq.c:1904:36: warning: initialization of ‘isc_blob_handl…
-
FIREBIRD VERSION: 2.5.3
POSTGRE VERSION: 10.11
Some forewords:
I'm using this firebird_fdw to query data from a database for which I have no control over how the data is stored nor it's structur…
-
The last `fbsql` + `libfq` with `(gdb) run`, around of https://github.com/ibarwick/libfq/blob/ff56b4d898d654cca5cab97a89ea2804ecd435ec/src/libfq.c#L2564
```
Starting program: /usr/bin/fbsql -d /tmp/…
-
As a test case, I did the following:
```
[postgres@dev ~]$ sqlite3 test_boolean.db
SQLite version 3.7.17 2013-05-20 00:56:22
Enter ".help" for instructions
Enter SQL statements terminated with …
-
Firebird:
```
CREATE TABLE "!IE" (
"c₀" INTEGER NOT NULL,
"c₁" INTEGER NOT NULL
);
```
Sample data for Firebird
[Hierarchy.txt](https://github.com/ibarwick/firebird_fdw/files/5872227/Hiera…
-
Hi,
v14 entered beta. 1.2.1 fails to build against v14. Below is the log. Can you please take a look?
Regards, Devrim
> /usr/lib64/ccache/clang -Wno-ignored-attributes -fno-strict-aliasing …
-
[x:postgres]
**Postgresql 9.6 +**
**Is your feature request related to a problem? Please describe.**
No `OPTIONS` (SQL lexema) data are displayed for columns of foreign table in UI or in DDL.
…