Commit Graph

92 Commits

Author SHA1 Message Date
Sarthak Sawhney
b73594e546 Update test.js 2020-05-05 16:55:56 +05:30
Sarthak Sawhney
2748ecc0b5 Update README.md 2020-05-05 16:54:33 +05:30
Sarthak Sawhney
f1660d9d86 Update index.js 2020-05-05 16:53:18 +05:30
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
TimonKK
5278d45467 Merge pull request #48 from ianmaddox/more_descriptive_insert_err
Providing a more descriptive error message
2020-04-14 10:03:44 +03:00
Ian Maddox
e042308c89 Providing a more descriptive error message 2020-04-13 17:45:23 -07:00
Dmitry
e3c3e9e7c2 fix(package.jsom): update version for npm 2020-02-18 18:51:52 +03:00
Dmitry
2118433322 fix(index): hide console.log under debug flag 2020-02-15 01:52:33 +03:00
Dmitry
d0d19ca18e refactor(index): global refactoring 2020-02-05 16:35:30 +03:00
Dmitry
05f46b49b2 doc(readme): add info about databases name 2020-01-27 11:44:06 +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
Dmitry
8c89baebfb fix(index.d): update package version 2020-01-23 11:47:44 +03:00
TimonKK
0d9ab0f58a Merge pull request #29 from pavhov/master
added CSV and TSV Streams
2019-09-29 14:17:49 +03:00
Pavel
eedce5f094 added CSV and TSV Streams on CSVWithNames, TabSeparatedWithNames format query cases 2019-09-29 10:53:25 +04:00
TimonKK
3d1c8fbbf2 Merge pull request #28 from LypkoAlex/master
Added return-types.
2019-09-27 11:34:28 +03:00
Lypko Oleksandr
1c1015941d Added return-types. 2019-09-27 10:19:14 +03:00
TimonKK
d880313392 Merge pull request #26 from pavhov/master
added insert query format check case
2019-09-23 15:11:46 +03: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
Dmitry
0a4c2a2bf7 Update package.json 2019-09-01 18:17:17 +03:00
TimonKK
ea05da8225 Merge pull request #25 from ichhim/fix-vulnerability-by-using-latest-lodash
Update lodash to 4.17.15
2019-08-31 18:54:12 +03:00
Chhuor Ich Him
7ab8bf692e Update lodash to 4.17.15 2019-08-30 13:08:47 +07:00
TimonKK
80961511f0 Merge pull request #22 from aiiejibcuhka/master
fixes in typings for TS
2019-05-29 15:05:22 +03:00
TimonKK
7f508e9f9e Merge pull request #23 from Rayvid/master
fix throw error as soon it happens, it wasn't throwing when server unavailable
2019-05-10 21:26:02 +03:00
Rayvid
482db7afba fix throw error as soon it happens, it wasn't throwing when server unavailable 2019-05-10 17:54:04 +03:00
Vitaliy Koltunov
79f8071a2d fixes in typings for TS 2019-05-10 09:44:04 +03:00
Andrew Derbitov
89650ddecc Fix #2 2019-03-19 17:28:39 +03:00
Andrew Derbitov
4de1b8d345 Fix stuped mistake 2019-03-19 17:17:41 +03: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
8a7f3bac69 Change version for publishing 2019-02-20 18:54:19 +03:00
TimonKK
643175f577 Merge pull request #19 from lexasa/master
TypeScript types definition
2019-02-20 15:28:49 +03:00
Alexey Savelyev
cf5c0e5a5c Fixed package name 2019-02-19 22:54:14 -05:00
Alexey Savelyev
baf0209d56 TypeScript types definition 2019-02-19 22:49:30 -05:00
Andrew Derbitov
a78786fcbb Fix username & password use 2019-02-14 13:33:31 +03:00
Andrew Derbitov
9bccb1d8de Add some fearchers 2019-02-14 00:12:39 +03:00
TimonKK
564288d850 Merge pull request #18 from vdemtcev/patch-1
Update README.md
2019-02-13 23:14:09 +03:00
Vladimir
ef204c0e1a Update README.md
Fix definition object for basic auth user
2019-02-12 22:32:45 +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
TimonKK
9b504c37bd Merge pull request #16 from Tgarifullin/master
zero int values inserting problem fix
2018-11-04 17:57:11 +03:00
Tgarifullin
a0bedd91b9 Update test.js 2018-11-03 14:00:02 +03:00
Tgarifullin
115393f59c zero int values inserting problem fix 2018-11-03 00:56:30 +03:00
Tgarifullin
0758a423a5 Merge pull request #1 from Tgarifullin/Tgarifullin-patch-1
boolean and int values problem fix
2018-11-02 23:39:49 +03:00
Tgarifullin
ec41c01312 boolean and int values problem fix
problem occurs on zero int value or boolean value insert
2018-11-02 23:37:30 +03:00
Andrew Derbitov
4cff2be6d1 Update package.json version 2018-10-29 12:37:54 +03:00