Ed Wildgoose

Results 6 issues of Ed Wildgoose

Hi, running this the following in the console is accepted: ``` INSERT INTO "counter_interfaces" ("device_id","device_type") VALUES ("123","3g") ON CONFLICT ("device_id", COALESCE("sim_id", "")) DO UPDATE SET "device_id" = EXCLUDED."device_id","device_type" = EXCLUDED."device_type","sim_id"...

bug

Hi, Can in introduce you to "duckdb" https://duckdb.org/ I believe that the C api for sqlite can be compiled against duckDB, giving some possibility that this is a straightforward integration?...

At present the library links when started with start_link (which is expected). However, consider that we start the library under a supervisor, and then some other genserver calls `controlling_process` and...

Sqlite does support ON CONFLICT DO upsert feature, eg: https://www.sqlite.org/lang_UPSERT.html As part of this I synced a couple of function definitions to match current upstream postgrex as part of this....

Hi, I would like to use Brotli for compressing a stream of data. For this reason it's necessary to be able to "flush" the stream at the end of a...

enhancement
help wanted

Hi, pypy3-exe-7.3.0 now fails to find the download, so won't compile Trivially grabbing latest upstream and re-applying the old musl patches gets the same failed result as using upstream gentoo...