Commit Graph

34 Commits

Author SHA1 Message Date
5179933e6f adding coverall 2018-06-18 12:48:32 +02:00
caddb3f5c3 [misc] Promise implementation for connect() and end() methods 2018-06-01 17:02:53 +02:00
45015f8685 [misc] adding option "trace" to permit retrieving query creation stacktrace 2018-05-14 16:26:23 +02:00
47fde4d231 setting connectTimeout to refer to socket initialization and adding new option socketTimeout to handle timeout when socket has connected 2018-04-30 19:39:27 +02:00
c309a7990a improve presentation of benchmark results 2018-04-27 20:52:37 +02:00
5f311bf14e implement benchmark part in README 2018-04-27 20:37:53 +02:00
a3a55fefaf change user implementation, plugins correction 2018-04-23 17:59:19 +02:00
e83c591104 change user implementation 2018-04-23 16:15:54 +02:00
2cee453d5f improve pipelining image 2 2018-04-20 19:02:01 +02:00
a832663d1b improve pipelining image 2018-04-20 19:00:47 +02:00
8a3a376c4d adding pipelining explaination in readme 2018-04-20 18:37:13 +02:00
4087e9e905 documentation correction 2018-04-19 18:22:19 +02:00
7918f9fc04 benchmark more logs, adding mariasql to benchlist.
100% relate to fastest driver
2018-04-19 17:23:12 +02:00
cf886d799c improving TLS documentation 2018-04-19 16:40:58 +02:00
b7d2cdf3e5 improving TLS documentation 2018-04-19 16:40:02 +02:00
db3805a8a7 correcting travis client keystore generation for testing 2018-04-19 16:23:17 +02:00
a4317c1a15 improving SSL documentation 2018-04-19 16:01:14 +02:00
89393ccad6 adding SSL documentation 2018-04-19 15:34:30 +02:00
cd9b3799af trying to reproduced appveyor issue with log 2018-04-19 14:27:25 +02:00
cdf2781aa7 deleting yarn use 2018-04-19 14:17:24 +02:00
d4631c78b8 correcting debug output 2018-04-19 13:55:31 +02:00
9b11bda621 SSL configuration
ensure TLS servername value for SNI cannot be overwritten by configuration
2018-04-19 13:46:46 +02:00
c9b45e91ae small code correction 2018-04-13 17:04:11 +02:00
e970bfad9f changing npm name to mariadb
README status first
2018-03-27 18:46:05 +02:00
c534cd3141 adding typecast documentation
removing typecast boolean test that made no sense.
If a typecast function is set, will cast type with function.
if not a function, will use automatic casting to javascript type.
2018-03-27 18:40:33 +02:00
c0973993bd adding placeholder documentation 2018-03-27 14:24:35 +02:00
fdc2db9118 permit using pipelining option at query level
pipelining documentation
2018-03-23 14:27:00 +01:00
aa3eb779b9 Add pipelining implementation 2018-03-22 15:43:16 +01:00
92382ad4a7 adding metadata test 2018-03-21 18:06:17 +01:00
db1b43f430 Connection.ping() implementation 2018-03-15 18:07:03 +01:00
0cf38965fd eslint code standardization
travis bench use mariasql
documentation correction
2018-03-15 16:22:32 +01:00
dda1ed3d89 remove unused conenction option.
add connection option documentation.
add few tests
2018-03-15 16:10:14 +01:00
2ee3b8e68e improving documentation 2018-03-12 12:22:30 +01:00
167dd033c5 changing documentation 2018-03-09 14:58:34 +01:00