Taiga KATAYAMA
Taiga KATAYAMA
@mkgrgis I'm sorry for the late reply. Test on PostgreSQL 13 failed and the PR #78 was merged. Could you confirm it and rebase to the latest code?
@mkgrgis Thank you for the update. We will confirm it.
@MinhLA1410 Thank you for reviewing. @mkgrgis Thank you for fixing. I will confirm and merge it if no problem.
@mkgrgis Thank you for your contribution. This PR was merged.
Thank you for reporting. I would like to understand the situation well and to know SQL to reproduce it. Could you tell me followings? * the foreign table schema on...
SQLite does not have a concept of 'Infinity' and 'NaN' as a number. You can insert these data but they are just treated as text value in SQLite. ``` sqlite>...
I think sqlite_fdw does not need to treat NaN value when it is fetched from SQLite table because SQLite treats :nan as NULL. The behavior on SQLite: ``` sqlite> CREATE...
https://github.com/pgspider/sqlite_fdw/pull/100#issuecomment-2175797564 PR #100 was merged. I close this PR.
@mkgrgis Thank you for your effort. We are in progress to release new version of sqlite_fdw supporting PostgreSQL 17.0. We would like to merge new feature after this release. You...
We support 5 major versions of PostgreSQL . When releasing or developing new feature, we are adding and executing new tests for all old versions which we are supporting. In...