211070ce0f
[misc] documentation redirection to main MariaDB documentation
2025-06-27 10:58:42 +02:00
52b30353e7
[misc] documenting batch fullResult
option
2025-03-19 21:01:55 +01:00
627f1d29ba
[misc] documentation improvement (examples addition)
2025-03-19 14:18:10 +01:00
64ef6f8dd9
[misc] documentation improvement
2025-03-14 15:16:23 +01:00
c3a9e33324
Mention the new NodeJS 20 "--env-file"
2024-08-26 14:03:16 +02:00
c8292b46b0
[misc] pool initializationTimeout default to acquireTimeout in order to have connector error cause to be logged
2024-03-08 13:16:27 +01:00
ddd55b4164
[misc] stack trace not always return complete stack when using trace
option
2024-03-05 17:25:39 +01:00
7569425955
[misc] various small corrections
...
* code simplification
* correct missing parameters
* coherence
* removing deprecated use
2024-03-05 17:25:39 +01:00
316d77f350
[misc] documentation correction of insert id when multi insert #261
2023-11-30 14:46:39 +01:00
a8bf69f74d
[misc] code style correction
2023-09-08 15:53:31 +02:00
a25d3b1d95
[CONJS-257] permit to import sql file directly #242
2023-05-29 10:35:27 +02:00
ba70356ae9
[CONJS-241] metaAsArray missing option in typescript description
2023-02-07 09:31:29 +01:00
987f5cd6d5
[misc] ensure pools ending active connections after a maximum of 10s after pool ends
2023-01-30 19:27:29 +01:00
81aa79c7d1
[CONJS-237] Timezone option improvement
2023-01-20 15:52:11 +01:00
6d9f1153f8
Merge branch 'master' into develop
2023-01-10 18:14:23 +01:00
f25081715c
[misc] correcting cast documentation
2023-01-10 18:03:33 +01:00
d3cf0a65e2
Merge branch 'master' into develop
2023-01-10 14:29:53 +01:00
ebef14590c
docs: update new default value of connectTimeout since v2.5.6
2023-01-10 14:28:26 +01:00
f11b23cc8b
Merge branch 'master' into develop
2023-01-10 14:22:54 +01:00
b15e5438a3
docs: reformat documentation of pool options
2022-11-21 09:38:18 +01:00
0fcf2073cf
docs: reformat documentation of pool options
2022-11-21 09:35:24 +01:00
104c400f90
merge 3.0.2 version
2022-10-17 15:42:09 +02:00
452d27894b
[CONJS-222] permit streaming prepare statement result
2022-10-17 09:50:36 +02:00
a606ed16ce
[CONJS-226] add missing metaAsArray documentation and typescript option
2022-10-12 10:44:06 +02:00
6c7946c034
[CONJS-226] add missing metaAsArray documentation and typescript option
2022-10-11 11:59:59 +02:00
9c4562acf2
[CONJS-225] Make result set's meta property non-enumerable
2022-10-10 21:08:18 +02:00
dae96fc9f2
[misc] adding documentation for connection release #211
2022-10-05 16:17:20 +02:00
a862d8dbf7
[CONJS-209] trace option complete implementation
...
when enabled, and error occurs, error stack will now always include caller method
2022-06-30 14:32:37 +02:00
a484ccffaf
[misc] various micro enhancement
...
* pool: connection validation check isValid, correcting cases when a connection wasn't valid returning no response.
* cluster:
** ensure that when option `canRetry` is enable to not loop eternally if pool doesn't have connection anymore
** cluster end promise really returns Promise when pools are closed
* add test for cluster with one node only / or one node working only
2022-06-16 12:25:00 +02:00
72d2681bd9
[CONJS-204] handle password array with server pam_use_cleartext_plugin
2022-06-07 15:12:24 +02:00
6a4e879512
[CONJS-198] new option addition checkNumberRange
to works with insertIdAsNumber/decimalAsNumber/bigIntAsNumber #201
2022-06-02 16:11:33 +02:00
268111d78f
[CONJS-200] Improve pool connection error messaging
2022-06-01 11:48:18 +02:00
e20e08b713
correct documentation link
2022-04-04 14:14:22 +02:00
d6863347ed
[misc] update streaming configuration emphasis closing queryStream
2022-01-25 15:59:26 +01:00
c7e12e1b80
Merge branch 'develop' into maintenance/3.x
...
# Conflicts:
# documentation/promise-api.md
# lib/cmd/parser.js
# lib/io/packet.js
# test/integration/test-batch.js
# test/integration/test-call.js
# test/integration/test-local-infile.js
# test/integration/test-pool-callback.js
2022-01-24 13:36:05 +01:00
61598b3fe4
misc - update documentation with for-await-of use #189
2022-01-24 11:38:35 +01:00
77c01fdb2e
misc - documentation improvement indicating that connection.release() is async
2021-12-20 11:55:13 +01:00
16d45cd7b3
CONJS-183 - change default connection timeout value to 1000ms
2021-12-09 15:31:34 +01:00
9f9b2f6fd0
Merge branch 'develop' into maintenance/3.x
...
# Conflicts:
# CHANGELOG.md
# documentation/promise-api.md
# lib/misc/errors.js
# lib/pool-base.js
# package.json
# test/integration/test-pool.js
# types/mariadb-tests.ts
2021-12-07 11:15:36 +01:00
0ec7eeaa9e
Updating documentation and README examples using mostly async/await
2021-11-22 14:46:40 +01:00
8d11d51d7b
Merge branch 'features/CONJS-178' into maintenance/3.x
...
# Conflicts:
# lib/config/pool-options.js
2021-10-13 10:41:29 +02:00
d4d32b80d2
[CONJS-179] better pool option resetAfterUse
default value
2021-10-01 17:37:53 +02:00
9425d86d70
[CONJS-178] Update code to recent node.js version
2021-09-23 16:49:14 +02:00
edafd376e6
[misc] promise documentation improvement
...
Examples are now using await/async
2021-09-15 16:48:42 +02:00
19a326fb4b
[CONJS-177] document retrieving stored procedure's output parameters #90
2021-09-15 15:03:03 +02:00
146584a688
[CONJS-176] Change Pool cluster default option removeNodeErrorCount value to Infinity
...
This default value has been set for compatibility with mysql/mysql2 drivers.
3.0 is the time to have sane default configuration.
2021-09-14 16:56:30 +02:00
6c0b8b2d24
[misc] documentation link correction
2021-09-14 15:17:29 +02:00
aed4694722
fix minor typo "JSON.stringfy" in promise-api.md
2021-09-07 10:21:41 +00:00
3374cbb3a8
[misc] documentation addition for non supported experimental ??
syntax
2021-07-06 10:17:15 +02:00
7eb26bf54a
[misc] documentation addition for non supported experimental ??
syntax
2021-07-06 10:12:42 +02:00