dmitry.berezhnov
|
1e873270cc
|
fix(package): upgrade version
|
2022-08-26 01:49:56 +03:00 |
|
Евгений Сорокин
|
8c740ce8b7
|
test insert select, small refactoring
|
2022-08-25 02:56:06 +03:00 |
|
Евгений Сорокин
|
9e050f0a8c
|
\n in sql (array in params)
|
2022-08-24 22:38:44 +03:00 |
|
Евгений Сорокин
|
5e9672c5b6
|
test arrays as parameters
|
2022-08-24 11:34:00 +03:00 |
|
Евгений Сорокин
|
0b5ec8017e
|
mask apostrophe, compare values
|
2022-08-24 10:03:44 +03:00 |
|
Евгений Сорокин
|
a89613b166
|
issue 130 low case insert test
|
2022-08-22 11:13:25 +03:00 |
|
TimonKK
|
6ac086b4ea
|
Merge pull request #129 from SEA99/master
https://github.com/TimonKK/clickhouse/issues/128
|
2022-08-19 23:29:10 +03:00 |
|
Евгений Сорокин
|
d8fcfeea47
|
test
|
2022-08-18 19:32:37 +03:00 |
|
TimonKK
|
8290a821fd
|
Merge pull request #122 from francescorivola/bug/stream-uncaught-network-error
Handle stream network error to avoid uncaught error
|
2022-08-16 23:57:42 +03:00 |
|
Francesco Rivola
|
8e9a9d05a7
|
changed expects
|
2022-08-16 10:41:13 +02:00 |
|
Francesco Rivola
|
e85ed44358
|
Handle stream network error to avoid uncaught error
|
2022-06-08 18:09:34 +02:00 |
|
Francesco Rivola
|
d59e8e373d
|
Merge branch 'master' into feature/support-on-cluster
|
2022-04-01 09:03:25 +02:00 |
|
TimonKK
|
1dff3f7af5
|
Merge pull request #105 from adhilton25/f/query-parameterization
Query Parameterization
|
2022-03-31 00:29:12 +03:00 |
|
dmitry.berezhnov
|
8ccc02d54f
|
fix(feat): fix query parsing
|
2022-01-26 00:22:52 +03:00 |
|
Adam Hilton
|
e241089891
|
Add test for query parameterization.
|
2022-01-01 20:11:36 -07:00 |
|
Francesco Rivola
|
5facaf909a
|
drop supports also on cluster
|
2021-12-09 15:35:06 +01:00 |
|
Francesco Rivola
|
caf1343c20
|
provide support for on cluster create table queries
|
2021-12-09 15:04:10 +01:00 |
|
TimonKK
|
378325ddce
|
Merge pull request #87 from hlopetz/issue-86
Addressing Issue 86: HTTPS expected to have port 443 by default
|
2021-08-20 00:44:05 +03:00 |
|
Francesco Rivola
|
de4dfacccd
|
added sessionId to test
|
2021-07-13 12:21:50 +02:00 |
|
Francesco Rivola
|
bfbec61271
|
added raw insert support
|
2021-07-13 12:15:08 +02:00 |
|
Andrey Maksimov
|
28983853ab
|
HTTPS expected to have port 443 by default #86
|
2021-06-17 18:17:46 +03:00 |
|
Alex
|
55c34371ed
|
#75: Add raw return type: tests
|
2021-04-09 19:12:46 +03:00 |
|
Matthew Peveler
|
6e78d60221
|
chore: unify identation to tab stops
Signed-off-by: Matthew Peveler <matt.peveler@popsql.com>
|
2020-12-05 12:12:45 -05:00 |
|
Dmitry Berezhnov
|
c81a4ee091
|
fix(test): fix some test
|
2020-11-02 18:43:46 +03:00 |
|
Dmitry Berezhnov
|
4ace48ff5c
|
fix(url): fix stange behavore
|
2020-11-02 18:16:24 +03:00 |
|
Dmitry
|
5af1d6c29b
|
fix(doc): fix configs example from doc
|
2020-05-29 18:45:16 +03:00 |
|
Dmitry
|
ba4eb426b9
|
fix(test): pass default config for all test connections
|
2020-05-15 11:40:32 +03:00 |
|
TimonKK
|
9ea48f9b5d
|
Merge branch 'master' into master
|
2020-05-15 11:33:55 +03:00 |
|
Sarthak Sawhney
|
b73594e546
|
Update test.js
|
2020-05-05 16:55:56 +05:30 |
|
Dmitry
|
5fc7689cd7
|
fix(query): add fix for query
1. add setting for generation of session id for each query
2. fix handle of error from stream query
|
2020-04-30 15:52:38 +03:00 |
|
Dmitry
|
b2b02c2e77
|
test(index): add test of WITH TOTALS
|
2020-04-23 11:35:03 +03:00 |
|
Dmitry
|
05e94de287
|
fix(index.js): add test and fix for query with totals
|
2020-04-14 17:49:33 +03:00 |
|
Dmitry
|
3a70730817
|
Update test
|
2020-04-14 13:54:44 +03:00 |
|
Dmitry
|
d0d19ca18e
|
refactor(index): global refactoring
|
2020-02-05 16:35:30 +03:00 |
|
Dmitry
|
41e95abf63
|
test(test): update package and fix some test
With last version of Clickhouse appear bug with EXISTS TABLE query https://github.com/ClickHouse/ClickHouse/issues/8818.
I fix test
|
2020-01-24 16:41:50 +03:00 |
|
Pavel
|
eedce5f094
|
added CSV and TSV Streams on CSVWithNames, TabSeparatedWithNames format query cases
|
2019-09-29 10:53:25 +04:00 |
|
Pavel
|
f42b32907f
|
added tsv csv parsers on select query
# not completed parsers work on stream
|
2019-09-18 20:25:30 +04:00 |
|
Pavel
|
f6ea85faf0
|
added insert query format check case
|
2019-09-17 01:41:48 +04:00 |
|
Andrew Derbitov
|
075766c921
|
Add method "desttroy"
|
2019-03-11 19:21:45 +03:00 |
|
Andrew Derbitov
|
5f51bfa48a
|
Fix EXISTS query
|
2019-02-25 12:02:14 +03:00 |
|
Andrew Derbitov
|
9bccb1d8de
|
Add some fearchers
|
2019-02-14 00:12:39 +03:00 |
|
Andrew Derbitov
|
10a4951a1a
|
Add hack for compatibility
|
2019-02-12 15:34:20 +03:00 |
|
Andrew Derbitov
|
352f1c974b
|
Add TLS/SSL Protocol support and async iteration over SELECT
|
2019-02-07 16:27:59 +03:00 |
|
Andrew Derbitov
|
49b5b61011
|
Add new option and test
|
2019-01-21 18:02:37 +03:00 |
|
Andrew Derbitov
|
b9df4fb866
|
Add new way for callback and fix test
|
2019-01-12 17:23:36 +03:00 |
|
Tgarifullin
|
a0bedd91b9
|
Update test.js
|
2018-11-03 14:00:02 +03:00 |
|
boston
|
f86b931382
|
add withTotals
|
2018-09-30 22:33:19 +03:00 |
|
boston
|
b4443feb80
|
fix test 'should return not null object' & variable types
|
2018-09-13 15:55:36 +03:00 |
|
Andrew Derbitov
|
842b1de372
|
Add insert field as array
|
2018-09-03 21:37:00 +03:00 |
|
Andrew Derbitov
|
bd4e84224c
|
Refactor test
|
2018-08-22 00:01:18 +03:00 |
|