D. Naumov
D. Naumov
I've checked current setup with dummy `npm publish` and it looks finished (See "Tarball Contents") ```sh ▶ npm publish > @apla/[email protected] prepublishOnly . > npm run build > @apla/[email protected] build...
This is very interesting usage of params. I'll take a closer look and i think it must be presented in README. I'm not sure is this a good way to...
@geniousphp 1. May Distributed engine be enough for you? 2. Do you have cases when you need to switch to any alive replica ASAP? 3. Which kind of queries you...
For `INSERT`s done with `JSONEachRow` and writing JS objects to stream (like [here](https://github.com/apla/node-clickhouse/#bulk-data-loading-with-insert-statements)) you can pass Date instance as a column value. For now with `SELECT`s you will always get...
Hi! I've tried to reproduce your case ```javascript var ClickHouse = require('@apla/clickhouse'); var ch = new ClickHouse({host: '127.0.0.1', port: 8123}); ch.query( 'SELECT sum(number), number % 2 AS isEven FROM (SELECT...
Hey @motdotla, thanks for looking into this. I'd be happy to prepare a PR since I already reverse-engineered the regex laying in the heart of dotenv-expand. To proceed I just...
Hey @motdotla, how should we proceed?