feat(core): introduce typed ClickHouse table API, query builder, and result handling; enhance HTTP client and add schema evolution, batch inserts and mutations; update docs/tests and bump deps
This commit is contained in:
14
patches/agentkeepalive@4.5.0.patch
Normal file
14
patches/agentkeepalive@4.5.0.patch
Normal file
@@ -0,0 +1,14 @@
|
||||
diff --git a/History.md b/History.md
|
||||
deleted file mode 100644
|
||||
index 6877834dd92a5c71416d47b8d5f92a16aff5c1e6..0000000000000000000000000000000000000000
|
||||
diff --git a/index.js b/index.js
|
||||
index 6ca1513463724d5ab388b5fa4cfc44df0d93ff3d..968047aa93d8584af82b712fa957dd6d99645245 100644
|
||||
--- a/index.js
|
||||
+++ b/index.js
|
||||
@@ -1,5 +1,6 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = require('./lib/agent');
|
||||
+module.exports.HttpAgent = module.exports;
|
||||
module.exports.HttpsAgent = require('./lib/https_agent');
|
||||
module.exports.constants = require('./lib/constants');
|
||||
Reference in New Issue
Block a user