Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
WikiRik authored Oct 25, 2024
2 parents d1c0aa8 + be77cd2 commit 0de103e
Show file tree
Hide file tree
Showing 3 changed files with 340 additions and 160 deletions.
2 changes: 1 addition & 1 deletion docs/databases/mariadb.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ For convenience, here is an edited copy of the documentation that only includes
| `infileStreamFactory` | When LOAD LOCAL command executed, permit to set a callback function of type `(filepath?: string) => stream.Readable`. Connector will then not send file from LOAD LOCAL, but Readable content. This can permit to set extra validation of file path for example. | function | |
| `logPackets` | Debug option : permit to save last exchanged packet. Error messages will display those last exchanged packet. | boolean | false |
| `debugCompress` | This will print all incoming and outgoing compressed packets on stdout. | boolean | false |
| `timeout` | Command execution timeout | number | |
| `queryTimeout` | Command execution timeout | number | |

## Other MariaDB Options

Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,32 +28,32 @@
"@docusaurus/theme-mermaid": "3.2.1",
"@mdx-js/react": "3.0.0",
"@react-hookz/web": "24.0.4",
"@sequelize/utils": "7.0.0-alpha.41",
"@sequelize/utils": "7.0.0-alpha.43",
"clsx": "2.1.1",
"docusaurus-plugin-sass": "0.2.5",
"prism-react-renderer": "2.3.1",
"prism-react-renderer": "2.4.0",
"raw-loader": "4.0.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-feather": "2.0.10",
"react-responsive-carousel": "3.2.23",
"sass": "1.77.8"
"sass": "1.80.4"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.2.1",
"@docusaurus/tsconfig": "3.2.1",
"@ephys/eslint-config-typescript": "20.1.4",
"@rushstack/eslint-patch": "1.10.3",
"concurrently": "8.2.2",
"eslint": "8.57.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"@rushstack/eslint-patch": "1.10.4",
"concurrently": "9.0.1",
"eslint": "8.57.1",
"eslint-plugin-jsx-a11y": "6.10.1",
"eslint-plugin-mdx": "1.17.1",
"eslint-plugin-react": "7.34.4",
"eslint-plugin-react-hooks": "4.6.2",
"husky": "9.0.11",
"lint-staged": "15.2.7",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "5.0.0",
"husky": "9.1.6",
"lint-staged": "15.2.10",
"prettier": "3.2.5",
"typescript": "5.5.3"
"typescript": "5.6.3"
},
"browserslist": {
"production": [
Expand Down
Loading

0 comments on commit 0de103e

Please sign in to comment.