Ian Barwick

Results 68 comments of Ian Barwick

Thanks for the report. With this kind of issue, the first step to finding the right fix is being able to reproduce it, so what would be very helpful is...

> Firebird [gives us some UUID functions](https://firebirdsql.org/file/documentation/chunk/en/refdocs/fblangref30/fblangref30-functions-uuid.html). Recommended special storage mode is `CHAR(16) CHARACTER SET OCTETS`. > > Firebird > > ```sql > CREATE TABLE "UUID" ("UUID" CHAR(16) CHARACTER SET...

> I think it will be simple for refactoring, if `IMPORT FOREIGN SCHEMA` behaviour with `LIMIT TO` and `EXCEPT` will be managed by servel-level option `quote_identifiers`. The issue with doing...

@gvasquezvargas apologies for the delay, this got a little lost somewhere. I've refactored it based on DJ's suggestions and submitted it as ready-for-review. The PR is against the `develop` branch;...

It looks like you may need the SCLO package for Oracle Linux 7, which should provide the missing binaries. The CentOS equivalent is here: http://mirror.centos.org/centos/7/sclo/ ; this might be the...

@devrimgunduz those issues were fixed in `master` a while back. Are you building against a tarball or something?

@devrimgunduz there is now a [1.4.1 release](https://github.com/ibarwick/firebird_fdw/releases/tag/1.4.1) with Pg18 compatibility. There is a corresponding libfq [0.6.2](https://github.com/ibarwick/libfq/releases/tag/0.6.2) release with various compiler fixes. Apologies for the delay.

Hi Devrim You seem to be using outdated sources, please check the 1.4.0 release: https://github.com/ibarwick/firebird_fdw/releases/tag/1.4.0 Note there's also a corresponding libfq release: https://github.com/ibarwick/libfq/releases/tag/0.6.1