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
bc1b82fc26
[misc] documentation improvement
2025-03-11 11:21:30 +01:00
31e3913526
[CONJS-295] add mysql2 option jsonStrings option to return MySQL Json field as string
...
to permit mysql2 compatibility
2024-10-11 15:58:49 +02:00
bbad4bb033
[CONJS-296] Add option enableKeepAlive / keepAliveInitialDelay alias for keepAliveDelay
...
to permit mysql2 compatibility
2024-10-11 15:28:53 +02: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
9cae8adfd6
[CONJS-266] Option infileStreamFactory
addition for compatibility
2023-09-07 15:00:08 +02:00
f690f0987e
[CONJS-265] permit configuration of console warning message #249
2023-09-04 16:48:47 +02:00
a25d3b1d95
[CONJS-257] permit to import sql file directly #242
2023-05-29 10:35:27 +02:00
3393c1f701
[CONJS-251] permit Piping results with Streams when using callback implementation
2023-05-10 13:58:52 +00:00
ba70356ae9
[CONJS-241] metaAsArray missing option in typescript description
2023-02-07 09:31:29 +01:00
f6861e57e7
[misc] update benchmark result for 3.1.0
2023-02-03 18:23:25 +01:00
16834028a2
[misc] benchmark update with recent version
...
* benchmark charset option change
* label correction
2023-02-02 16:33:05 +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
8cbec0ba32
[misc] improve contribution guide
...
following https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file guide
2023-01-10 18:23:55 +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
cb0b7c4a34
[misc] merging #214
2022-10-03 10:34:00 +02:00
68896eafd4
Merge branch 'patch-1' into develop
...
# Conflicts:
# package.json
2022-10-03 10:31:59 +02:00
a9228510a2
[misc] adding missing documentation about debugLen
and logParam
options
2022-10-03 10:19:05 +02:00
0c766d6d9a
Update connection-options.md
...
Add debugLen to ## Other Options in documentation.
2022-09-23 18:50:38 -04:00
ba6d4b88af
[misc] correcting benchmark description
2022-08-17 12:25:35 +02:00
8bdbdd585b
[misc] correcting benchmark description
2022-07-27 09:09:25 +02:00
74fc5eaefa
[CONJS-210] benchmark result update with recent driver version
2022-07-12 19:03:10 +02:00
a55ce22a56
[misc] benchmark improvement
2022-07-05 18:45:15 +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