AmebaBrain
AmebaBrain
For those who connects over `ssh` to use `julia` and gets the same error: ```sh $ sudo apt-get update $ sudo apt-get install -y xvfb xauth $ xvfb-run julia julia>...
+1 for Postgres v16 compatible release
Am I correctly understand that without this PR merged #45 won't be resolved?
@ahuarte47 tried to build from your `duckdb_fdw-main_9x-10x-support` branch. getting error below. looks because of `#include "duckdb.hpp"` in line 3 in `sqlite3_api_wrapper.cpp`. in your PR you remove these 2 files. ```...
@ahuarte47 oh, I see now! I was confused by the readme, which highlighted copying of DuckDB package. but the only visible operation with that package was copying a binary `*.so`...
> FYI; `duckdb-fdw` is successfully built and working with `duckdb` v1.0.0 using this PR @alitrack , any chance to merge this PR? Duckdb released first major `1.0.0` version, and we...
oh...count me in! ) I think there are a lot of possible implementation for such an image. Here is [mine](https://github.com/chumaky/docker-images/blob/master/v16/postgres_oracle.docker), for example. And corresponding image on docker [hub](https://hub.docker.com/r/chumaky/postgres_oracle_fdw). I'm maintaining...
@laurenz , @jopoly any updates on this? I'm interested on basic aggregates pushdown: count, sum, min, max, etc.. today was trying to compare row counts between tables and figured out...
I don't know if this relates to this, but after specifying custom path to **tsserverlibrary.js** library I get such errors (I translated messages to english for convenience) `let g:tscompletejob_custom_tsserverlibrary =...
@runoshun Could you please clarify where do you get tsswrapper200.js, tsswrapper210.js files? Are they manually prepared by you or they could be grabbed somewhere? I want update TS support for...